@charset "UTF-8";
@import url("content2.css");
@import url("content3.css");
/* Content function */
/* 간격 변수 */
:root {
  --spacer-1: 0.4rem;
  --spacer-2: 0.8rem;
  --spacer-3: 1.2rem;
  --spacer-4: 1.6rem;
  --spacer-5: 2rem;
  --spacer-6: 2.4rem;
  --spacer-7: 2.8rem;
  --spacer-8: 3.2rem;
  --spacer-9: 3.6rem;
  --spacer-10: 4rem;
  --spacer-11: 4.4rem;
  --spacer-12: 4.8rem;
  --spacer-13: 5.2rem;
  --spacer-14: 5.6rem;
  --spacer-15: 6rem;
  --spacer-16: 6.4rem;
  --spacer-17: 6.8rem;
  --spacer-18: 7.2rem;
  --spacer-19: 7.6rem;
  --spacer-20: 8rem;
}

/* 간격 클래스 */
.mt4 {
  margin-top: var(--spacer-1);
}

.mt8 {
  margin-top: var(--spacer-2);
}

.mt12 {
  margin-top: var(--spacer-3);
}

.mt16 {
  margin-top: var(--spacer-4);
}

.mt20 {
  margin-top: var(--spacer-5);
}

.mt24 {
  margin-top: var(--spacer-6);
}

.mt28 {
  margin-top: var(--spacer-7);
}

.mt32 {
  margin-top: var(--spacer-8);
}

.mt36 {
  margin-top: var(--spacer-9);
}

.mt40 {
  margin-top: var(--spacer-10);
}

.mt44 {
  margin-top: var(--spacer-11);
}

.mt48 {
  margin-top: var(--spacer-12);
}

/* button */
.krds-btn.main {
  background: #FD5E10;
  border-color: #FD5E10;
  color: #fff;
}
.krds-btn.main:hover, .krds-btn.main:focus {
  background-color: #e45209;
  border-color: #e45209;
}
.krds-btn.sub {
  background: #243060;
  border-color: #243060;
  color: #fff;
}
.krds-btn.sub:hover, .krds-btn.sub:focus {
  background-color: #131b3a;
  border-color: #131b3a;
}

/* Content Style */
.sample-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.8rem;
}

.h2-title, [class^=depth1_title] {
  margin-bottom: 3.2rem;
  padding-left: 0;
  background: none;
  color: #131416;
  font-size: 3.2rem;
  line-height: 1.5;
}
.h2-title:not(:last-child), [class^=depth1_title]:not(:last-child) {
  margin-top: 8rem;
}

.h3-title, [class^=depth2_title] {
  margin-bottom: 2rem;
  padding-left: 0;
  background: none;
  color: #131416;
  font-size: 2.4rem;
  line-height: 1.5;
}
.h3-title:not(:last-child), [class^=depth2_title]:not(:last-child) {
  margin-top: 4.8rem;
}

.h4-title, [class^=depth3_title], [class*=depth3_bbsTitle] {
  margin-bottom: 2rem;
  padding-left: 0;
  background: none;
  color: #131416;
  font-size: 1.9rem;
  line-height: 1.5;
}
.h4-title:not(:last-child), [class^=depth3_title]:not(:last-child), [class*=depth3_bbsTitle]:not(:last-child) {
  margin-top: 1.2rem;
}

[class^=depth4_title] {
  margin-bottom: 2rem;
  padding-left: 0;
  background: none;
  color: #131416;
  font-size: 1.7rem;
  line-height: 1.5;
}
[class^=depth4_title]:not(:last-child) {
  margin-top: 1.2rem;
}

.color1 { /* navy blue */
  color: #243060 !important;
}

.color2 { /* orange blue */
  color: #FF671D !important;
}

.desc-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.8rem 4.8rem;
  padding: 4.8rem 5.6rem;
  border-radius: 1.2rem;
  background: linear-gradient(122deg, #F8E3D0 9.19%, #D0D8EA 96.33%), linear-gradient(90deg, #E1E6F2 0%, #ECEFF8 100%);
}
.desc-box .icon {
  display: inline-block;
  vertical-align: middle;
}
.desc-box .icon img {
  display: block;
  width: 100%;
}
.desc-box .desc-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25rem;
          flex: 1 1 25rem;
}
.desc-box .desc-content strong {
  display: block;
  margin-bottom: 0.8rem;
  color: #131416;
  font-size: 2.4rem;
  font-weight: 700;
}
.desc-box .desc-content p {
  color: #1E2124;
}

.gray-box1 {
  padding: 3.2rem;
  border-radius: 1.2rem;
  background: #F4F5F6;
}

.gray-box2 {
  padding: 4rem;
  border-radius: 1.2rem;
  background: #EEF2F7;
}

.border-box1 {
  padding: 3.2rem;
  border-radius: 1.2rem;
  border: 1px solid #B1B8BE;
}

.process-bul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.7rem;
  position: relative;
  padding-left: 4.8rem;
  color: #1E2124;
  font-size: 1.7rem;
  line-height: 1.5;
}
.process-bul > li b {
  position: relative;
  color: #052B57;
  font-size: 1.7rem;
  font-weight: 700;
  white-space: nowrap;
}
.process-bul > li b::after {
  content: "";
  display: block;
  position: absolute;
  right: -0.8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 1.6rem;
  background: #CDD1D5;
}
.process-bul > li p {
  word-break: break-all;
}
.process-bul > li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 0.4rem;
  background: #063A74;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}
.process-bul > li:not(:last-child) {
  padding-bottom: 3.2rem;
}
.process-bul > li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  left: 1.2rem;
  top: 0;
  width: 1px;
  height: 100%;
  background: #D6E0EB;
  z-index: -1;
}
.process-bul > li:nth-child(1)::before {
  content: "1";
}
.process-bul > li:nth-child(2)::before {
  content: "2";
}
.process-bul > li:nth-child(3)::before {
  content: "3";
}
.process-bul > li:nth-child(4)::before {
  content: "4";
}
.process-bul > li:nth-child(5)::before {
  content: "5";
}
.process-bul > li:nth-child(6)::before {
  content: "6";
}
.process-bul > li:nth-child(7)::before {
  content: "7";
}
.process-bul > li:nth-child(8)::before {
  content: "8";
}
.process-bul > li:nth-child(9)::before {
  content: "9";
}
.process-bul > li:nth-child(10)::before {
  content: "10";
}
.process-bul > li:nth-child(11)::before {
  content: "11";
}
.process-bul > li:nth-child(12)::before {
  content: "12";
}
.process-bul > li:nth-child(13)::before {
  content: "13";
}
.process-bul > li:nth-child(14)::before {
  content: "14";
}
.process-bul > li:nth-child(15)::before {
  content: "15";
}
.process-bul > li:nth-child(16)::before {
  content: "16";
}
.process-bul > li:nth-child(17)::before {
  content: "17";
}
.process-bul > li:nth-child(18)::before {
  content: "18";
}
.process-bul > li:nth-child(19)::before {
  content: "19";
}
.process-bul > li:nth-child(20)::before {
  content: "20";
}

.bul1 > li {
  position: relative;
  padding-left: 1.9rem;
  color: #1E2124;
  font-size: 1.7rem;
  line-height: 1.5;
}
.bul1 > li > ul {
  margin-top: 0.8rem;
}
.bul1 > li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.bul1 > li + li {
  margin-top: 1.6rem;
}
.bul1 > li:nth-child(1)::before {
  content: "1";
}
.bul1 > li:nth-child(2)::before {
  content: "2";
}
.bul1 > li:nth-child(3)::before {
  content: "3";
}
.bul1 > li:nth-child(4)::before {
  content: "4";
}
.bul1 > li:nth-child(5)::before {
  content: "5";
}
.bul1 > li:nth-child(6)::before {
  content: "6";
}
.bul1 > li:nth-child(7)::before {
  content: "7";
}
.bul1 > li:nth-child(8)::before {
  content: "8";
}
.bul1 > li:nth-child(9)::before {
  content: "9";
}
.bul1 > li:nth-child(10)::before {
  content: "10";
}
.bul1 > li:nth-child(11)::before {
  content: "11";
}
.bul1 > li:nth-child(12)::before {
  content: "12";
}
.bul1 > li:nth-child(13)::before {
  content: "13";
}
.bul1 > li:nth-child(14)::before {
  content: "14";
}
.bul1 > li:nth-child(15)::before {
  content: "15";
}
.bul1 > li:nth-child(16)::before {
  content: "16";
}
.bul1 > li:nth-child(17)::before {
  content: "17";
}
.bul1 > li:nth-child(18)::before {
  content: "18";
}
.bul1 > li:nth-child(19)::before {
  content: "19";
}
.bul1 > li:nth-child(20)::before {
  content: "20";
}

.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6rem;
  margin-top: 4.8rem;
}
.btn-wrap.between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.btn-wrap.between > div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6rem;
}

.tab_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  width: 100%;
  gap: 0.4rem;
  margin-bottom: 4.8rem;
  overflow: auto;
}

.tab_menu::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  border-radius: 50px;
}

.tab_menu::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 50px;
}

.tab_menu::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}

/* Firefox */
.tab_menu.autoWidth > li {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: calc(25% - 0.3rem);
}

.tab_menu > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  min-width: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  white-space: nowrap;
}

.tab_menu > li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  white-space: nowrap;
  width: 100%;
  height: 5.6rem;
  border: 1px solid #b1b8be;
  border-radius: 0.6rem;
  padding: 0 0.8rem;
  text-align: center;
  font-size: 1.9rem;
  font-weight: 700;
}

.tab_menu > li.on a {
  color: #fff;
  background-color: #063a74;
  border-color: #063a74;
}

.h4-title:not(:last-child), [class^=depth3_title]:not(:last-child), [class*=depth3_bbsTitle]:not(:last-child),
.depth2_txt, .depth2_multiple, .depth3_txt {
  margin-left: 0;
}

.depth2_title, .depth2_title02, .depth2_bbsTitle, .depth2_bbsTitle02 {
  padding-left: 0 !important;
  background: none !important;
}

/*
***************************************************
contents
***************************************************
*/
/* 01 : 브리프 */
.brief {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.8rem;
}
.brief .brief-contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.brief .brief-contents .visual {
  position: relative;
  padding: 9.8rem 6.8rem;
  border-radius: 1.2rem;
  background: url("../../images/kps/new_content/brief-bg.jpg") no-repeat 50% 50%/cover;
}
.brief .brief-contents .visual .txt-wrap {
  padding-right: 36rem;
  color: #fff;
}
.brief .brief-contents .visual .txt-wrap h2 {
  margin-bottom: 2rem;
}
.brief .brief-contents .visual .txt-wrap p {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
}
.brief .brief-contents .visual .icon {
  display: block;
  position: absolute;
  right: 9.7rem;
  bottom: 0;
}
.brief .brief-contents .visual .icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  width: 150%;
  height: 60%;
  background: url("../../images/kps/new_content/brief-icon2.png") no-repeat 50% 50%/auto;
  -webkit-animation: brief-icon-ani 1.6s infinite alternate ease-in-out;
          animation: brief-icon-ani 1.6s infinite alternate ease-in-out;
}
.brief .brief-contents .type-list-wrap {
  position: relative;
  margin: 6.4rem 0 0;
}
.brief .brief-contents .type-list-wrap .h2-title {
  position: absolute;
  left: 0;
  top: -0.8rem;
  margin: 0;
}
.brief .brief-contents .type-list-wrap .type-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2.4rem 1.2rem;
}
.brief .brief-contents .type-list-wrap .type-wrap .btn-toggle {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0.7rem 1.2rem;
  border-radius: 0.4rem;
  color: #464C53;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.brief .brief-contents .type-list-wrap .type-wrap .btn-toggle::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: #243060;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}
.brief .brief-contents .type-list-wrap .type-wrap .btn-toggle.active, .brief .brief-contents .type-list-wrap .type-wrap .btn-toggle:hover, .brief .brief-contents .type-list-wrap .type-wrap .btn-toggle:focus {
  background: #243060;
  color: #fff;
}
.brief .brief-contents .type-list-wrap .type-wrap .btn-toggle.active::after, .brief .brief-contents .type-list-wrap .type-wrap .btn-toggle:hover::after, .brief .brief-contents .type-list-wrap .type-wrap .btn-toggle:focus::after {
  height: 100%;
}
.brief .brief-contents .type-list-wrap .type-wrap .type-list {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem 2.2rem;
  width: 100%;
  -webkit-box-ordinal-group: 1000;
      -ms-flex-order: 999;
          order: 999;
}
.brief .brief-contents .type-list-wrap .type-wrap .type-list > li a {
  display: block;
  position: relative;
  padding: 2.4rem 2.4rem 3.2rem;
  border-radius: 2.4rem;
  background: #F4F5F6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.brief .brief-contents .type-list-wrap .type-wrap .type-list > li a .tag {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 1.6rem;
  padding: 0.4rem 1.2rem;
  border-radius: 3rem;
  background: #fff;
}
.brief .brief-contents .type-list-wrap .type-wrap .type-list > li a .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 6rem;
  color: #1E2124;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
.brief .brief-contents .type-list-wrap .type-wrap .type-list > li a .date {
  display: block;
  position: relative;
  margin-top: 3.2rem;
  padding-left: 1.9rem;
  font-size: 1.5rem;
}
.brief .brief-contents .type-list-wrap .type-wrap .type-list > li a .date::before {
  content: "\ea2c";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  font-family: xeicon !important;
}
.brief .brief-contents .type-list-wrap .type-wrap .type-list > li a:hover, .brief .brief-contents .type-list-wrap .type-wrap .type-list > li a:focus {
  background: linear-gradient(122deg, #F8E3D0 9.19%, #D0D8EA 96.33%);
}
.brief .brief-contents .type-list-wrap .type-wrap .type-list > li a:hover .tag, .brief .brief-contents .type-list-wrap .type-wrap .type-list > li a:focus .tag {
  color: #FF671D;
}
.brief .brief-contents .type-list-wrap .type-wrap .type-list > li a:hover .title, .brief .brief-contents .type-list-wrap .type-wrap .type-list > li a:focus .title {
  text-decoration: underline;
}
.brief .brief-contents .type-list-wrap .type-wrap .type-list > li a:hover::after, .brief .brief-contents .type-list-wrap .type-wrap .type-list > li a:focus::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 7.5rem;
  height: 7.5rem;
  background: url("../../images/kps/new_content/brief-mask.png") no-repeat 50% 50%/auto;
}
.brief .brief-contents .type-list-wrap .type-wrap .type-list.active {
  display: grid;
}
.brief .brief-aside {
  width: 28rem;
}
.brief .brief-aside .quick-menu {
  padding: 2.4rem;
  border-radius: 1.2rem;
  border: 1px solid #B1B8BE;
}
.brief .brief-aside .quick-menu h2 {
  margin-bottom: 1.2rem;
  color: #131416;
  font-size: 2.4rem;
  font-weight: 700;
}
.brief .brief-aside .quick-menu h2 span {
  color: #FF671D;
}
.brief .brief-aside .quick-menu .list li a {
  display: block;
  position: relative;
  padding: 1.2rem 4rem 1.2rem 1.2rem;
  border-radius: 1.2rem;
  color: #131416;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.brief .brief-aside .quick-menu .list li a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.brief .brief-aside .quick-menu .list li a:hover, .brief .brief-aside .quick-menu .list li a:focus {
  background: #F4F5F6;
}
.brief .brief-aside .quick-menu .list li a::after {
  content: "\e90b";
  position: absolute;
  right: 1.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: xeicon !important;
  font-weight: 400;
}
.brief .brief-aside .quick-link-list {
  margin-top: 2.4rem;
}
.brief .brief-aside .quick-link-list a {
  display: block;
  position: relative;
  padding: 2.4rem;
  border-radius: 1.2rem;
}
.brief .brief-aside .quick-link-list a strong {
  display: block;
  padding: 0.8rem 5.6rem 1rem 0;
}
.brief .brief-aside .quick-link-list a p {
  color: #1E2124;
  font-size: 1.5rem;
}
.brief .brief-aside .quick-link-list a p::after {
  content: "\e93e";
  vertical-align: middle;
  font-family: xeicon !important;
  padding-left: 0.2rem;
}
.brief .brief-aside .quick-link-list a .icon {
  display: block;
  position: absolute;
  top: 50%;
  right: 2.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 5.6rem;
}
.brief .brief-aside .quick-link-list a[data-color-type="1"] {
  background: #E3ECF8;
}
.brief .brief-aside .quick-link-list a[data-color-type="1"] strong {
  color: #334DB4;
}
.brief .brief-aside .quick-link-list a[data-color-type="2"] {
  background: #E4F2EA;
}
.brief .brief-aside .quick-link-list a[data-color-type="2"] strong {
  color: #176C40;
}
.brief .brief-aside .quick-link-list a[data-color-type="3"] {
  background: #FFEDDE;
}
.brief .brief-aside .quick-link-list a[data-color-type="3"] strong {
  color: #B63C00;
}
.brief .brief-aside .quick-link-list a + a {
  margin-top: 1.2rem;
}

@-webkit-keyframes brief-icon-ani {
  0% {
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
  100% {
    -webkit-transform: translate(-50%, -90%);
            transform: translate(-50%, -90%);
  }
}

@keyframes brief-icon-ani {
  0% {
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
  100% {
    -webkit-transform: translate(-50%, -90%);
            transform: translate(-50%, -90%);
  }
}
.talent-wrap {
  margin-top: 2rem;
  padding: 4rem;
  border: 1px solid #B1B8BE;
  border-radius: 1.2rem;
}
.talent-wrap .talent-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.4rem;
}
.talent-wrap .talent-list > li {
  position: relative;
  width: 25rem;
  height: 25rem;
  padding: 3rem;
}
.talent-wrap .talent-list > li .talent-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 2.4rem;
  border-radius: 50rem;
  background: #fff;
  text-align: center;
}
.talent-wrap .talent-list > li .talent-item strong {
  display: block;
  margin-bottom: 0.8rem;
  color: #FD5E10;
  font-weight: 700;
}
.talent-wrap .talent-list > li::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
}
.talent-wrap .talent-list > li:nth-child(1) {
  margin-right: -6rem;
}
.talent-wrap .talent-list > li:nth-child(1)::after {
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 175, 136, 0)), to(rgb(255, 175, 136)));
  background: linear-gradient(-90deg, rgba(255, 175, 136, 0) 0%, rgb(255, 175, 136) 100%);
}
.talent-wrap .talent-list > li:nth-child(2)::after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(185, 203, 245, 0)), color-stop(50%, rgb(185, 203, 245)), to(rgba(185, 203, 245, 0)));
  background: linear-gradient(90deg, rgba(185, 203, 245, 0) 0%, rgb(185, 203, 245) 50%, rgba(185, 203, 245, 0) 100%);
}
.talent-wrap .talent-list > li:nth-child(2) .talent-item strong {
  color: #243060;
}
.talent-wrap .talent-list > li:nth-child(3) {
  margin-left: -6rem;
}
.talent-wrap .talent-list > li:nth-child(3)::after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 175, 136, 0)), to(rgb(255, 175, 136)));
  background: linear-gradient(90deg, rgba(255, 175, 136, 0) 0%, rgb(255, 175, 136) 100%);
}

.benefits-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem 2.4rem;
}
.benefits-wrap > li .thumb {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 2.4rem;
  padding-top: 70%;
  border-radius: 1.2rem;
  border: none;
}
.benefits-wrap > li .thumb img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
  width: auto;
  max-height: 90%;
}
.benefits-wrap > li strong {
  display: block;
  margin-bottom: 0.8rem;
  color: #1E2124;
  font-weight: 700;
}
.benefits-wrap > li:nth-child(1) .thumb {
  background: #E4F2EA;
}
.benefits-wrap > li:nth-child(2) .thumb {
  background: #F0EFEE;
}
.benefits-wrap > li:nth-child(3) .thumb {
  background: #FFEDDE;
}
.benefits-wrap > li:nth-child(4) .thumb {
  background: #E3ECF8;
}
.benefits-wrap > li:nth-child(5) .thumb {
  background: #F5EBEE;
}
.benefits-wrap > li:nth-child(6) .thumb {
  background: #FBF8DF;
}

.pin-desc {
  position: relative;
  margin-top: 6.4rem;
  padding: 3.2rem;
  border-radius: 1.2rem;
  border: 1px solid #B1B8BE;
}
.pin-desc strong {
  display: block;
  position: relative;
  margin-bottom: 2.1rem;
  padding-right: 14rem;
  padding-left: 3.2rem;
  font-size: 1.9rem;
}
.pin-desc strong::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 2.8rem;
  height: 2.8rem;
  background: url("../../images/kps/new_content/icon-pin.png") no-repeat 50% 50%/auto;
}
.pin-desc .pin-desc-slide {
  position: relative;
  height: 18.8rem;
  overflow: hidden;
}
.pin-desc .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pin-desc .list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.8rem;
}
.pin-desc .list > li span {
  display: inline-block;
  vertical-align: middle;
  padding: 0.4rem 1.2rem;
  border-radius: 3rem;
  background: #E3ECF8;
  color: #334DB4;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
}
.pin-desc .list > li p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pin-desc .more-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4rem;
  height: 4.8rem;
  margin-top: 2rem;
  border-radius: 10rem;
  background: #F4F5F6;
  text-align: center;
}
.pin-desc .more-btn .svg-icon {
  width: 2rem;
  height: 2rem;
}
.pin-desc .assi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4rem;
  position: absolute;
  right: 3.2rem;
  top: 3.2rem;
}
.pin-desc .assi .swiper-button-next, .pin-desc .assi .swiper-button-prev {
  width: 2.4rem;
  height: 2.4rem;
  background: #fff;
  border: none;
}
.pin-desc .assi .swiper-button-next::after, .pin-desc .assi .swiper-button-prev::after {
  width: 2rem;
}
.pin-desc .assi .swiper-pagination.swiper-pagination-fraction {
  height: auto;
  border: none;
  font-weight: 400;
  font-size: 1.7rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.pin-desc .assi .swiper-button-next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.pin-desc .assi .swiper-button-prev {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

/* 조직도 */
.bx {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 16.8rem;
  min-height: 5.8rem;
  height: auto;
  padding: 1rem;
  border-radius: 1rem;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  word-break: break-all;
}
.bx.big {
  height: 7.2rem;
  font-size: 1.9rem;
}
.bx.type1 { /* 그라데이션 */
  background: linear-gradient(145deg, #243060 39.3%, #F4671B 92.19%);
  color: #fff;
}
.bx.type2 { /* 네이비 */
  background: #243060;
  color: #fff;
}
.bx.type3 { /* 네이비 line */
  border: 2px solid #243060;
  background: #fff;
  color: #243060;
}

.org-tree-map {
  position: relative;
}
.org-tree-map .main-map {
  position: relative;
  padding-bottom: 3rem;
}
.org-tree-map .main-map::before {
  content: "";
  display: block;
  position: absolute;
  left: 8.4rem;
  top: 0;
  width: 1px;
  height: 100%;
  background: #B1B8BE;
  z-index: -1;
}
.org-tree-map .main-map > li .side-map1 {
  position: relative;
  margin: 3rem 0 3rem 8.4rem;
  padding-left: 8.4rem;
}
.org-tree-map .main-map > li .side-map1 > li {
  position: relative;
  padding-left: 3rem;
}
.org-tree-map .main-map > li .side-map1 > li + li {
  margin-top: 0.8rem;
}
.org-tree-map .main-map > li .side-map1 > li > .bx {
  min-width: 18.8rem;
}
.org-tree-map .main-map > li .side-map1 > li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3rem;
  height: 1px;
  background: #B1B8BE;
  z-index: -1;
}
.org-tree-map .main-map > li .side-map1.items::after {
  content: "";
  display: block;
  position: absolute;
  left: 8.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 5.8rem);
  background: #B1B8BE;
  z-index: -1;
}
.org-tree-map .main-map > li .side-map1::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8.4rem;
  height: 1px;
  background: #B1B8BE;
  z-index: -1;
}
.org-tree-map .sub-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  position: absolute;
  right: 0;
  top: 15rem;
  width: 37.2rem;
  z-index: 1;
}
.org-tree-map .sub-map > li {
  width: calc(50% - 0.6rem);
}
.org-tree-map .sub-map > li > .bx {
  position: relative;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: 8.1rem;
  margin-bottom: 2.8rem;
  color: #fff;
}
.org-tree-map .sub-map > li > .bx span {
  font-size: 1.5rem;
  font-weight: 400;
}
.org-tree-map .sub-map > li > .bx::before, .org-tree-map .sub-map > li > .bx::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #CDD1D5;
  z-index: -1;
}
.org-tree-map .sub-map > li > .bx::before {
  top: 100%;
  width: 1px;
  height: 1.7rem;
}
.org-tree-map .sub-map > li > .bx::after {
  top: calc(100% + 1.6rem);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}
.org-tree-map .sub-map > li > ul > li + li {
  margin-top: 0.4rem;
}
.org-tree-map .sub-map > li > ul > li > .bx {
  width: 100%;
  min-width: auto;
  min-height: 5rem;
  height: auto;
  border: 1px dashed #CDD1D5;
  font-size: 1.5rem;
}
.org-tree-map .sub-map > li > ul > li > .bx.min {
  min-height: 15.8rem;
}
.org-tree-map .sub-map > li:nth-child(1) > .bx {
  background: #0B9E92;
}
.org-tree-map .sub-map > li:nth-child(1) > ul > li > .bx {
  background: #F0FAF9;
}
.org-tree-map .sub-map > li:nth-child(2) > .bx {
  background: #4A79AE;
}
.org-tree-map .sub-map > li:nth-child(2) > ul > li > .bx {
  background: #F2F8FF;
}
.org-tree-map .depth1_title {
  margin: 7rem 0 2.4rem;
}
.org-tree-map .org-tree-list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6rem;
}
.org-tree-map .org-tree-list2 > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 14rem;
          flex: 1 1 14rem;
}
.org-tree-map .org-tree-list2 > li .bx {
  width: 100%;
  background: #7088A3;
  color: #fff;
}

.org-tree-wrap {
  margin-top: 0.8rem;
}
.org-tree-wrap > li .topbox {
  position: relative;
  display: block;
  padding-bottom: 5.8rem;
  text-align: center;
}
.org-tree-wrap > li .topbox .bx {
  min-width: 24rem;
  min-height: 6.8rem;
  margin: 0 auto;
}
.org-tree-wrap > li .topbox::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background: #B1B8BE;
  z-index: -1;
}
.org-tree-wrap.item1 .org-tree-list::before {
  width: 0;
}
.org-tree-wrap.item2 .org-tree-list::before {
  width: 51%;
}
.org-tree-wrap.item3 .org-tree-list::before {
  width: 68%;
}
.org-tree-wrap.item6 .org-tree-list::before {
  width: 84.5%;
}

.org-tree-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  position: relative;
  width: 100%;
}
.org-tree-list::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 81.1%;
  height: 1px;
  background: #B1B8BE;
  z-index: -1;
}
.org-tree-list > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding-top: 6rem;
}
.org-tree-list > li::before {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% + 1px);
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 6rem;
  background: #B1B8BE;
  z-index: -1;
}
.org-tree-list > li > .bx {
  position: relative;
  min-width: auto;
  width: 100%;
  background: #FD5E10;
  color: #fff;
}
.org-tree-list > li > .bx::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  border: 0.3rem solid #fff;
  background: #FD5E10;
}
.org-tree-list > li > ul {
  margin-top: 0.8rem;
}
.org-tree-list > li > ul > li + li {
  margin-top: 0.4rem;
}
.org-tree-list > li > ul > li > .bx {
  min-width: auto;
  width: 100%;
  height: 5rem;
  border: 1px solid #CDD1D5;
  background: #F4F5F6;
  font-size: 1.5rem;
}

.txt-flex-item1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
}

.krds-pagination .page-links .page-link {
  cursor: pointer;
}

/* 인사말 */
.greeting-wrap .greeting {
  position: relative;
  padding: 7.9rem 37.5rem 7.9rem 6.8rem;
  background: #FFF9F2;
  border-radius: 1.2rem;
}
.greeting-wrap .greeting h3 {
  position: relative;
  z-index: 1;
  color: #3E372E;
  font-size: 3.2rem;
}
.greeting-wrap .greeting h3 .point {
  display: block;
  color: #FF6A21;
}
.greeting-wrap .greeting p {
  position: relative;
  z-index: 1;
  margin-top: 2.8rem;
  color: #3E372E;
  font-size: 1.9rem;
  font-weight: 700;
}
.greeting-wrap .greeting .img {
  display: block;
  position: absolute;
  right: 5.9rem;
  bottom: 0;
  background: url("../../images/kps/new_content/greeting_back.png") no-repeat 100% 100%/auto;
}
.greeting-wrap .txt_area {
  margin-top: 4rem;
}
.greeting-wrap .txt_area p {
  color: #131416;
  font-size: 1.9rem;
}
.greeting-wrap .txt_area p + p {
  margin-top: 2.4rem;
}
.greeting-wrap .txt_area strong {
  display: block;
  color: #131416;
  font-size: 1.9rem;
  text-align: right;
}
.greeting-wrap .txt_area strong img {
  display: block;
  margin-left: auto;
  margin-top: 0.8rem;
}

.vision-wrap .vision {
  position: relative;
  padding: 4.4rem;
  margin-top: 7rem;
  background: linear-gradient(122deg, #F8E3D0 9.19%, #D0D8EA 96.33%);
  border-radius: 50rem;
  text-align: center;
}
.vision-wrap .vision .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  padding: 0.8rem 3rem;
  position: absolute;
  top: 0;
  left: 50%;
  background: linear-gradient(91deg, #243060 23.56%, #F4671B 108.67%);
  border: 0.3rem solid #fff;
  border-radius: 50rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}
.vision-wrap .vision .top strong::after {
  content: "/";
  display: inline-block;
  margin-left: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
}
.vision-wrap .vision .title {
  color: #243060;
  font-size: 1.8rem;
}
.vision-wrap .list {
  position: relative;
  padding-top: 13.6rem;
}
.vision-wrap .list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  border-radius: 1.2rem;
}
.vision-wrap .list > li .tit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 5.4rem;
  min-width: 16rem;
  padding: 1.5rem 1rem;
  background: #243060;
  border-radius: 0.8rem;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.vision-wrap .list > li p.item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.8rem 1rem;
  color: #1E2124;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.vision-wrap .list > li ul.item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.vision-wrap .list > li ul.item > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.8rem 1rem;
  border-radius: 0.8rem;
  background: rgba(36, 48, 96, 0.04);
  color: #1E2124;
  font-size: 1.6rem;
  font-weight: 700;
}
.vision-wrap .list > li + li {
  margin-top: 1rem;
}
.vision-wrap .list > li:nth-child(1), .vision-wrap .list > li:nth-child(2) {
  border: 1px solid #ececf1;
}
.vision-wrap .list > li:nth-child(1) .tit, .vision-wrap .list > li:nth-child(2) .tit {
  background: linear-gradient(145deg, #243060 39.3%, #F4671B 92.19%);
}
.vision-wrap .list::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 13.6rem;
  background: url("../../images/kps/new_content/icon_arrow-top-large.png") no-repeat center center/auto;
}
.vision-wrap .goals-wrap {
  position: relative;
  padding-top: 13.6rem;
}
.vision-wrap .goals-wrap .goals-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.vision-wrap .goals-wrap .goals-list > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.vision-wrap .goals-wrap .goals-list > li > .tit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 10rem;
  padding: 1.5rem 1rem;
  background: #7088A3;
  border-radius: 0.8rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.vision-wrap .goals-wrap .goals-list > li .only-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: calc(100% - 11rem);
  margin-top: 1rem;
  padding: 0.8rem 1rem;
  border-radius: 0.8rem;
  background: #7088A3;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.vision-wrap .goals-wrap .goals-list > li ul > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 10rem;
  margin-top: 1rem;
  padding: 0.8rem 1rem;
  border: 1px dashed #CDD1D5;
  border-radius: 0.8rem;
  background: rgba(112, 136, 163, 0.04);
  color: #1E2124;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.vision-wrap .goals-wrap .goals-list > li:nth-child(2) > .tit {
  background: #0B9E92;
}
.vision-wrap .goals-wrap .goals-list > li:nth-child(2) ul > li {
  background: #F0FAF9;
}
.vision-wrap .goals-wrap .goals-list > li:nth-child(3) > .tit {
  background: #E26D36;
}
.vision-wrap .goals-wrap .goals-list > li:nth-child(3) ul > li {
  background: #FFF7F2;
}
.vision-wrap .goals-wrap .goals-list > li:nth-child(4) > .tit {
  background: #4A79AE;
}
.vision-wrap .goals-wrap .goals-list > li:nth-child(4) ul > li {
  background: #F2F8FF;
}
.vision-wrap .goals-wrap .goals-list > li:nth-child(5) > .tit {
  background: #243060;
}
.vision-wrap .goals-wrap .goals-list > li:nth-child(5) ul > li {
  background: #F1F1F6;
}
.vision-wrap .goals-wrap::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 13.6rem;
  background: url("../../images/kps/new_content/icon_arrow-top-large.png") no-repeat center center/auto;
}

/* 산업별 지원정보 */
.industry_site {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
}
.industry_site > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: var(--padding-10, 2.8rem) var(--padding-9, 3.2rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
  border-radius: var(--radius-medium4, 0.8rem);
  border: 1px solid var(--color-border-gray-light, #CDD1D5);
  background: var(--color-surface-white, #FFF);
  word-break: break-all;
}
.industry_site .site_img {
  display: inline-block;
  vertical-align: middle;
  width: 18rem;
  height: 10rem;
  border: 1px solid #EEE;
  border-radius: 0.4rem;
  overflow: hidden;
}
.industry_site .site_img img {
  max-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.industry_site .site_info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.industry_site .site_info strong {
  display: block;
  margin-bottom: 0.8rem;
  color: #131416;
  font-size: 1.9rem;
  font-weight: 700;
}
.industry_site .site_desc {
  padding-top: 2.4rem;
  border-top: 1px dashed #DDD;
  color: #464C53;
  font-size: 1.7rem;
  line-height: 1.5;
}
.industry_site .newlayer {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  gap: 0.4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: none;
  color: #256EF4;
  text-underline-offset: 4px;
}
.industry_site .newlayer:hover, .industry_site .newlayer:focus {
  text-decoration: underline;
}
.industry_site .newlayer::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  margin-left: 0.4rem;
  -webkit-mask: url(../../../resources/img/component/icon/ico_go.svg) 50% 50%/2rem 2rem no-repeat;
          mask: url(../../../resources/img/component/icon/ico_go.svg) 50% 50%/2rem 2rem no-repeat;
  background-color: #256EF4;
  margin-top: 0.4rem;
}

/* 페이지 레이아웃 */
body.password-confirm-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.05);
  padding: 2rem;
  overflow-x: hidden;
}

/* 컨텐츠 박스 */
.password-confirm-wrap {
  background: white;
  border-radius: 0.8rem;
  width: 100%;
  max-width: 55rem;
  -webkit-box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.15);
  padding: 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 안내 메시지 */
.password-confirm-wrap .info-msg {
  color: #666;
  font-size: 1.4rem;
  margin-bottom: 2rem;
  padding: 1.2rem 1.5rem;
  background: #f5f5f5;
  border-radius: 0.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 에러 메시지 */
.password-confirm-wrap .error-msg {
  color: #d32f2f;
  font-size: 1.3rem;
  margin-top: 0.8rem;
  padding: 0.8rem 1.2rem;
  background: #ffebee;
  border-radius: 0.4rem;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* 버튼 영역 */
.password-confirm-wrap .btn-wrap {
  margin-top: 2rem;
  text-align: center;
}

/* 관련법령서식 */
.doc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
}
.doc-list > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 3.2rem;
  background: #F4F5F6;
  border-radius: 1.2rem;
}
.doc-list > li strong {
  display: block;
  color: #1E2124;
  font-size: 1.9rem;
  font-weight: 700;
}
.doc-list > li strong::before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  margin-bottom: 2rem;
  background: url("../../images/kps/new_content/pdf-icon.png") no-repeat center center/auto;
}
.doc-list > li a {
  display: inline-block;
  margin-top: 0.8rem;
  font-size: 1.7rem;
}
.doc-list > li a .svg-icon {
  vertical-align: middle;
  width: 2rem;
  height: 2rem;
  margin-left: 0.4rem;
}

.list-file {
  margin-top: 4.8rem;
  padding: 4rem;
  background: #EEF2F7;
  border-radius: 1.2rem;
}
.list-file .depth2_title02 {
  margin: 0 0 1.2rem;
}
.list-file .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2.4rem;
}
.list-file .list > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 0.4rem);
          flex: 1 1 calc(50% - 0.4rem);
}
.list-file .list > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 5.6rem;
  padding: 1rem 4.4rem 1rem 1.6rem;
  background: #fff;
  border-radius: 0.6rem;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list-file .list > li a:hover, .list-file .list > li a:focus {
  background: #243060;
  color: #fff;
}
.list-file .list > li a:hover .svg-icon, .list-file .list > li a:focus .svg-icon {
  background-color: #fff;
}
.list-file .list > li a .svg-icon {
  position: absolute;
  top: 50%;
  right: 1.6rem;
  width: 2rem;
  height: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*
***************************************************
media query
***************************************************
*/
/* tablet */
@media (max-width: 1240px) {
  .brief {
    gap: 2.4rem;
  }
  .brief .brief-contents .visual {
    padding: 7.8rem 4.8rem;
  }
  .brief .brief-contents .visual .txt-wrap {
    padding-right: 28rem;
  }
  .brief .brief-contents .visual .icon {
    right: 7rem;
    max-width: 24rem;
  }
  .brief .brief-contents .visual .icon::after {
    background-size: 100%;
  }
  .org-tree-map .sub-map {
    position: static;
    margin: 0 0 4rem auto;
  }
  .greeting-wrap .greeting {
    padding: 8.9rem 35rem 8.9rem 4.8rem;
  }
  .greeting-wrap .greeting .img {
    right: 2rem;
    width: 36rem;
  }
  .tab_menu > li a {
    font-size: 1.7rem;
  }
}
@media (max-width: 1024px) {
  .brief .brief-aside {
    width: 24rem;
  }
  .brief .brief-contents .visual .txt-wrap {
    padding-right: 19rem;
  }
  .brief .brief-contents .visual .icon {
    right: 5rem;
    max-width: 18rem;
  }
}
@media (max-width: 820px) {
  .brief {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .brief .brief-aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.4rem;
    width: 100%;
  }
  .brief .brief-aside .quick-link-list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .talent-wrap {
    padding: 3rem 2.4rem;
  }
  .talent-wrap .talent-list > li {
    width: 23rem;
    height: 23rem;
    padding: 2.4rem;
  }
  .org-tree-map .main-map {
    padding-bottom: 0.5rem;
  }
  .org-tree-map .main-map > li .side-map1 > li {
    padding-left: 1rem;
  }
  .org-tree-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 4rem 0 0;
  }
  .org-tree-list > li {
    padding-top: 4rem;
    padding-left: 3rem;
  }
  .org-tree-list > li > .bx::after {
    left: 0;
    top: 50%;
  }
  .org-tree-list > li::before {
    left: 0;
    top: 6.8rem;
    width: 3rem;
    height: 1px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .org-tree-list > li::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #B1B8BE;
    z-index: -1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .org-tree-list > li:last-child::after {
    height: 6.8rem;
  }
  .org-tree-list::before {
    top: 0;
    left: 0;
    width: 8.5rem;
    height: 4rem;
    background: none;
    border-bottom: 1px solid #B1B8BE;
    border-right: 1px solid #B1B8BE;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .org-tree-wrap.item2 .org-tree-list::before,
  .org-tree-wrap.item3 .org-tree-list::before,
  .org-tree-wrap.item6 .org-tree-list::before {
    width: 50%;
  }
  .org-tree-wrap > li .topbox .bx {
    min-width: auto;
    width: 100%;
  }
}
/* mobile */
@media (max-width: 768px) {
  .desc-box {
    padding: var(--spacer-8);
  }
  .tab_menu_wrap {
    position: relative;
  }
  .tab_menu_wrap::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 6rem;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgb(255, 255, 255)));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgb(255, 255, 255) 100%);
  }
  .tab_menu {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 2rem;
    gap: 0.8rem;
    padding-bottom: 1.3rem;
  }
  .tab_menu > li,
  .tab_menu.autoWidth > li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: auto;
  }
  .tab_menu > li a {
    width: auto;
    padding: 0 1.2rem;
  }
  .brief .brief-contents .type-list-wrap .h2-title {
    position: static;
    margin-bottom: 2rem;
  }
  .brief .brief-contents .type-list-wrap .type-wrap .type-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .benefits-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem 1.6rem;
  }
  .talent-wrap .talent-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .talent-wrap .talent-list > li:nth-child(1) {
    margin-right: 0;
    margin-bottom: -5rem;
  }
  .talent-wrap .talent-list > li:nth-child(1)::after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 175, 136, 0)), to(rgb(255, 175, 136)));
    background: linear-gradient(0deg, rgba(255, 175, 136, 0) 0%, rgb(255, 175, 136) 100%);
  }
  .talent-wrap .talent-list > li:nth-child(2)::after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(185, 203, 245, 0)), color-stop(50%, rgb(185, 203, 245)), to(rgba(185, 203, 245, 0)));
    background: linear-gradient(180deg, rgba(185, 203, 245, 0) 0%, rgb(185, 203, 245) 50%, rgba(185, 203, 245, 0) 100%);
  }
  .talent-wrap .talent-list > li:nth-child(3) {
    margin-left: 0;
    margin-top: -5rem;
  }
  .talent-wrap .talent-list > li:nth-child(3)::after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 175, 136, 0)), to(rgb(255, 175, 136)));
    background: linear-gradient(180deg, rgba(255, 175, 136, 0) 0%, rgb(255, 175, 136) 100%);
  }
  .greeting-wrap .greeting {
    padding: 4rem 2.4rem 26rem;
  }
  .greeting-wrap .greeting .img {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 90%;
  }
  .vision-wrap .vision .top {
    min-width: 80%;
  }
  .vision-wrap .vision {
    border-radius: 1.6rem;
  }
  .vision-wrap .list > li ul.item > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 48%;
            flex: 1 0 48%;
  }
  .vision-wrap .goals-wrap .goals-list > li:nth-child(1) {
    display: none;
  }
  body.password-confirm-page {
    padding: 2rem !important;
    padding-top: 5rem;
    width: 100% !important;
  }
  .password-confirm-wrap {
    padding: 1.5rem !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .password-confirm-wrap * {
    max-width: 100% !important;
  }
  /* 제목 */
  .password-confirm-wrap .h3-title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  /* 안내 메시지 */
  .password-confirm-wrap .info-msg {
    font-size: 1.5rem;
    padding: 1.2rem 1rem;
    margin-bottom: 2rem;
    line-height: 1.6;
    word-break: keep-all;
  }
  /* 테이블 영역 */
  .password-confirm-wrap .table_wrap {
    width: 100%;
    overflow-x: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  /* 테이블을 세로 레이아웃으로 변경 */
  .password-confirm-wrap .tstyle_write,
  .password-confirm-wrap .tstyle_write tbody,
  .password-confirm-wrap .tstyle_write tr {
    display: block;
    width: 100%;
    min-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
  }
  .password-confirm-wrap .tstyle_write colgroup {
    display: none;
  }
  .password-confirm-wrap .tstyle_write th,
  .password-confirm-wrap .tstyle_write td {
    display: block;
    width: 100%;
    text-align: left;
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  /* 라벨 (비밀번호) */
  .password-confirm-wrap .tstyle_write th {
    font-size: 1.5rem;
    font-weight: 700;
    padding: 0 0 0.8rem 0;
    background: transparent;
  }
  /* 입력 영역 */
  .password-confirm-wrap .tstyle_write td {
    padding: 0;
  }
  /* 비밀번호 입력창 */
  .password-confirm-wrap .krds-input {
    width: 100%;
    max-width: 100%;
    font-size: 1.6rem;
    padding: 1.2rem 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  /* 버튼 영역 */
  .password-confirm-wrap .btn-wrap {
    margin-top: 2rem;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  /* 확인 버튼 */
  .password-confirm-wrap .krds-btn {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    padding: 1.4rem;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  /* 에러 메시지 */
  .password-confirm-wrap .error-msg {
    font-size: 1.4rem;
    margin-top: 1rem;
    padding: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .industry_site {
    grid-template-columns: repeat(1, 1fr);
  }
  .industry_site > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem 2.4rem;
  }
  .industry_site .site_img {
    width: 100%;
    height: 12rem;
    text-align: center;
  }
  .industry_site .site_info {
    width: 100%;
  }
  .doc-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .doc-list > li {
    padding: 2.4rem;
  }
}
@media (max-width: 520px) {
  .brief .brief-contents .visual {
    padding: 5rem 2.4rem 14rem;
  }
  .brief .brief-contents .visual .txt-wrap {
    padding-right: 0;
  }
  .brief .brief-contents .visual .txt-wrap h2 img {
    width: 25rem;
  }
  .brief .brief-contents .visual .icon {
    right: 4rem;
    max-width: 12rem;
  }
  .brief .brief-contents .type-list-wrap .type-wrap .type-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .brief .brief-aside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .pin-desc {
    padding: 3rem 2.4rem 6rem;
  }
  .pin-desc strong {
    padding-right: 0;
  }
  .pin-desc .assi {
    top: auto;
    right: auto;
    bottom: 2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .org-tree-map .sub-map {
    width: 100%;
  }
  .org-tree-map .main-map > li .side-map1 > li > .bx {
    min-width: auto;
    width: 100%;
  }
  .org-tree-wrap {
    margin-top: 2rem;
  }
  .org-tree-wrap > li .topbox {
    padding-bottom: 1rem;
  }
  .vision-wrap .vision {
    padding: 6rem 2.4rem 3rem;
  }
  .vision-wrap .vision .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.4rem;
  }
  .vision-wrap .vision .top strong::after {
    display: none;
  }
  .vision-wrap .list > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .vision-wrap .list > li:nth-child(1), .vision-wrap .list > li:nth-child(2) {
    border: none;
  }
  .vision-wrap .list > li p.item {
    min-height: 5.4rem;
    border: 1px dashed #CDD1D5;
    border-radius: 0.8rem;
  }
  .vision-wrap .goals-wrap .goals-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .vision-wrap .goals-wrap .goals-list > li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: calc(50% - 0.5rem);
  }
  .vision-wrap .goals-wrap .goals-list > li ul > li {
    min-height: 8rem;
  }
  .industry_site .site_img {
    width: 100%;
    height: auto;
  }
  .industry_site .site_img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .list-file {
    padding: 2.4rem;
  }
  .list-file .list > li {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}
@media (max-width: 365px) {
  .benefits-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .vision-wrap .goals-wrap .goals-list > li {
    width: 100%;
  }
}