@charset "utf-8";
/* 공통 */
wbr:after {
  content: "\00200B";
}

/* Layout */
.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-2dot4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.col-9dot6,
.col-sm-9dot6,
.col-md-9dot6,
.col-lg-9dot6,
.col-xl-9dot6 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-9dot6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}
@media (min-width: 576px) {
  .col-sm-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-sm-9dot6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
}
@media (min-width: 768px) {
  .col-md-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-md-9dot6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
}
@media (min-width: 992px) {
  .col-lg-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-lg-9dot6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .col-xl-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-xl-9dot6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
}

/* Carousel */
.carousel-wrapper {
  position: relative;
}
.carousel-wrapper .prev-btn,
.carousel-wrapper .next-btn {
  -webkit-appearance: none;
  appearance: none;
  width: 57px;
  height: 40px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.carousel-wrapper .prev-btn {
  background: url(/site/resource/dongju/common/images/arrow-left-cut.png) no-repeat center;
}
.carousel-wrapper .next-btn {
  background: url(/site/resource/dongju/common/images/arrow-right-cut.png) no-repeat center;
}
.carousel-wrapper .prev-btn span,
.carousel-wrapper .next-btn span {
  display: inline-block;
  text-indent: -5000em;
}

/* Section */
.cont-title h2 {
  font-size: 28px;
}
.sub-container .sec-1 {
  letter-spacing: -0.05em;
  margin-bottom: 38px;
}
.sub-container .sec-2 {
  margin-left: 25px;
}
.sub-container .sec-3 {
  margin-left: 20px;
  font-family: "noto", "Nanum Gothic", sans-serif;
}
.sub-container .sec-body p {
  font-weight: 300;
}

.sub-container .sec-title-1 {
  padding-left: 28px;
  font-size: 20px;
  /* KYJ 20200917 */
  background: url(/site/resource/dongju/common/images/bullet-dept01.png) no-repeat left 0.2rem;
}
.sub-container .sec-title-1 .sec-title-frag {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 4px;
  font-size: inherit;
  font-weight: 600;
}
.sub-container .sec-title-2 {
  padding-left: 24px;
  font-size: 18px;
  font-weight: 600;
  background: url(/site/resource/dongju/common/images/bullet-dept02.png) no-repeat left 0.438rem;
  color: #333;
}
.sub-container .sec-title-3 {
  padding-left: 17px;
  font-size: 16px;
  font-weight: normal;
  background: url(/site/resource/dongju/common/images/bullet-dept03.png) no-repeat left 0.5rem;
  color: #333;
}
.sub-container .sec-title-1.no-bullet {
  padding-left: 0;
  background: none;
}
.sub-container .sec-title-1.large {
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 100;
  color: black;
}
.sub-container .sec-title-1.large .mark {
  background-color: transparent;
  font-size: 25px;
  font-weight: bold;
}
.sub-container .sec-title-1.large .mark-1 {
  position: relative;
  display: inline-block;
}
.sub-container .sec-title-1.large .mark-1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: inline-block;
  width: 100%;
  height: 55%;
  background-color: #f3eaf8;
}
.sub-container .sec-2 .sec-body,
.sub-container .sec-3 .sec-body {
  padding-left: 17px;
  font-size: 1rem;
  color: #5b5b5b;
}

.item-right {
  width: 80%;
  position: relative;
}

.item-right .nav-link {
  position: absolute;
  right: 5px;
  background-color: #e3e8ec;
  color: #5c6069;
  border-radius: 50%;
  height: 1.875rem;
  width: 1.875rem;
  padding: 0;
  text-align: center;
}

.item-right .nav-link:hover {
  color: rgb(var(--point-color-01));
}

.item-right .nav-link .material-icons {
  line-height: 1.875rem;
  font-size: 1.2rem;
}

.item-body .item-right .prof-name {
  padding-right: 2.5rem;
  display: block;
}

@media (min-width: 576px) {
  .cont-title h2 {
    font-size: 32px;
  }
  .sub-container .sec-title-1 {
    font-size: 22px;
  }
  .sub-container .sec-title-1.large {
    font-size: 28px;
  }
  .sub-container .sec-title-1.large .mark {
    font-size: 30px;
  }
  .sub-container .sec-title-2 {
    font-size: 22px;
  }
  .sub-container .sec-title-3 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .sub-container .sec-title-1 .sec-title-frag {
    display: block;
  }
  /* KYJ 20200917 */
  .sub-container .sec-title-1 {
    background-position: left 0.4rem;
  }
}
@media (min-width: 1200px) {
  .cont-title h2 {
    font-size: 34px;
  }
  .sub-container .sec-title-1.large {
    font-size: 30px;
  }
  .sub-container .sec-title-1.large .mark {
    font-size: 34px;
  }
}

/* 학과 소개 */
.sub-container .sec-intro {
  margin-bottom: 80px;
}
.sub-container p {
  margin-bottom: 20px;
  font-family: "noto", "Nanum Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #5b5b5b;
}
.sub-container .para-1 {
  margin-bottom: 25px;
  font-family: "noto", "Nanum Gothic", "Helvetica", sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #545454;
  letter-spacing: -0.05em;
}
.sub-container .sec-intro .img-wrapper {
  position: relative;
  height: 320px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sub-container .sec-intro .img-deco-top-1,
.sub-container .sec-intro .img-deco-top-2,
.sub-container .sec-intro .img-deco-bottom-1,
.sub-container .sec-intro .img-deco-bottom-2 {
  position: absolute;
  width: 25%;
  height: 20px;
  background-color: white;
}
.sub-container .sec-intro .img-deco-top-1,
.sub-container .sec-intro .img-deco-top-2 {
  top: 0;
}
.sub-container .sec-intro .img-deco-bottom-1,
.sub-container .sec-intro .img-deco-bottom-2 {
  bottom: 0;
}
.sub-container .sec-intro .img-deco-top-1 {
  left: 0;
}
.sub-container .sec-intro .img-deco-top-2 {
  left: calc(25% * 2);
}
.sub-container .sec-intro .img-deco-bottom-1 {
  right: 0;
}
.sub-container .sec-intro .img-deco-bottom-2 {
  right: calc(25% * 2);
}
.sub-container .sec-intro address p {
  margin-bottom: 10px;
  font-size: 15px;
  color: #545454;
}
.sub-container .sec-intro address p img {
  margin-right: 4px;
}
@media (min-width: 992px) {
  .sub-container .sec-intro > .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .sub-container .sec-intro > .row > [class|="col"]:first-child {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sub-container .sec-intro > .row > [class|="col"]:last-child {
    padding-left: 10px;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .sub-container .para-1 {
    letter-spacing: -0.054em;
  }
}

/* 학과 주요 특장점 및 주요실적 */
.sub-container .sec-advan {
  border-bottom: 2px solid #626570;
}
.sub-container .sec-advan .sec-title-1 {
  position: relative;
}
.sub-container .sec-advan .sec-title-1::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 40px;
  height: 4px;
  background-color: #5935a3;
}
.sub-container .advan-carousel .item {
  height: 209px;
  padding: 30px 15px;
  background-color: #1e3685;
  color: #fff;
  text-align: center;
}
.sub-container .advan-carousel .item-1 {
  background-color: #6c79bc;
}
.sub-container .advan-carousel .item-2 {
  background-color: #348acd;
}
.sub-container .advan-carousel .item-3 {
  background-color: #43b3ab;
}
.sub-container .advan-carousel .item-4 {
  background-color: #3daac9;
}
.sub-container .advan-carousel .item-5 {
  background-color: hsl(0, 0%, 50%);
}
.sub-container .advan-carousel .item-header {
  position: relative;
  margin-bottom: 32px;
  font-size: 20px;
}
.sub-container .advan-carousel .item-header::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  width: 18px;
  height: 1px;
  background-color: white;
}
.sub-container .advan-carousel .item-body p {
  margin-bottom: 0;
  font-size: 18px;
  color: white;
}
.sub-container .carousel-wrapper-advan {
  padding-bottom: 20px;
}
.sub-container .carousel-wrapper-advan .carousel-btn-wrapper {
  position: absolute;
  top: -40px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 992px) {
  .sub-container .carousel-wrapper-advan {
    padding-bottom: 30px;
  }
}

/* 진로분야 */
@media (min-width: 992px) {
  .sub-container .sec-career > .row > [class|="col"]:last-child {
    padding-left: 8px;
  }
}

/* 취득자격 및 면허 */
@media (min-width: 992px) {
  .sub-container .sec-license > .row > [class|="col"]:last-child {
    padding-left: 8px;
  }
}

/* 산학협력 및 가족회사 */
@media (min-width: 992px) {
  .sub-container .sec-cooper > .row > [class|="col"]:last-child {
    padding-left: 8px;
  }
}

/* 인재상 */
.sub-container .sec-vision .sec-body {
  font-size: 1.5rem;
  color: #333;
  text-align: center;
}
.sub-container .sec-vision .sec-body .sec-vision-text {
  display: inline-block;
  padding: 30px 60px;
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 1.25rem;
  border-bottom-left-radius: 0;
  background-color: #eaecf1;
}
.sub-container .sec-vision .sec-body .mark {
  background-color: transparent;
  color: #e41e1e;
}
.sub-container .sec-goal ol {
  counter-reset: count;
  margin-bottom: 0;
  list-style: none;
  /* KYJ 20200917 */
  padding-left: 0;
  padding-top: 0.2rem;
}
.sub-container .sec-goal li {
  list-style: none;
  position: relative;
  counter-increment: count;
  min-height: 1.875rem;
  padding-left: 40px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.sub-container .sec-goal li:before {
  content: counter(count, decimal-leading-zero);
  position: absolute;
  top: -2.7px;
  left: 0;
  padding: 4px 7px;
  background-color: #7559c2;
  font-size: 0.938rem;
  color: white;
}
.sub-container .sec-goal li:last-child {
  margin-bottom: 0;
}
.sub-container .sec-talent .sec-body {
  padding-left: 0;
  padding-right: 0;
}
.sub-container .sec-talent .sec-diagram.container::after {
  content: "";
  display: block;
  clear: both;
}
.sub-container .sec-talent .sec-diagram .row-divider {
  display: none;
}
.sub-container .sec-talent .sec-diagram.container > .row:nth-child(1) > [class|="col"]:nth-child(1) {
  display: none;
}
.sub-container .sec-talent .sec-diagram.container > .row:nth-child(1) > [class|="col"]:nth-child(2) {
  flex: 0 0 100%;
  max-width: 100%;
}
.sub-container .sec-talent .sec-diagram.container > .row:nth-child(3),
.sub-container .sec-talent .sec-diagram.container > .row:nth-child(4) {
  margin-top: 20px;
  margin-bottom: 10px;
  float: left;
  width: calc(50% + 10px);
}
.sub-container .sec-talent .sec-diagram.container > .row:nth-child(4) {
  float: right;
}
.sub-container .sec-talent .sec-diagram.container > .row:nth-child(3) > [class|="col"],
.sub-container .sec-talent .sec-diagram.container > .row:nth-child(4) > [class|="col"] {
  flex: 0 0 100%;
  max-width: 100%;
}
.sub-container .sec-talent .sec-diagram.container > .row:nth-child(3) > [class|="col"]:last-child > .row,
.sub-container .sec-talent .sec-diagram.container > .row:nth-child(4) > [class|="col"]:last-child > .row {
  margin-top: 40px;
}
.sub-container .sec-talent .sec-diagram.container > .row:nth-child(3) > [class|="col"]:last-child > .row > [class|="col"],
.sub-container .sec-talent .sec-diagram.container > .row:nth-child(4) > [class|="col"]:last-child > .row > [class|="col"] {
  flex: 0 0 100%;
  max-width: 100%;
}
.sub-container .sec-talent .sec-diagram.container > .row:nth-child(3) > [class|="col"]:last-child > .row > [class|="col"]:not(:first-child) {
  margin-top: 30px;
}
.sub-container .sec-talent .sec-diagram.container > .row:nth-child(4) > [class|="col"]:last-child > .row > [class|="col"]:not(:first-child) {
  margin-top: 40px;
}
.sub-container .sec-talent .sec-diagram.container > .row:nth-child(3) > [class|="col"]:last-child > .row > [class|="col"]::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%);
  display: block;
  width: 1px;
  height: 30px;
  background-color: #c2c2c2;
}
.sub-container .sec-talent .sec-diagram.container > .row:nth-child(3) > [class|="col"]:last-child > .row > [class|="col"]:first-child::before {
  top: -40px;
  height: 40px;
}
.sub-container .sec-talent .diagram-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 15px;
  border-radius: 1000em;
  background-color: white;
  text-align: center;
}
.sub-container .sec-talent .diagram-box.type-1 {
  border: 1px solid #7559c2;
  font-size: 1.25rem;
  font-weight: 600;
  color: #5f46a3;
}
.sub-container .sec-talent .diagram-box.type-2 {
  border: 1px solid #7559c2;
  font-size: 1.063rem;
  font-weight: 600;
  color: #5f46a3;
}
.sub-container .sec-talent .diagram-box.type-3 {
  height: auto;
  padding: 15px 15px;
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 1.25rem;
  border-bottom-left-radius: 0;
  background-color: #dedfe2;
  font-size: 1.125rem;
  font-weight: 300;
  color: #312b2b;
  text-align: center;
}
.sub-container .sec-talent .sec-diagram.container > .row:nth-child(4) ul {
  margin-top: 0;
  font-size: 15px;
  margin-bottom: 0;
}
.sub-container .sec-talent .sec-diagram.container > .row:nth-child(4) ul > li:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .sub-container .sec-talent .sec-diagram.container {
    max-width: 720px;
  }
  .sub-container .sec-talent .sec-diagram .row-divider {
    display: flex;
  }
  .sub-container .sec-talent .sec-diagram.container > .row:nth-child(1) > [class|="col"]:nth-child(1) {
    display: block;
  }
  .sub-container .sec-talent .sec-diagram.container > .row:nth-child(1) > [class|="col"]:nth-child(2) {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .sub-container .sec-talent .sec-diagram.container > .row:nth-child(2) {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sub-container .sec-talent .sec-diagram.container > .row:nth-child(3),
  .sub-container .sec-talent .sec-diagram.container > .row:nth-child(4) {
    margin-top: 0;
    margin-bottom: 20px;
    float: none;
    width: auto;
  }
  .sub-container .sec-talent .sec-diagram.container > .row:nth-child(4) {
    margin-left: -15px;
  }
  .sub-container .sec-talent .sec-diagram.container > .row:nth-child(3) > [class|="col"]:first-child,
  .sub-container .sec-talent .sec-diagram.container > .row:nth-child(4) > [class|="col"]:first-child {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .sub-container .sec-talent .sec-diagram.container > .row:nth-child(3) > [class|="col"]:first-child {
    display: flex;
    align-items: center;
  }
  .sub-container .sec-talent .sec-diagram.container > .row:nth-child(3) > [class|="col"]:first-child .diagram-box {
    width: 100%;
  }
  .sub-container .sec-talent .sec-diagram.container > .row:nth-child(3) > [class|="col"]:last-child,
  .sub-container .sec-talent .sec-diagram.container > .row:nth-child(4) > [class|="col"]:last-child {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .sub-container .sec-talent .sec-diagram.container > .row:nth-child(3) > [class|="col"]:last-child > .row,
  .sub-container .sec-talent .sec-diagram.container > .row:nth-child(4) > [class|="col"]:last-child > .row {
    margin-top: 0;
  }
  .sub-container .sec-talent .sec-diagram.container > .row:nth-child(3) > [class|="col"]:last-child > .row > [class|="col"],
  .sub-container .sec-talent .sec-diagram.container > .row:nth-child(4) > [class|="col"]:last-child > .row > [class|="col"] {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .sub-container .sec-talent .sec-diagram.container > .row:nth-child(3) > [class|="col"]:last-child > .row > [class|="col"]:not(:first-child) {
    margin-top: 0;
  }
  .sub-container .sec-talent .sec-diagram.container > .row:nth-child(4) > [class|="col"]:last-child > .row > [class|="col"]:not(:first-child) {
    margin-top: 0;
  }
  .sub-container .sec-talent .sec-diagram.container > .row:nth-child(3) > [class|="col"]:last-child > .row > [class|="col"]::before {
    display: none;
  }
  .sub-container .sec-talent .sec-diagram .row-divider .divider-horizontal {
    position: absolute;
    top: 0;
    left: -25%;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #c2c2c2;
  }
  .sub-container .sec-talent .sec-diagram .divider-horizontal .divider-vertical-left,
  .sub-container .sec-talent .sec-diagram .divider-horizontal .divider-vertical-right,
  .sub-container .sec-talent .sec-diagram .divider-horizontal .divider-vertical-center,
  .sub-container .sec-talent .sec-diagram .row-divider .divider-vertical-center-top {
    position: absolute;
    width: 1px;
    height: 2rem;
    background-color: #c2c2c2;
  }
  .sub-container .sec-talent .sec-diagram .row-divider .divider-vertical-left {
    left: 0;
  }
  .sub-container .sec-talent .sec-diagram .row-divider .divider-vertical-right {
    right: 0;
  }
  .sub-container .sec-talent .sec-diagram .row-divider .divider-vertical-center,
  .sub-container .sec-talent .sec-diagram .row-divider .divider-vertical-center-top {
    left: 50%;
  }
  .sub-container .sec-talent .sec-diagram .row-divider .divider-vertical-center-top {
    top: -1.875rem;
  }
  .sub-container .sec-talent .sec-diagram.container > .row:nth-child(4) ul {
    margin-top: 0;
  }
  .sub-container .sec-talent .sec-diagram.container > .row:nth-child(4) ul > li:first-child {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .sub-container .sec-talent .sec-diagram.container {
    max-width: 920px;
    width: 100%;
  }
  .sub-container .sec-talent .sec-diagram.container > .row:nth-child(4) ul {
    padding-left: 25px;
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .sub-container .sec-talent .sec-diagram.container {
    max-width: 1140px;
  }
  .item-right {
    width: 60%;
  }
}

/* 교과과정 */
.sub-container .sec-course .sec-header {
  font-size: 24px;
  font-weight: 600;
}
.sub-container .sec-course .sec-header .sec-title-1 {
  display: inline-block;
}
.sub-container .sec-course .sec-header select {
  padding: 0 7px;
  /* KYJ 20200901 */
  font-size: 88%;
  margin-left: 8px;
}
.sub-container .sec-course .col-normal {
  width: 80px;
}
.sub-container .sec-course .col-major-title {
  width: 180px;
}
.sub-container .sec-course .table th[scope="col"] {
  word-break: keep-all;
}
.sub-container .sec-course .table th[scope="row"] {
  white-space: nowrap;
}
.sub-container .sec-course .table .td:nth-child(2) {
  text-align: left;
}
.table-line > thead > tr > th:first-child {
  border-left: 1px solid #ccc;
}
.table-line > thead > tr:first-child > th:first-child {
  border-left: none;
}
.table-line.first-td-left-border > tbody > tr > td:first-child {
  border-left: 1px solid #dee2e6;
}
@media (min-width: 576px) {
  .sub-container .sec-course .col-normal {
    width: 100px;
  }
  .sub-container .sec-course .col-major-title {
    width: auto;
  }
}

/* 교수님 소개 */
.prof-container .item {
  padding: 10px 0;
}
.prof-container .item-inner {
  position: relative;
  width: 100%;
  height: auto;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: white;
}
.prof-container .item-body {
  display: flex;
  align-items: center;
}
.prof-container .item-left {
  position: relative;
  flex: 0 0 100px;
  overflow: hidden;
  margin-right: 16px;
}
.prof-container .pic-wrapper {
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin-bottom: 8px;
  border-radius: 50px;
  position: relative;
  background: url(/common/images/non-professor.jpg) no-repeat center;
  background-size: cover;
}
.prof-container .item-left img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 100%;
}
.prof-container .prof-name {
  font-size: 1.563rem;
  color: #441c92;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px !important;
}
.prof-container .prof-role {
  font-size: 1.12rem;
  color: #333;
  padding: 0.5rem 0.4rem 0;
  font-weight: normal;
}
.prof-container .item p {
  margin-bottom: 0.5rem;
  font-family: "noto", "Nanum Gothic", "Helvetica", sans-serif;
}
.prof-container .item-right p:last-child {
  margin-bottom: 0;
}
.prof-container .item-right .item-label {
  display: inline-block;
  width: 3rem;
  color: black;
}
.prof-container .item-right .item-value {
  word-break: break-all;
  color: #555;
}
.prof-container .item-icons {
  text-align: center;
}
.prof-container .item-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 8px;
  background-color: #f2f2f2;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -5000em;
  transition: background-color 0.3s;
}
.prof-container .item-icons a:last-child {
  margin-right: 0;
}
.prof-container .item-icons a:hover,
.prof-container .item-icons a:focus {
  background-color: hsl(0, 0%, 88%);
}
.prof-container .item-icons .more {
  background-image: url(/site/resource/dongju/common/images/pic-more.png);
}
.prof-container .item-icons .email {
  background-image: url(/site/resource/dongju/common/images/email.png);
}
.prof-container .owl-dots .owl-dot.active {
  border: 3px solid #9175e0;
}
@media (min-width: 470px) {
  .prof-container .item-inner {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .prof-container {
    width: 870px;
    margin: 0 auto;
  }
  .prof-container .item-inner {
    height: 13.75rem;
    padding: 28px 5px 28px 20px;
  }
  .prof-container .item p {
    display: flex;
  }
  .prof-container .item-value {
    display: inline-block;
    width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (min-width: 1300px) {
  .prof-container {
    width: 100%;
  }
  .prof-container .owl-dots-wrapper {
    display: none;
  }
}

/* KYJ 20200907 */
body.sub #footer {
  border-top: solid 1px #eee;
}

/* KYJ 20200908 */
.sub-top .sub-top-txt h2,
.sub-container .sec-title-1.large .mark,
#footer .address {
  word-break: keep-all;
}

/* KYJ 20201022 */
.banner-zone > .title {
  color: rgba(0, 0, 0, 0.6);
  transition: 0.3s;
}
.banner-zone:hover > .title {
  color: rgba(0, 0, 0, 0);
  transition: 0.3s;
}

/* KJB 20210614 */
.sub-container .sec-goal-2 .goal {
  text-align: center;
  border: 1px solid #7559c2;
  border-radius: 50px;
  color: #5f46a3;
  padding: 12px;
}

/* KJB 20220623 */
#content .embed-responsive {
  height: 96vh;
  max-height: none;
}

@media (max-width: 768px) {
  #content .embed-responsive {
    max-height: 690px;
  }
}
