@charset "UTF-8";
#content {
  min-height: 80rem;
  padding: 10.6rem 0 17.6rem;
}

.con__title {
  margin-bottom: 5.6rem;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.con__top-box {
  display: flex;
  align-items: center;
  padding: 4rem 9rem;
  margin-bottom: 5rem;
  border-radius: 1rem;
  background-color: #f8f8f8;
}
.con__top-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 12rem;
  height: 12rem;
  margin-right: 5.6rem;
  border-radius: 50%;
  background-color: #fff;
}
.con__top-icon img {
  max-width: 50%;
  max-height: 50%;
}
.con__top-text {
  font-size: 1.8rem;
  color: #595959;
  line-height: 2.6rem;
}

.con__box {
  margin-bottom: 5rem;
  color: #595959;
}
.con__box:last-child {
  margin-bottom: 0;
}
.con__box-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.con__box-title-wrap .con__box-title {
  margin-bottom: 0;
  margin-right: 3rem;
}
.con__box-title-wrap .btn-style {
  flex-shrink: 0;
}
.con__box-title {
  margin-bottom: 2rem;
  font-size: 2.8rem;
  font-weight: 700;
  color: #222;
  line-height: 1.4;
}
.con__box-title--sm {
  margin-bottom: 1.2rem;
  font-size: 2.4rem;
  color: #006d45;
}
.con__box-title + .con__box-title--sm {
  margin-top: -0.8rem;
}
.con__box > p {
  font-size: 1.8rem;
  line-height: 2.8rem;
}

.dot-list > li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 0.2rem;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.dot-list > li::before {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 6px;
  height: 6px;
  border: 2px solid #dbdbdb;
  border-radius: 50%;
  content: "";
}
.dot-list > li > strong {
  color: #000;
}
.dot-list.list-flex > li {
  display: flex;
}
.dot-list.list-flex > li > strong {
  flex-shrink: 0;
  margin-right: 0.6rem;
}

.num-list {
  counter-reset: numList;
}
.num-list > li {
  position: relative;
  padding-left: 4.2rem;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.num-list > li::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: .5rem;
  background-color: #85B230;
  font-family: "Montserrat";
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  line-height: 2.8rem;
  text-align: center;
  counter-increment: numList;
  content: counter(numList);
}

.btn-style {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  min-width: 17rem;
  padding: 1.2rem 2.4rem;
  border: 2px solid #1c1c1c;
  border-radius: 0.4rem;
  background-color: #1c1c1c;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  line-height: 2.4rem;
  transition: 0.24s;
}
.btn-style > span {
  display: inline-flex;
  align-items: center;
}
.btn-style i {
  margin-left: 1.6rem;
  margin-right: 0;
  font-size: 1.8rem;
}
.btn-style:hover {
  border: 2px solid #d6d6d6;
  background-color: #fff;
  color: #373737;
}
.btn-style.green {
  border: 2px solid #006d45;
  background-color: #006d45;
  color: #fff !important;
}
.btn-style.green:hover {
  border: 2px solid #006d45;
  background-color: #fff;
  color: #373737 !important;
}

.btn-style.btn-sm {
  min-width: auto;
}

.btn-style.btn-sm > i {
  margin-left: 1.2rem;
}

.btn-style + .btn-style {
  margin-left: 0.8rem;
}

@media (max-width: 768px) {
  #content {
    padding: 6rem 0 10rem;
  }
  .con__title {
    font-size: 3.8rem;
  }
  .con__top-box {
    padding: 4rem;
  }
  .con__top-icon {
    width: 9rem;
    height: 9rem;
    margin-right: 3.6rem;
  }
  .con__top-text br {
    display: none;
  }
}
@media (max-width: 580px) {
  .con__box-title-wrap {
    display: block;
  }
  .con__box-title-wrap .con__box-title {
    margin-bottom: 1.4rem;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .con__top-icon {
    display: none;
  }
}
/* tab style */
.dep3-tab {
  position: relative;
  margin-bottom: 4.8rem;
}

.dep3-tab .mobile-active {
  display: none;
}

.dep3-tab ul {
  display: flex;
}

.dep3-tab li {
  width: 100%;
  margin-top: -1px;
  margin-left: -1px;
}

.dep3-tab li .dep3-tab-btn {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1.6rem 1.2rem;
  border: 1px solid #e3e3e3;
  background-color: #fff;
  font-size: 1.7rem;
  font-weight: 500;
  color: #595959;
  line-height: 2.4rem;
  text-align: center;
  transition: 0.24s;
}
.dep3-tab li .dep3-tab-btn::before {
  position: absolute;
  top: -1px;
  left: -1px;
  opacity: 0;
  z-index: 1;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 1px solid #000;
  transition: 0.24s;
  content: "";
}

.dep3-tab li:hover .dep3-tab-btn {
  border: 1px solid #fff;
}
.dep3-tab li:hover .dep3-tab-btn::before {
  opacity: 1;
}

.dep3-tab li.active .dep3-tab-btn {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}
.dep3-tab li.active .dep3-tab-btn::before {
  opacity: 1;
}

.dep3-tab.over-five ul {
  flex-wrap: wrap;
}

.dep3-tab.over-five li {
  width: 20%;
}

@media (max-width: 768px) {
  .dep3-tab.over-five li {
    width: 25%;
  }
}
@media (max-width: 640px) {
  .dep3-tab.over-two .mobile-active {
    display: block;
    position: relative;
    width: 100%;
    height: 5.6rem;
    padding: 1.6rem 1.2rem;
    border: 1px solid #000;
    background-color: #000;
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
  }
  .dep3-tab.over-two .mobile-active::before {
    position: absolute;
    top: 50%;
    right: 1.6rem;
    transform: translateY(-50%);
    font-family: "xeicon";
    font-size: 1.8rem;
    color: #fff;
    transition: 0.26s;
    content: "\e936";
  }
  .dep3-tab.over-two .mobile-active.on::before {
    transform: translateY(-50%) rotate(180deg);
  }
  .dep3-tab.over-two > ul {
    display: none;
    position: absolute;
    top: 5.6rem;
    left: 0;
    z-index: 5;
    width: 100%;
    margin: 0 !important;
  }
  .dep3-tab.over-two li {
    width: 100% !important;
    margin: 0 !important;
  }
  .dep3-tab.over-two > ul > li.active {
    display: none;
  }
  .dep3-tab.over-two > ul > li .dep3-tab-btn {
    border-top: none;
    border-right: 1px solid #ddd;
  }
  .dep3-tab.over-two > ul > li .dep3-tab-btn {
    border: 1px solid #ddd !important;
    border-top: none !important;
  }
}
.table__wrap--sm th,
.table__wrap--sm td {
  padding: 1.8rem 1.2rem !important;
  font-size: 1.7rem !important;
  letter-spacing: -0.025em;
}
.table__wrap table {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #595959;
  text-align: center;
  table-layout: fixed;
}
.table__wrap table tr {
  border-bottom: 1px solid #ddd;
}
.table__wrap table tr:last-child {
  border-bottom: none;
}
.table__wrap table th,
.table__wrap table td {
  padding: 1.8rem 2.4rem;
  border-right: 1px solid #dddddd;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.table__wrap table th {
  background-color: #f6f6f6;
  color: #000;
}
.table__wrap table thead th:first-child {
  border-left: none;
}
.table__wrap table thead th:last-child {
  border-right: none;
}
.table__wrap table tbody th:first-child {
  border-left: none;
}
.table__wrap table tbody td:first-child {
  border-left: none;
}
.table__wrap table tbody td:last-child {
  border-right: none;
}
.table__wrap table tbody td > a {
  color: #595959;
}
.table__wrap table .bd-left {
  border-left: 1px solid #ddd !important;
}
.table__wrap table .bd-right {
  border-right: 1px solid #ddd !important;
}

@keyframes tableScroll01 {
  0% {
    transform: translateX(0);
  }
  70% {
    transform: translateX(-2.6rem);
  }
  100% {
    transform: translateX(-2.6rem);
  }
}
@keyframes tableScroll02 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 1024px) {
  .table__wrap--sm {
    position: relative;
    margin-top: 6.4rem;
  }
  .table__wrap--sm::before {
    position: absolute;
    top: -5.4rem;
    right: 0;
    font-family: "xeicon";
    font-size: 4rem;
    color: #212121;
    animation: tableScroll01 1.8s ease-out infinite, tableScroll02 1.8s ease-in infinite;
    content: "\eafa";
  }
  .table__wrap--sm > div {
    overflow-x: scroll;
  }
  .table__wrap--sm table {
    width: 1000px;
  }
}
@media (max-width: 768px) {
  .table__wrap {
    position: relative;
    margin-top: 6.4rem;
  }
  .table__wrap::before {
    position: absolute;
    top: -5.4rem;
    right: 0;
    font-family: "xeicon";
    font-size: 4rem;
    color: #212121;
    animation: tableScroll01 1.8s ease-out infinite, tableScroll02 1.8s ease-in infinite;
    content: "\eafa";
  }
  .table__wrap > div {
    overflow-x: scroll;
  }
  .table__wrap table {
    width: 1000px;
  }
}
.purpose__list {
  position: relative;
  padding-bottom: 14.6rem;
  margin-bottom: 3.2rem;
  counter-reset: purpose;
}
.purpose__list::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: calc(100% - 8rem);
  width: 57.6rem;
  height: 10.6rem;
  background: url(/html/images/contents/purpose_arrow.png) no-repeat center/contain;
  content: "";
}
.purpose__item {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  margin-bottom: 2.4rem;
}
.purpose__item:last-child {
  margin-bottom: 0;
}
.purpose__img {
  flex-shrink: 0;
  max-width: 36%;
  width: 44.6rem;
  overflow: hidden;
  border-radius: 0 1rem 10rem 0;
}
.purpose__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.purpose__text {
  display: flex;
  align-items: center;
  flex-grow: 1;
  min-height: 26rem;
  padding: 4rem 8rem;
  border: 2px solid #ebebeb;
  border-right: none;
  border-radius: 1rem 0 0 1rem;
}
.purpose__text p {
  position: relative;
  padding-left: 6.4rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}
.purpose__text p::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #8dbb36;
  font-family: "Montserrat";
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  line-height: 4rem;
  text-align: center;
  counter-increment: purpose;
  content: "0" counter(purpose);
}
.purpose__box {
  position: relative;
  padding: 6rem;
  border-radius: 50rem;
  background: linear-gradient(60deg, rgb(141, 187, 54) 0%, rgb(0, 120, 76) 100%);
}
.purpose__box::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: calc(100% + 3rem);
  height: calc(100% + 3rem);
  border: 1px dashed #c9c9c9;
  border-radius: 50rem;
  background: transparent;
  content: "";
}
.purpose__box > div {
  display: inline-block;
}
.purpose__box-wrap {
  text-align: center;
}
.purpose__box-title {
  margin-bottom: 3.6rem;
  font-size: 3.2rem;
  font-weight: 700;
}
.purpose__box-text {
  display: flex;
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.4545454545;
  text-align: left;
}
.purpose__box-text > span {
  margin-right: 1.2rem;
  color: #fff834;
}

@media (max-width: 1024px) {
  .purpose__text {
    min-height: auto;
    padding: 4rem 5rem;
  }
  .purpose__text br {
    display: none;
  }
}
@media (max-width: 768px) {
  .purpose__box {
    padding: 4rem 6rem;
  }
  .purpose__box-text {
    font-size: 2rem;
  }
  .purpose__box-text br {
    display: none;
  }
}
@media (max-width: 680px) {
  .purpose__item {
    flex-direction: column-reverse;
  }
  .purpose__img {
    max-width: none;
    width: 100%;
    margin-left: 0;
    border-radius: 1rem 1rem 0 0;
  }
  .purpose__text {
    padding: 4rem;
    border-top: none;
    border-right: 2px solid #ebebeb;
    border-radius: 0 0 1rem 1rem;
  }
  .purpose__box {
    padding: 4rem;
    border-radius: 4rem;
  }
  .purpose__box::before {
    border-radius: 5rem;
  }
}
@media (max-width: 420px) {
  .purpose__text {
    padding: 2.4rem 3rem;
  }
  .purpose__text p {
    font-size: 1.9rem;
  }
  .purpose__box {
    padding: 4rem 2.4rem;
  }
  .purpose__box-text {
    font-size: 1.9rem;
  }
}
.overview__top {
  display: flex;
  padding: 4.8rem;
  border-radius: 1rem;
  background-color: #f8f8f8;
}
.overview__top-img {
  flex-shrink: 0;
  width: 18.8rem;
  height: 23.4rem;
  margin-right: 3.2rem;
}
.overview__top-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.overview__top-info {
  flex-grow: 1;
}
.overview__top-info-top {
  padding-bottom: 2.2rem;
  border-bottom: 1px solid #e2e2e2;
}
.overview__top-info-btm {
  padding-top: 2rem;
}
.overview__top-title {
  margin-bottom: 0.8rem;
  font-size: 2rem;
  font-weight: 700;
  color: #006d45;
  line-height: 1.4;
}
.overview__top-name {
  font-size: 2.6rem;
  font-weight: 700;
  color: #000;
}
.overview__top-name > span {
  display: inline-block;
  margin-left: 0.8rem;
  font-size: 1.7rem;
  font-weight: 500;
  color: #595959;
}
.overview__top-list {
  display: flex;
  flex-wrap: wrap;
}
.overview__top-list > li {
  width: 33.3333333333%;
  padding-right: 2rem;
  color: #000;
}
.overview__top-list > li > span {
  display: inline-block;
  margin-left: 0.8rem;
  color: #595959;
}

@media (max-width: 1280px) {
  .overview__top-list > li {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .overview__top-list > li {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .overview__top {
    display: block;
    padding: 4rem 3rem;
  }
  .overview__top-img {
    margin: 0 auto 4rem;
  }
}
.department__list {
  display: flex;
  flex-wrap: wrap;
}
.department__item {
  width: calc(20% - 1.92rem);
  margin-bottom: 2.4rem;
  margin-right: 2.4rem;
  text-align: center;
}
.department__item:nth-child(5n) {
  margin-right: 0;
}
.department__item > a {
  display: block;
  padding: 4rem 1.4rem;
  border-radius: 1rem;
  background-color: #f8f8f8;
  color: #595959;
  transition: 0.24s;
}
.department__item > a:hover {
  background-color: #8dbb36;
  color: #fff;
}
.department__icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 11rem;
  height: 11rem;
  margin-bottom: 2rem;
  border-radius: 50%;
  background-color: #fff;
}
.department__icon img {
  max-width: 50%;
  max-height: 50%;
}
.department__name {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.6rem;
}

@media (max-width: 1024px) {
  .department__item {
    width: calc(25% - 1.8rem);
  }
  .department__item:nth-child(5n) {
    margin-right: 2.4rem;
  }
  .department__item:nth-child(4n) {
    margin-right: 0;
  }
}
@media (max-width: 740px) {
  .department__item {
    width: calc(33.3333333333% - 1.6rem);
  }
  .department__item:nth-child(4n) {
    margin-right: 2.4rem;
  }
  .department__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 560px) {
  .department__item {
    width: 100%;
    margin-right: 0 !important;
  }
  .department__item > a {
    display: flex;
    align-items: center;
    padding: 2rem 3rem;
  }
  .department__icon {
    width: 7rem;
    height: 7rem;
    margin-bottom: 0;
    margin-right: 2.4rem;
  }
}
.organ-wrap {
  padding: 7.2rem 3rem;
  border: 2px solid #ebebeb;
  border-radius: 1rem;
  text-align: center;
}

.organ-wrap .organ-list.list03 {
  display: inline-block;
}

.organ-wrap .organ-list,
.organ-wrap .organ-list > li {
  position: relative;
  z-index: 1;
}

.organ-wrap .organ-list.list02 > li {
  padding: 4rem 0 8rem;
}

.organ-wrap .organ-list.list03 > li {
  display: inline-block;
  padding-top: 8rem;
  margin: 0 12rem;
}
.organ-wrap .organ-list.list03 > li:first-child {
  margin-left: 0;
}
.organ-wrap .organ-list.list03 > li:last-child {
  margin-right: 0;
}

.organ-wrap .organ-list.list01 > li > .item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 18rem;
  height: 18rem;
  padding: 2rem;
  margin: 1.6rem 0;
  border-radius: 50rem;
  background: linear-gradient(140deg, rgb(141, 187, 54) 0%, rgb(0, 120, 76) 60%);
  box-shadow: 1.4rem 1.6rem 2.8rem rgba(0, 109, 69, 0.16);
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  line-height: 2.2rem;
}
.organ-wrap .organ-list.list01 > li > .item strong {
  display: inline-block;
  margin-top: 0.6rem;
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff834;
}
.organ-wrap .organ-list.list01 > li > .item::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: calc(100% + 3.2rem);
  height: calc(100% + 3.2rem);
  border: 1px dashed #c9c9c9;
  border-radius: 50%;
  content: "";
}
.organ-wrap .organ-list.list01 > li > .item::after {
  position: absolute;
  bottom: -2.2rem;
  left: calc(50% + 1px);
  transform: translateX(-50%);
  z-index: 2;
  width: 8px;
  height: 8px;
  border: 2px solid #8dbb36;
  border-radius: 50%;
  content: "";
}

.organ-wrap .organ-list.list02 .item {
  display: inline-block;
  position: relative;
  transform: translateX(25rem);
  width: 26rem;
  padding: 2.6rem;
  border-radius: 1rem;
  background-color: #8dbb36;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}
.organ-wrap .organ-list.list02 .item::after {
  position: absolute;
  top: calc(50% + 1px);
  left: -8px;
  transform: translateY(-50%);
  z-index: 2;
  width: 8px;
  height: 8px;
  border: 2px solid #006d45;
  border-radius: 50%;
  content: "";
}

.organ-wrap .organ-list.list03 .item {
  display: inline-block;
  position: relative;
  width: 26rem;
  padding: 2.6rem;
  border-radius: 1rem;
  background-color: #f3f3f3;
  font-size: 1.8rem;
  font-weight: 700;
}
.organ-wrap .organ-list.list03 .item::after {
  position: absolute;
  top: -8px;
  left: calc(50% + 1px);
  transform: translateX(-50%);
  z-index: 2;
  width: 8px;
  height: 8px;
  border: 2px solid #828282;
  border-radius: 50%;
  content: "";
}

/* 조직도 선 */
/* before - 세로, after - 가로 */
.organ-wrap .organ-list.list02 > li::before,
.organ-wrap .organ-list.list03 > li::before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 2px;
  height: 100%;
  background-color: #eee;
  content: "";
}

.organ-wrap .organ-list.list02 > li::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-2rem);
  z-index: -1;
  width: 12rem;
  height: 2px;
  background-color: #eee;
  content: "";
}

.organ-wrap .organ-list.list03::after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: calc(100% - 26rem);
  height: 2px;
  background-color: #eee;
  content: "";
}

@media (max-width: 768px) {
  .organ-wrap {
    padding: 4rem 3rem 5rem;
  }
  .organ-wrap .organ-list::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: -1;
    width: 2px;
    height: calc(100% - 21.2rem);
    background-color: #eee;
    content: "";
  }
  .organ-wrap .organ-list.list03 {
    display: block;
  }
  .organ-wrap .organ-list.list03 > li {
    display: block;
    padding-top: 0;
    margin: 0;
  }
  .organ-wrap .organ-list.list03 > li:last-child {
    margin-top: 3.4rem;
  }
  .organ-wrap .organ-list.list01 .item {
    width: 100%;
  }
  .organ-wrap .organ-list.list02 .item {
    transform: translateX(0);
    width: 100%;
  }
  .organ-wrap .organ-list.list02 .item::after {
    top: auto;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
  }
  .organ-wrap .organ-list.list03 .item {
    width: 100%;
  }
  .organ-wrap .organ-list.list02 > li::before,
  .organ-wrap .organ-list.list03 > li::before,
  .organ-wrap .organ-list.list02 > li::after {
    display: none;
  }
}
.intro__top {
  position: relative;
  padding: 11rem 0 10rem;
  margin-bottom: 9.6rem;
  text-align: center;
}
.intro__top::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 100vw;
  height: 100%;
  background: url(/html/images/contents/intro_bg.jpg) no-repeat center/cover;
  content: "";
}
.intro__top-title {
  margin-bottom: 3.6rem;
  font-size: 3.6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2777777778;
}
.intro__top-title > span {
  color: #a2e12d;
}
.intro__top-desc {
  opacity: 0.9;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  line-height: 2.8rem;
}
.intro__item {
  display: flex;
  align-items: center;
  margin-bottom: 5.6rem;
}
.intro__item--reverse {
  flex-direction: row-reverse;
}
.intro__item--reverse .intro__text {
  padding-left: 4.6rem;
  padding-right: 7.2rem;
}
.intro__img {
  flex-shrink: 0;
  max-width: 48%;
  width: 62rem;
}
.intro__text {
  padding-left: 7.2rem;
  padding-right: 4.6rem;
}
.intro__text-title {
  padding-bottom: 2.8rem;
  border-bottom: 1px solid #e5e5e5;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 4rem;
}
.intro__text-desc {
  padding-top: 2.8rem;
  font-size: 1.8rem;
  color: #595959;
  line-height: 2.6rem;
}

@media (max-width: 1024px) {
  .intro__text {
    padding-left: 4rem;
  }
  .intro__text-title > br {
    display: none;
  }
  .intro__item--reverse .intro__text {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 768px) {
  .intro__top {
    padding: 8rem 0 7rem;
  }
  .intro__top-title {
    font-size: 3.2rem;
  }
  .intro__top-desc {
    font-size: 1.9rem;
    line-height: 2.7rem;
  }
  .intro__top-desc > br {
    display: none;
  }
  .intro__item {
    display: block;
  }
  .intro__img {
    max-width: none;
    width: 100%;
  }
  .intro__img img {
    width: 100%;
  }
  .intro__text {
    padding: 0 !important;
    margin-top: 2.4rem;
  }
}
.con__box-wrap--half {
  display: flex;
  justify-content: space-between;
}
.con__box-wrap--half .con__box {
  width: calc(50% - 1.6rem);
}

@media (max-width: 768px) {
  .con__box-wrap--half {
    display: block;
  }
  .con__box-wrap--half .con__box {
    width: 100%;
  }
  .benefit__img img {
    width: 100%;
  }
}
.dep3-tab.map {
  margin-bottom: 3.2rem;
}

.map-wrap.img-map {
  display: none;
}

.map-wrap.api-map .map-box {
  position: relative;
  margin-bottom: 4rem;
}

.map-wrap.api-map .map-mark {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  padding: 1.6rem 2.2rem;
  background-color: #595959;
  font-size: 1.5rem;
  font-weight: 300;
  color: #fff;
}

.map-wrap.api-map .map-mark i {
  margin-left: 2.2rem;
  font-size: 1.4rem;
}

.root_daum_roughmap {
  width: 100% !important;
}

.root_daum_roughmap .wrap_map {
  height: 70rem !important;
}

.root_daum_roughmap .wrap_btn_zoom {
  z-index: 5 !important;
}

.map-tbl-th {
  display: inline-block;
  min-width: 12rem;
  text-align: left;
}

.map-tbl-th i {
  margin-right: 0.6rem;
  font-size: 2.2rem;
  vertical-align: -2px;
}

.map-tbl-bus {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.map-tbl-bus > p:first-child {
  margin-right: 8rem;
}

.map-tbl-bus > p strong {
  display: inline-block;
  margin-right: 1.6rem;
  color: #000;
}

.map-tbl-bus > p span {
  display: inline-block;
  padding: 0.7rem 1rem;
  margin-right: 0.6rem;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
}

.map-tbl-bus > p span:last-child {
  margin-right: 0;
}

.map-tbl-bus > p span.color01 {
  border: 1px solid #707070;
  background-color: #fff;
  color: #2b2b2b;
}

.map-tbl-bus > p span.color02 {
  border: 1px solid #3762ac;
  background-color: #3762ac;
  color: #fff;
}

.map-tbl-bus > p span.color03 {
  border: 1px solid #499f40;
  background-color: #499f40;
  color: #fff;
}

@media (max-width: 1024px) and (min-width: 768.1px) {
  .map-tbl-bus {
    display: block;
  }
  .map-tbl-bus > p:first-child {
    margin-bottom: 1rem;
  }
}
@media (max-width: 1024px) {
  .root_daum_roughmap .wrap_map {
    height: 60rem !important;
  }
}
@media (max-width: 768px) {
  .root_daum_roughmap .wrap_map {
    height: 40rem !important;
  }
}
@media (max-width: 480px) {
  .root_daum_roughmap .wrap_map {
    height: 30rem !important;
  }
}
.campus-map {
  display: flex;
  justify-content: space-between;
  padding: 4rem 5.4rem;
  padding-left: 8rem;
  border-radius: 1rem;
  background-color: #f8f8f8;
}

.campus-map .title {
  flex-shrink: 0;
  padding-top: 7.8rem;
  margin-right: 6rem;
}

.campus-map .title h4.con-title {
  position: relative;
  margin-bottom: 1.2rem;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 4rem;
}

.campus-map .title h5.con-sm-title {
  margin-bottom: 1rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #006d45;
  line-height: 3.4rem;
}

.campus-map .title p {
  margin-bottom: 3.6rem;
  font-size: 2rem;
  color: #595959;
  line-height: 2.6rem;
}

@media (max-width: 900px) {
  .campus-map {
    padding: 4rem;
  }
}
@media (max-width: 768px) {
  .campus-map {
    display: block;
  }
  .campus-map .title {
    padding-top: 0;
    margin-bottom: 4rem;
    margin-right: 0;
  }
  .campus-map .title p {
    margin-bottom: 3rem;
  }
  .campus-map .title p > br {
    display: none;
  }
}
@media (max-width: 480px) {
  .campus-map {
    padding: 4rem 3rem;
  }
}
.people__wrap {
  display: flex;
  flex-wrap: wrap;
}
.people__item {
  display: flex;
  align-items: center;
  position: relative;
  width: calc(50% - 1rem);
  overflow: hidden;
  padding: 4.8rem;
  margin-bottom: 2rem;
  margin-right: 2rem;
  border-radius: 1rem;
  background-color: #f8f8f8;
}
.people__item:nth-child(even) {
  margin-right: 0;
}
.people__img {
  flex-shrink: 0;
  width: 18.8rem;
  height: 23.4rem;
  margin-right: 3.2rem;
}
.people__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.people__office {
  margin-bottom: 0.4rem;
  font-size: 2.8rem;
  font-weight: 700;
  color: #006d45;
  line-height: 3.8rem;
}
.people__office-logo {
  position: absolute;
  top: 3.2rem;
  right: 3.4rem;
}
.people__office-logo img {
  max-height: 100%;
}
.people__name {
  font-size: 2.4rem;
  font-weight: 700;
  color: #000;
  line-height: 3.4rem;
}
.people__name > span {
  margin-left: 0.4rem;
  font-size: 1.7rem;
  font-weight: 500;
  color: #595959;
}
.people__contact {
  margin-top: 2.4rem;
}
.people__contact-item {
  position: relative;
  padding: 0.4rem 0;
  padding-left: 4rem;
  margin-bottom: 0.6rem;
  font-size: 1.7rem;
  line-height: 2.4rem;
}
.people__contact-item:last-child {
  margin-bottom: 0;
}
.people__contact-item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background-color: #8dbb36;
  font-family: "icomoon";
  font-size: 1.6rem;
  color: #fff;
  line-height: 3.2rem;
  text-align: center;
}
.people__contact-item--mail {
  word-break: break-all;
}
.people__contact-item--mail::before {
  content: "\eba8";
}
.people__contact-item--site::before {
  content: "\eb3c";
}
.people__contact-item--tel::before {
  content: "\ec55";
}
.people__contact-item > a {
  color: #595959;
}
.people__contact-item > a:hover {
  text-decoration: underline;
  text-underline-position: under;
}

@media (max-width: 1024px) {
  .people__item {
    padding: 3.8rem;
    padding-top: 4.8rem;
  }
  .people__img {
    width: 14.8rem;
    height: 19.4rem;
  }
  .people__office-logo {
    top: 2.6rem;
    right: 3rem;
    max-width: 8rem;
    height: 4rem;
  }
}
@media (max-width: 860px) {
  .people__item {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 420px) {
  .people__item {
    display: block;
    padding-top: 6.8rem;
  }
  .people__img {
    margin: 0 auto 2rem;
  }
  .people__contact {
    margin-top: 1.4rem;
  }
}
.table__num {
  display: flex;
  justify-content: center;
  color: #000;
}
.table__num-mark {
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  top: 1px;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.6rem;
  border-radius: 50%;
  background-color: #000;
  font-family: "Montserrat";
  font-size: 1.4rem;
  color: #fff;
  line-height: 2.4rem;
  text-align: center;
}

.bd-point {
  border: 2px solid #006d45 !important;
  background-color: rgba(148, 194, 129, 0.15);
}

.alert-text {
  display: inline-block;
  position: relative;
  padding-left: 2.4rem;
  line-height: 2.4rem;
}
.alert-text::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "icomoon";
  font-size: 1.8rem;
  color: #8dbb36;
  content: "\edc2";
}
.alert-text + .alert-text {
  margin-top: .8rem;
}
.alert-text-item {
  display: inline-block;
  margin-left: 1.4rem;
  font-size: 1.7rem;
}
.alert-text-item:first-child {
  margin-left: 0;
}
.alert-text-item > .check-point {
  margin-right: 0.6rem;
}

.check-point {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: #8dbb36;
}
.check-point.square {
  border-radius: 0;
  background-color: #006d45;
}
.check-point + .check-point {
  margin-left: 0.6rem;
}
.check-point + p {
  display: inline-block;
  margin-left: 0.6rem;
}

.process__list {
  display: flex;
}
.process__item {
  position: relative;
  width: calc(20% - 3.52rem);
  padding: 5rem 2.4rem 2.6rem;
  margin-right: 4.4rem;
  border-radius: 1rem;
  background-color: #f8f8f8;
  text-align: center;
}
.process__item:last-child {
  margin-right: 0;
}
.process__item:last-child::before {
  display: none;
}
.process__item::before {
  position: absolute;
  top: 50%;
  right: -2.2rem;
  transform: translate(50%, -50%);
  opacity: 0.8;
  font-family: "icomoon";
  font-size: 3.2rem;
  color: #272727;
  content: "\ebfb";
}
.process__icon {
  display: inline-block;
  width: 6rem;
  height: 5rem;
  margin-bottom: 3rem;
}
.process__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.process__text {
  font-size: 1.8rem;
  line-height: 2.4rem;
}

@media (max-width: 860px) {
  .process__list {
    flex-wrap: wrap;
  }
  .process__item {
    width: calc(33.3333333333% - 4.4rem);
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 560px) {
  .process__list {
    flex-wrap: wrap;
  }
  .process__item {
    width: 100%;
    padding: 3rem 2.4rem 2.6rem;
    margin-bottom: 4.4rem;
    margin-right: 0;
  }
  .process__item::before {
    top: auto;
    bottom: -2.2rem;
    right: 50%;
    transform: translate(50%, 50%) rotate(90deg);
  }
}
.edu__box {
  padding: 5.4rem 3rem;
  border: 1rem;
  background-color: #f8f8f8;
  text-align: center;
}
.edu__text {
  margin-top: 4.4rem;
  font-size: 2rem;
  line-height: 1.4;
}

.people__item--pro {
  padding-top: 6.4rem;
}
.people__title {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 12.6rem;
  padding: 1.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.people__title--01 {
  background-color: #006d45;
}
.people__title--02 {
  background-color: #338b00;
}
.people__title--03 {
  background-color: #8dbb36;
}
.people__name-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.people__department {
  position: relative;
  padding-right: 1rem;
  margin: 0.4rem 0;
  margin-right: 1rem;
  font-size: 2rem;
  font-weight: 700;
  color: #006d45;
}
.people__department::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 2rem;
  background-color: #d6d6d6;
  content: "";
}
.people__tag {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}
.people__tag-item {
  position: relative;
  padding-left: 1.2rem;
  margin-right: 0.6rem;
  font-size: 1.7rem;
  font-weight: 500;
  color: #595959;
  letter-spacing: -0.02em;
  line-height: 2.4rem;
}
.people__tag-item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "#";
}

@media (max-width: 860px) {
  .people__title {
    left: 0;
    right: auto;
  }
}
.student__wrap {
  display: flex;
  flex-wrap: wrap;
}
.student__item {
  width: calc(50% - 1rem);
  padding: 4rem 5.6rem;
  margin-bottom: 2rem;
  margin-right: 2rem;
  border-radius: 1rem;
  background-color: #f8f8f8;
}
.student__item:nth-child(even) {
  margin-right: 0;
}
.student__name {
  margin-right: 1rem;
  font-size: 2.8rem;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
}
.student__name-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 2.8rem;
}
.student__department {
  margin-left: 1rem;
  font-size: 2rem;
  font-weight: 700;
  color: #006d45;
}
.student__tag {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}
.student__tag-item {
  position: relative;
  padding: 0.7rem 1.2rem;
  padding-left: 2.4rem;
  margin-bottom: 0.6rem;
  margin-right: 0.6rem;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #595959;
  letter-spacing: -0.02em;
  line-height: 2.4rem;
}
.student__tag-item::before {
  position: absolute;
  top: 0.7rem;
  left: 1.2rem;
  content: "#";
}

@media (max-width: 1024px) {
  .student__item {
    padding: 4rem 3.6rem;
  }
}
@media (max-width: 768px) {
  .student__item {
    width: 100%;
    margin-right: 0;
  }
}
.board__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.2rem;
}
.board__info {
  display: flex;
  align-items: center;
}
.board__info-item {
  position: relative;
  padding: 0 2rem;
  font-size: 1.6rem;
}
.board__info-item:first-child {
  padding-left: 0;
}
.board__info-item:first-child::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 1.8rem;
  background-color: #d8d8d8;
  content: "";
}
.board__info-num {
  display: inline-block;
  margin-left: 0.6rem;
  font-weight: 500;
  color: #006d45;
}
.board__search {
  display: flex;
  align-items: center;
}
.board__search-select {
  margin-right: 0.8rem;
}
input[type="text"].board__search-input {
  width: 28rem;
  height: 4.6rem;
  padding: 0 1.6rem;
  margin: 0;
  border: 1px solid #dedede;
  border-radius: 2px 0 0 2px;
  background-color: #fff;
  font-size: 1.6rem;
  color: #595959;
}
input[type="text"].board__search-input::placeholder {
  color: #bababa;
}
.board__search-btn {
  width: 4.6rem;
  height: 4.6rem;
  margin: 0;
  border: none;
  border-radius: 0 2px 2px 0;
  background-color: #000;
  font-size: 1.8rem;
  color: #fff;
}
.board__search-btn:hover {
  background-color: #000;
}

.select-style {
  position: relative;
}
.select-style::before {
  position: absolute;
  top: 50%;
  right: 1.4rem;
  transform: translateY(-50%);
  font-family: "xeicon";
  font-size: 1.8rem;
  color: #595959;
  content: "\e936";
}
.select-style select {
  min-width: 12rem;
  height: 4.6rem;
  padding: 0 1.6rem;
  padding-right: 4rem;
  border: 1px solid #dedede;
  border-radius: 2px;
  background-color: #fff;
  font-size: 1.6rem;
  color: #595959;
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.board__tool {
  margin-bottom: 1.4rem;
}

@media (max-width: 768px) {
  .board__top {
    display: block;
  }
  .board__info {
    margin-bottom: 1.6rem;
  }
  input[type="text"].board__search-input {
    flex-grow: 1;
    width: auto;
  }
}
@media (max-width: 480px) {
  .board__search {
    display: block;
  }
  .board__search-select {
    margin-bottom: 0.6rem;
    margin-right: 0;
  }
  .board__search-select > select {
    width: 100%;
  }
  input[type="text"].board__search-input {
    width: 100%;
    margin-bottom: 0.6rem;
    margin-right: 0;
    border-radius: 2px;
  }
  .board__search-btn {
    width: 100%;
    border-radius: 2px;
  }
  .board__tool > button {
    margin-bottom: 0.6rem;
  }
  .board__search-btn .mo-show {
    display: inline-block;
    margin-left: 0.4rem;
    font-size: 1.7rem;
    vertical-align: top;
  }
}
.board__paging {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6rem;
}
.board__paging-btn {
  width: 4rem;
  height: 4rem;
  background-color: #2d2d2d;
  font-size: 1.8rem;
  color: #fff;
  line-height: 4rem;
  text-align: center;
  transition: 0.24s;
}
.board__paging-btn--first {
  border-right: 1px solid #707070;
  border-radius: 0.5rem 0 0 0.5rem;
}
.board__paging-btn--last {
  border-left: 1px solid #707070;
  border-radius: 0 0.5rem 0.5rem 0;
}
.board__paging-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 1rem;
}
.board__paging-num {
  margin-left: -1px;
  border: 1px solid #e5e5e5;
}
.board__paging-num > a {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  font-size: 1.6rem;
  color: #595959;
  line-height: 4rem;
  text-align: center;
}
.board__paging-num > a:hover {
  text-decoration: underline;
  text-underline-position: under;
}
.board__paging-num--active > a {
  font-weight: 700;
  color: #373737;
  text-decoration: underline;
  text-underline-position: under;
}

@media (max-width: 420px) {
  .board__paging-btn--prev,
  .board__paging-btn--next {
    display: none;
  }
}

.email__wrap {
  padding: 7rem 3rem;
  border: 1px solid #ddd;
  text-align: center;
}
.email__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14.6rem;
  height: 14.6rem;
  margin: 0 auto 4rem;
  border-radius: 50%;
  border-radius: 50%;
  background-color: #91c233;
}
.email__title {
  margin-bottom: 2.4rem;
  font-size: 3.8rem;
}
.email__text {
  font-size: 1.8rem;
  color: #595959;
  line-height: 2.8rem;
}

@media (max-width: 880px) {
  .email__text > br {
    display: none;
  }
}

/* 묻고 답하기 */
.ask__status {
  display: inline-block;
  min-width: 8rem;
  padding: 0.8rem 1rem;
  border-radius: 0.4rem;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}
.ask__status--comp {
  border: 1px solid #006d45;
  background-color: #006d45;
  color: #fff;
}
.ask__status--wait {
  border: 1px solid #707070;
  background-color: #fff;
  color: #000;
}

.answer-area .answer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.4rem 2.4rem;
  border-bottom: 1px solid #e5e5e5;
  background-color: #f8f9fa;
  line-height: 2.6rem;
}
.answer-area .answer-top h4 {
  font-size: 1.8rem;
}
.answer-area .answer-top > div {
  display: flex;
  align-items: center;
}
.answer-area .answer-top > div p {
  font-size: 1.8rem;
}
.answer-area .answer-top > div p strong {
  font-weight: 500;
}
.answer-area .answer-top > div p span {
  margin-left: 0.8rem;
  font-weight: 500;
  color: #595959;
}
.answer-area .answer-top > div p + p {
  margin-left: 3.2rem;
}
.answer-area .answer-con {
  padding: 3.6rem 2.4rem;
  border-bottom: 1px solid #e5e5e5;
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.bg-text-box {
  max-height: 30rem;
  overflow: auto;
  padding: 4.4rem 4.8rem;
  border-radius: 1rem;
  background-color: #f8f8f8;
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.bg-text-box .dot-list.list-flex > li {
  display: block;
}

.check-style input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: auto;
  height: auto;
}
.check-style input[type="checkbox"] + label {
  position: relative;
  padding-left: 2.6rem;
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.check-style label::after {
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  border: 2px solid #e1e1e1;
  border-radius: 2px;
  background-color: #fff;
  transition: 0.24s;
  content: "";
}
.check-style input:checked + label::after {
  border: 2px solid #006d45;
  background-color: #006d45;
}
.check-style input:focus + label::after {
  border: 2px solid #006d45;
}
.check-style input + label::before {
  position: absolute;
  top: 0.5rem;
  left: 0;
  z-index: 1;
  width: 1.8rem;
  height: 1.8rem;
  font-family: "remixicon";
  font-size: 1.6rem;
  font-weight: normal;
  color: #fff;
  line-height: 1.8rem;
  text-align: center;
  content: "\eb7a";
}

.table__wrap.form-table table td {
  padding: 1.2rem 1.6rem;
  text-align: left;
}
.table__wrap.form-table table td input[type="text"],
.table__wrap.form-table table td input[type="password"],
.table__wrap.form-table table td textarea {
  max-width: 54rem;
  width: 100%;
  height: 4rem;
  padding: 0 1.6rem;
  border: 1px solid #dedede;
  font-size: 1.8rem;
}
.table__wrap.form-table table td input[type="text"].short {
  max-width: 20rem;
}
.table__wrap.form-table table td textarea {
  max-width: none;
  height: 32rem;
  padding: 1.6rem;
  resize: none;
}

@media (max-width: 768px) {
  .bg-text-box {
    padding: 3.4rem 3.8rem;
  }
  .table__wrap.form-table {
    margin-top: 0;
  }
  .table__wrap.form-table::before {
    display: none;
  }
  .table__wrap.form-table table {
    width: 100%;
  }
  .table__wrap.form-table table th,
  .table__wrap.form-table table td {
    display: block;
    width: 100%;
  }
  .table__wrap.form-table table col {
    display: none;
  }
  .table__wrap.form-table table td input[type="text"],
  .table__wrap.form-table table td input[type="text"].short,
  .table__wrap.form-table table td input[type="password"],
  .table__wrap.form-table table td textarea {
    max-width: none;
  }
}

@media (max-width: 420px) {
  .answer-area .answer-top,
  .answer-area .answer-top > div {
    display: block;
  }
  .answer-area .answer-top h4 {
    margin-bottom: 0.8rem;
  }
  .answer-area .answer-top > div p + p {
    margin-top: 0.2rem;
    margin-left: 0;
  }
}

/* popup style */
.popup-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.popup-wrap .popup-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 640px;
  width: calc(100% - 6rem);
  max-height: calc(100vh - 10rem);
  max-height: calc(var(--vh, 1vh) * 100 - 10rem);
  height: auto;
  overflow: auto;
  padding: 5rem 4.8rem 5.6rem;
  border-radius: 1rem;
  background-color: #fff;
}
.popup-wrap .popup-box .popup-close {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 5.6rem;
  height: 5.6rem;
  background-color: #595959;
  font-size: 3rem;
  color: #fff;
}
.popup-wrap .popup-box .popup-con-top {
  padding-right: 3rem;
  margin-bottom: 2.8rem;
}
.popup-wrap .popup-box .popup-con-top h3 {
  margin-bottom: 0.8rem;
  font-size: 2.8rem;
  font-weight: 700;
  color: #222;
  line-height: 3.8rem;
}
.popup-wrap .popup-box .popup-con-top p {
  font-size: 2rem;
  color: #595959;
  line-height: 2.8rem;
}
.popup-wrap .popup-box .popup-password {
  width: 100%;
  height: 5.6rem;
  padding: 1.6rem;
  border: 1px solid #dedede;
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  .popup-wrap .popup-box {
    padding: 5rem 3rem;
  }
  .popup-wrap .popup-box .popup-con-top {
    padding-right: 4.4rem;
  }
}

/* 개인정보처리방침 */
.privacy__top {
  margin-bottom: 5rem;
}
.privacy__top-list {
  display: flex;
  flex-wrap: wrap;
}
.privacy__top-item {
  width: calc(20% - 1.92rem);
  margin-bottom: 2.4rem;
  margin-right: 2.4rem;
  text-align: center;
}
.privacy__top-item:nth-child(5n) {
  margin-right: 0;
}
.privacy__top-item {
  padding: 3.4rem 1.4rem;
  border: 2px solid #ebebeb;
  border-radius: 1rem;
  color: #595959;
  transition: 0.24s;
}
.privacy__top-icon {
  display: inline-flex;
  align-items: center;
  height: 11rem;
  margin-bottom: 2.4rem;
}
.privacy__top-icon img {
  max-height: 100%;
}
.privacy__top-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
}

@media (max-width: 1080px) {
  .privacy__top-item {
    width: calc(25% - 1.8rem);
  }
  .privacy__top-item:nth-child(5n) {
    margin-right: 2.4rem;
  }
  .privacy__top-item:nth-child(4n) {
    margin-right: 0;
  }
}
@media (max-width: 920px) {
  .privacy__top-item {
    width: calc(33.3333333333% - 1.6rem);
  }
  .privacy__top-item:nth-child(4n) {
    margin-right: 2.4rem;
  }
  .privacy__top-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 640px) {
  .privacy__top-item {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1.8rem 2.4rem;
    margin-bottom: 2rem;
    margin-right: 0 !important;
  }
  .privacy__top-icon {
    width: 50px;
    height: 58px;
    margin-bottom: 0;
    margin-right: 0.8rem;
  }
  .privacy__top-text {
    margin-left: 1.2rem;
    text-align: left;
  }
}
.privacy__index {
  border-top: 1px solid #000;
}
.privacy__index > li {
  display: flex;
  align-items: center;
  padding: 1.2rem 2.4rem;
  border-bottom: 1px solid #ebebeb;
}
.privacy__index-icon {
  margin-right: 0.8rem;
}
.privacy__index > li > p {
  margin-left: 1.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
}
.privacy__con-wrap .con__box-title > p {
  display: inline-block;
}
.privacy__con-wrap .con__box-title span {
  display: inline-block;
  vertical-align: 2px;
}
.privacy__con-wrap .con__box-title span:first-child {
  margin-left: 0.6rem;
}
.privacy__con-wrap .con__box > p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.privacy__con-wrap .con__box .table__wrap {
  margin-top: 2.4rem;
}
.privacy__con-wrap .con__box > p + ul {
  margin-top: 1.4rem;
}
.privacy__con-wrap .con__box ul > li {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.privacy__con-wrap .con__box ul > li ul {
  margin-top: .8rem;
}
.privacy__con-wrap .con__box .num-list > li {
  padding-left: 3.6rem;
}
.privacy__con-wrap .con__box .num-list > li::before {
  width: 2.6rem;
  height: 2.6rem;
  line-height: 2.6rem;
}
.privacy__con-wrap .con__box ul a {
  color: #595959;
}
.privacy__con-wrap .con__box ul a:hover {
  text-decoration: underline;
  text-underline-position: under;
}
.privacy__con-wrap .con__box .mark-list {
  position: relative;
  padding-left: 2.4rem;
  margin-top: .6rem;
}
.privacy__con-wrap .con__box .mark-list .mark {
  position: absolute;
  top: 0;
  left: 0;
}

/* 채용 프로세스 */
.process__list.job {
  margin-bottom: 5rem;
}
.process__list.job > li {
  width: calc(100% / 3 - 2.94rem);
}

.link-border-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3.2rem 6.4rem;
  border: 2px solid #EBEBEB;
  border-radius: 1rem;
}
.link-border-box > p {
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.link-border-box .btn-style {
  flex-shrink: 0;
  margin-left: 3rem;
}

@media (max-width: 768px) {
  .link-border-box {
    padding: 2.4rem 4.8rem;
  }
}

@media (max-width: 560px) {
  .process__list.job > li {
    width: 100%;
  }
  .link-border-box {
    display: block;
    padding: 2.4rem 3.4rem;
  }
  .link-border-box .btn-style {
    margin-top: 2.4rem;
    margin-left: 0;
  }
}