@charset "utf-8";

/*!
 * DESiGN TRiPLE
 */
/*!
 * .card.card-basic
 */
article a.card.card-basic {}

/* .card.card-basic */
.card.card-basic {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.card.card-basic figure {
  position: relative;
  overflow: hidden;
}

.card.card-basic figure .overlay {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

.card.card-basic:hover figure .overlay,
.card.card-basic:focus figure .overlay {
  opacity: 1;
  visibility: visible;
}

.card.card-basic figure .overlay i {
  position: absolute;
  z-index: 10;
  color: #FFF;
  font-size: 2rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.card.card-basic figure img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.card.card-basic:hover figure img,
.card.card-basic:focus figure img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.card.card-basic .card-header p {
  text-align: center;
  font-size: 0.75rem;
  color: #555;
}

.card.card-basic .card-header p.icon {
  text-align: center;
}

.card.card-basic .card-header p.icon i {
  font-size: 1.5rem;
}

.card.card-basic .card-body span.icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 1.25rem auto;
  border: 1px solid rgba(0, 0, 0, 0.125);
  background-color: rgba(0, 0, 0, 0.03);
}

.card.card-basic .card-body span.icon i {
  font-size: 1.5rem;
}

.card.card-basic .card-body h3 {
  text-align: center;
}

.card.card-basic .card-footer p {
  font-size: 0.75rem;
  color: #777;
}

/*!
 * .card.card-basic.line
 */
article .card.card-basic.line {}

.card.card-basic.line {
  border: 1px solid #DDD !important;
  box-shadow: none;
}

/*!
 * .card.card-light.coloring
 */
article .card.card-light.coloring {}

/* .card.card-light */
.card.card-light {
  overflow: hidden;
}

.card.card-light>i {
  font-size: 8rem;
  position: absolute;
  right: -50px;
  bottom: -20px;
  color: rgba(0, 0, 0, 0.2);
}

.card.card-light .card-body {
  z-index: 1;
}

.card.card-light .card-body-bottom {
  z-index: 1;
  text-align: left;
}

/* .coloring */
.card.card-light.coloring {
  color: #FFF;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.card.card-light.coloring .overlay {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.card.card-light.coloring.ccc01 .overlay {
  background-color: rgba(48, 120, 210, 0.5);
}

.card.card-light.coloring.ccc01 i {
  color: rgba(48, 120, 210, 0.2);
}

.card.card-light.coloring.ccc02 .overlay {
  background-color: rgba(255, 174, 61, 0.6);
}

.card.card-light.coloring.ccc02 i {
  color: rgba(255, 174, 61, 0.3);
}

.card.card-light.coloring.ccc03 .overlay {
  background-color: rgba(48, 205, 210, 0.5);
}

.card.card-light.coloring.ccc03 i {
  color: rgba(48, 205, 210, 0.2);
}

.card.card-light.coloring.ccc04 .overlay {
  background-color: rgba(247, 111, 111, 0.5);
}

.card.card-light.coloring.ccc04 i {
  color: rgba(247, 111, 111, 0.2);
}

/*!
 * .five-gallery-area
 * .gallery.gallery-item.effect
 */
div.five-gallery-area {}

article .gallery.gallery-item.effect {}

/* .five-gallery-area */
.five-gallery-area .one-row {
  /*height: 557px;*/
}

.five-gallery-area .two-row {
  /*height: 263px;*/
}

@media screen and (max-width: 992px) {
  .five-gallery-area .col-md-12 {
    display: block !important;
  }

  .five-gallery-area .col-md-12 article {
    max-width: 50%;
  }

  .five-gallery-area .col-md-12 article:first-child {
    padding-left: 0;
    padding-right: 15px;
    float: left;
  }

  .five-gallery-area .col-md-12 article:last-child {
    padding-right: 0;
    padding-left: 15px;
    float: left;
  }

  .five-gallery-area .col-md-12::after {
    content: "";
    clear: both;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .five-gallery-area .col-md-12 {
    display: flex !important;
  }

  .five-gallery-area .col-md-12 article {
    max-width: 100%;
  }

  .five-gallery-area .col-md-12 article:first-child {
    padding-right: 0;
  }

  .five-gallery-area .col-md-12 article:last-child {
    padding-left: 0;
  }
}

/* .gallery.gallery-item */
.gallery {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
}

.gallery.gallery-item .gallery-caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 1.25rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 55%, rgba(0, 0, 0, 0) 100%);
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.gallery.gallery-item:hover .gallery-caption {
  display: none;
}

.gallery.gallery-item .gallery-caption h3 {
  color: #FFF;
}

.gallery.gallery-item figure {
  height: 100%;
}

.gallery.gallery-item img {
  min-height: 100%;
  min-width: 100%;
}

/* .effect */
.gallery.gallery-item.effect .overlay {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.gallery.gallery-item.effect .overlay::before {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.9;
  content: "";
  background: #0051C7;
  background: -webkit-linear-gradient(left, #0051C7 0%, #21CCFF 100%);
  background: linear-gradient(to right, #0051C7 0%, #21CCFF 100%);
}

.gallery.gallery-item.effect:hover .overlay {
  opacity: 1;
  visibility: visible;
}

.gallery.gallery-item.effect .overlay i {
  position: absolute;
  z-index: 10;
  top: 10px;
  right: 10px;
  color: #FFF;
}

.gallery.gallery-item.effect .overlay .gallery-overlay-caption {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  padding: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}

.gallery.gallery-item.effect:hover .overlay .gallery-overlay-caption {
  bottom: 0;
  opacity: 1;
  visibility: visible;
  width: 100%;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.gallery.gallery-item.effect .overlay .gallery-overlay-caption h3 {
  color: #FFF;
}

.gallery.gallery-item.effect .overlay .gallery-overlay-caption p {
  color: #FFF;
}

.gallery.gallery-item.effect .overlay .gallery-overlay-caption .badge {
  margin-top: 10px;
}

/*!
 * .fbox-c.speaker-bollon
 */
article .fbox-c.speaker-bollon {}

.fbox-c.speaker-ballon blockquote {
  position: relative;
  flex: 1 1 auto;
  padding: 40px;
  background-color: #FFF;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -ms-border-radius: 0.25rem;
  border-radius: 0.25rem;
}

.fbox-c.speaker-ballon blockquote::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 30px;
  border-top: 15px solid #FFF;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

.fbox-c.speaker-ballon blockquote .speaker-quote {
  position: absolute;
  top: 0;
  left: 10px;
  text-align: center;
  font-size: 30px;
  line-height: 0;
  display: table;
  color: #FFF;
  width: 56px;
  height: 56px;
  margin-top: -25px;
  background-color: #E5EDF9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.fbox-c.speaker-ballon blockquote .speaker-quote>span {
  display: table-cell;
  vertical-align: middle;
}

.fbox-c.speaker-ballon blockquote p {
  display: flex;
  align-items: center;
  height: 100%;
  font-style: italic;
}

.fbox-c.speaker-ballon blockquote img {
  display: flex;
  align-items: center;
  height: 100%;
  font-style: italic;
}

.fbox-c.speaker-ballon blockquote {
  margin-bottom: 4.2rem;
}

.fbox-c.speaker-ballon .speaker-name {
  bottom: 0;
  position: absolute;
  margin-bottom: 1.25rem;
  width: 100%;
  padding-left: 1.25rem;
  z-index: 1;
}

.fbox-c.speaker-ballon .speaker-name {
  line-height: 1.2;
  font-size: 20px;
  padding: 1rem 1.25rem 0 1.25rem;
}

.fbox-c.speaker-ballon .speaker-name a {
  color: var(--point);
}

.fbox-c.speaker-ballon .speaker-name a:hover {
  color: var(--point-hover);
}

.fbox-c.speaker-ballon .speaker-name span {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
}

/*!
 * .fbox-c.tagline-banner
 */
section .fbox-c.tagline-banner {}

.fbox-c.tagline-banner .banner-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center bottom;
}

.fbox-c.tagline-banner .overlay {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.1);
}

.fbox-c.tagline-banner .banner-caption {
  position: relative;
  z-index: 1;
  padding: 0 2rem;
  margin: 4rem 0;
  font-family: 'Do Hyeon', sans-serif;
  color: #FFF;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

/*!
 * .cs-area
 */
section.main-section.cs-area {}

.cs-area .col-lg-4:nth-child(2),
.cs-area .col-lg-4:nth-child(3) {
  background-image: linear-gradient(to right, #DDD 0, rgba(255, 255, 255, 0) 1px);
  background-position: center;
  background-size: 100% 200px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 992px) {
  .cs-area .col-md-6:nth-child(3) {
    background-color: none !important;
  }
}

@media screen and (max-width: 768px) {
  .cs-area .col-md-6 {
    background-color: none !important;
  }

  .cs-area .col-md-6:nth-child(1) {
    order: 3;
  }

  .cs-area .col-md-6:nth-child(2) {
    order: 1;
  }

  .cs-area .col-md-6:nth-child(3) {
    order: 2;
  }
}

/* .fbox-c.cs-info */
article .fbox-c.cs-info {}

.fbox-c.cs-info ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: -3px;
}

.fbox-c.cs-info ul li:nth-child(1) {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.fbox-c.cs-info ul li:nth-child(1) a {
  color: var(--point);
}

.fbox-c.cs-info ul li:nth-child(1) a:hover {
  color: var(--point-hover);
}

/* .fbox-r.cs-shortcut */
article .fbox-r.cs-shortcut {}

.fbox-r.cs-shortcut {
  justify-content: space-between;
}

.fbox-r.cs-shortcut a {
  padding: 1.25rem;
}

.fbox-r.cs-shortcut a i {
  font-size: 5rem;
  color: #DDD;
}

.fbox-r.cs-shortcut a i:hover {
  color: #CCC;
}

.fbox-r.cs-shortcut a span {
  display: block;
  text-align: center;
}

/* .fbox-c.cs-notice */
article .fbox-c.cs-notice {}

table.board_output table.output_table td.bd_out1 {
  border-bottom: 1px solid #EEE;
  padding: 5px 0;
}

/*!
 * greeting-area
 */
section.sub-section.greeting-area {}

.greeting-area img {
  width: 100%;
  background-position: center center;
}

.greeting-area h4 {
  color: #777;
}

.greeting-area p:last-of-type {
  text-align: right;
}

.greeting-area p.sign {
  width: 100%;
}

.greeting-area span.sign-kr {
  font-family: "Nanum Brush Script", cursive;
  font-style: italic;
  font-size: 3.5rem;
  letter-spacing: 0.5px;
  padding-right: 10px;
  vertical-align: middle;
  margin-left: 10px;
}

.greeting-area span.sign-en {
  font-family: "Mr Dafoe";
  font-size: 3.5rem;
  letter-spacing: 0.5px;
  padding-right: 10px;
  vertical-align: middle;
  margin-left: 10px;
}

/*!
 * .fbox-c.symbol-rounded
 */
article .fbox-c.symbol-rounded {}

.fbox-c.symbol-rounded {
  align-items: center;
  padding: 1.25rem;
  border: 2px solid transparent;
}

.fbox-c.symbol-rounded:hover .icon {
  color: var(--point);
  background-color: rgba(var(--point-rgb), 0.1);
  transition: all .3s ease-in;
}

.fbox-c.symbol-rounded .icon {
  width: 120px;
  height: 120px;
  background-color: #F2F2F2;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  border-radius: 1rem;
  margin-bottom: 1.25rem;
}

.fbox-c.symbol-rounded .icon i {
  font-size: 2.5rem;
}

.fbox-c.symbol-rounded p {
  width: 100%;
  text-align: center;
}

/*!
 * .fbox-c.message-banner
 */
article .fbox-c.message-banner {}

.fbox-c.message-banner {
  background-color: #F2F2F2;
  overflow: hidden;
}

.fbox-c.message-banner .icon {
  position: absolute;
  z-index: 10;
}

.fbox-c.message-banner .icon i {
  font-size: 15rem;
  color: rgba(255, 255, 255, 0.3);
}

.fbox-c.message-banner .banner-caption {
  position: relative;
  z-index: 1;
  background: #999;
  background: -webkit-linear-gradient(to left, #999, #DDD);
  background: linear-gradient(to left, #999, #DDD);
  text-align: center;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}

.fbox-c.message-banner .banner-caption h3 {
  color: #FFF;
}

.fbox-c.message-banner .banner-caption p {
  color: #FFF;
}

.fbox-c.message-banner .banner-caption blockquote.blockquote {
  margin: 0;
  padding: 1.25rem;
}

.fbox-c.message-banner .banner-caption blockquote.blockquote p {
  margin-top: 0;
}

/*!
 * .box.company-history
 */
article .box.company-history {}

.box.company-history figure {
  width: 50%;
  padding-right: 60px;
}

.box.company-history div+figure {
  padding-left: 60px;
  padding-right: 0;
  text-align: right;
}

.box.company-history div {
  width: 50%;
  padding-right: 60px;
  text-align: right;
}

.box.company-history figure+div {
  padding-left: 60px;
  padding-right: 0;
  text-align: left;
}

.box.company-history ul,
.box.company-history ol {
  list-style: none;
  margin-left: -40px;
}

.box.company-history ul>li.ul-item {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: row;
  padding-top: 85px;
}

.box.company-history ul>li.ul-item:first-child {
  padding-top: 0;
}

.box.company-history ul>li.ul-item h3 {
  margin-top: -7px;
  font-weight: bold;
}

.box.company-history ul>li.ul-item:first-child::before {
  top: 0;
}

.box.company-history ul>li.ul-item::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 84px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  text-align: center;
  border: 3px solid var(--point);
  border-radius: 100%;
  background-color: #FFF;
  z-index: 1;
}

.box.company-history ul>li.ul-item::after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #DADADA;
  width: 1px;
  height: 100%;
}

.box.company-history ol li {
  display: flex;
  align-items: baseline;
  margin-top: 1.25rem;
  justify-content: flex-end;
}

.box.company-history figure+div ol>li {
  justify-content: flex-start;
}

.box.company-history span {
  font-size: 1.5rem;
  font-weight: bold;
  padding-right: 1.25rem;
}

@media screen and (max-width: 768px) {

  .box.company-history ul>li.ul-item::before,
  .box.company-history ul>li.ul-item::after {
    left: 2%;
  }

  .box.company-history div {
    width: 100%;
    padding-left: 60px;
    text-align: left;
  }

  .box.company-history figure {
    display: none;
  }

  .box.company-history ol li {
    justify-content: flex-start;
  }
}

/*!
 * .box.billboard-banner
 */
article .box.billboard-banner {}

.box.billboard-banner .banner-bg {
  position: relative;
  display: flex;
  justify-content: right;
  width: 80%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.box.billboard-banner .banner-caption {
  position: relative;
  right: -25%;
  width: 80%;
  padding: 4.5rem;
  margin: 9rem 0;
  background: #105EFF;
  background: -webkit-linear-gradient(to right, rgba(28, 181, 224, 0.8) 0, rgba(16, 94, 255, 1) 70%);
  background: linear-gradient(to right, rgba(28, 181, 224, 0.8) 0, rgba(16, 94, 255, 1) 70%);
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}

.box.billboard-banner .banner-caption span {
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 5px;
  display: block;
  margin-bottom: 0.5rem;
}

.box.billboard-banner .banner-caption h3 {
  font-weight: 700;
  color: #FFF;
}

.box.billboard-banner .banner-caption h4 {
  color: #FFF;
}

.box.billboard-banner .banner-caption p {
  color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 992px) {
  .box.billboard-banner .banner-caption {
    width: 100%;
    padding: 3.5rem;
    margin: 7rem 0;
  }
}

@media screen and (max-width: 576px) {
  .box.billboard-banner .banner-bg {
    width: 100%;
  }

  .box.billboard-banner .banner-caption {
    width: 100%;
    right: 0;
  }
}

/*!
 * .fbox-c.symbol-circle
 */
article .fbox-c.symbol-circle {}

.fbox-c.symbol-circle {
  align-items: center;
  padding: 1.25rem;
}

.fbox-c.symbol-circle .icon {
  width: 90px;
  height: 90px;
  background-color: #F2F2F2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 1.25rem;
}

.fbox-c.symbol-circle:hover .icon {
  background-color: #F7F7F7;
}

.fbox-c.symbol-circle:hover .icon i {
  color: #333;
}

.fbox-c.symbol-circle .icon i {
  font-size: 2rem;
  color: #B5B5B5;
}

.fbox-c.symbol-circle h4 {
  font-weight: 100;
  font-style: italic;
}

.fbox-c.symbol-circle p {
  width: 100%;
  text-align: center;
}

/*!
 * .interview-area
 */
section.interview-area .fbox-c.area-item {}

/* .interview-area */
.interview-area .row {
  margin-top: 4.3rem;
}

@media screen and (max-width: 768px) {
  .interview-area .col-md-4 {
    margin-top: 4.3rem;
  }

  .interview-area .col-md-4:first-child {
    margin-top: 0;
  }
}

/* .fbox-c.area-item */
.interview-area .fbox-c.area-item {
  position: relative;
  background-color: #FFF;
  padding: 5rem 1.25rem 1.25rem 1.25rem;
}

.interview-area .fbox-c.area-item figure {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.interview-area .fbox-c.area-item figure img {
  width: 130px;
  height: 130px;
  border: 10px solid #FFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.interview-area .fbox-c.area-item .item-body {
  flex: 1 1 auto;
}

.interview-area .fbox-c.area-item .item-body h4 {
  text-align: center;
}

.interview-area .fbox-c.area-item .item-body h5 {
  font-style: italic;
  text-align: center;
}

.interview-area .fbox-c.area-item .social-icons {
  padding: 1.25rem 1.25rem 0 1.25rem;
  text-align: center;
  font-size: 1.5rem;
}

.interview-area .fbox-c.area-item .social-icons a {
  padding: 0.25em 0.4em;
}

/*!
 * .box.company-location
 */
article .box.company-location {}

.box.company-location dt {
  font-size: 1.25rem;
}

.box.company-location dt:first-of-type {
  grid-row: span 3;
}

@media screen and (max-width: 768px) {
  .box.company-location dl.dl-r {
    grid-template-columns: 1fr 2fr;
  }
}

/*!
 * .box.office-location
 */
article .box.office-location {}

.box.office-location dl {
  grid-template-columns: auto;
  justify-content: space-between;
}

/*!
 * .bussiness-introduction-area
 */
section.sub-section.bussiness-introduction-area {}

.bussiness-introduction-area {
  position: relative;
  overflow: hidden;
}

.bussiness-introduction-area span {
  position: absolute;
  z-index: -1;
  left: 1%;
  bottom: 0;
  font-size: 15.6vw;
  font-weight: bold;
  color: rgba(234, 234, 234, 0.35);
  line-height: 0.8;
}

/*
 * .card.card-basic.card-r
 */
article .card.card-basic.card-r {}

.card.card-basic.card-r {
  flex-direction: row;
}

.card.card-basic.card-r .card-body {
  border-left: 1px solid #DDD;
  height: 100%;
}

.card.card-basic.card-r h3 {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .card.card-basic.card-r .card-body {
    border-right: 0;
  }
}

/*!
 * .ul.ul-auto-numbering
 * .ul.ul-auto-numbering.coloring
 */
ul.ul.ul-auto-numbering.coloring {}

/* .ul.ul-auto-numbering */
.ul.ul-auto-numbering li {
  counter-increment: index;
  display: flex;
  align-items: center;
}

.ul.ul-auto-numbering li::before {
  content: counters(index, ".", decimal-leading-zero);
  font-size: 1rem;
  text-align: right;
  font-weight: bold;
  padding-right: 0.5rem;
  font-variant-numeric: tabular-nums;
  align-self: flex-start;
}

/* .coloring */
.ul.ul-auto-numbering.coloring li::before {
  background-image: linear-gradient(to bottom, var(--active), var(--point));
  background-attachment: fixed;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*!
 * .cboard.cboard-e02
 */
section.sub-section.cboard.cboard-e02 {}

@media screen and (max-width: 768px) {
  .cboard-e02 td.att_title[width="26"]+td.att_title+td.att_title {
    /* 관리자 3 제목 */
    border-right: 1px solid #DDD;
  }

  .cboard-e02 td.att_title[width="26"]+td.att_title+td.att_title+td.att_title {
    /* 관리자 4 작성일자 */
    display: none;
  }

  .cboard-e02 td.att_title[width="26"]+td.att_title+td.att_title+td.att_title+td.att_title {
    /* 관리자 5 첨부파일 */
    display: table-cell;
  }

  .cboard-e02 td.att_title:nth-child(2) {
    /* 2 */
    border-right: 1px solid #DDD;
  }

  .cboard-e02 td.att_title:nth-child(3) {
    /* 3 */
    display: none;
  }

  .cboard-e02 td.att_title:nth-child(4) {
    /* 4 */
    display: table-cell;
  }

  .cboard-e02 td.bbsnewf5 {
    border-right: 1px solid #DDD !important;
  }

  .cboard-e02 td.bbsfile_attachment {
    display: table-cell;
  }
}

/*!
 * .cboard.cboard-c04
 */
section.sub-section.cboard.cboard-c04 {}

@media screen and (max-width: 768px) {
  .cboard-c04 td.att_title[width="26"]+td.att_title+td.att_title {
    /* 관리자 3 이미지 */
    border-right: 1px solid #DDD;
  }

  .cboard-c04 td.att_title[width="26"]+td.att_title+td.att_title+td.att_title {
    /* 관리자 4 제목 */
    display: table-cell;
  }

  .cboard-c04 td.att_title:nth-child(2) {
    border-right: 1px solid #DDD;
  }

  .cboard-c04 td.att_title:nth-child(3) {
    /* 3 */
    display: table-cell;
    border-right: 1px solid #FFF;
  }
}

/*!
 * .portfolio-flters#portfolioFlters
 * .card.card-basic.card-portfolio
 */
ul.portfolio-flters#portfolioFlters {}

article .card.card-basic.card-portfolio {}

/* .portfolio-flters */
.portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

.portfolio-flters li {
  display: inline-block;
  padding: 10px 20px;
  margin: 5px;
  border-radius: 4px;
  background-color: rgb(236, 236, 236);
  font-size: 0.87rem;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.portfolio-flters li:hover,
.portfolio-flters li.filter-active {
  background-color: var(--point);
  color: #FFF;
}

.portfolio-flters li:last-child {
  margin-right: 0;
}

/* .card-portfolio */
.card.card-basic.card-portfolio figure {
  border-radius: 16px 16px 0 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.card.card-basic.card-portfolio figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

.card.card-basic.card-portfolio figure a.link-preview {
  position: absolute;
  opacity: 0;
  width: 66px;
  height: 66px;
  background-color: #FFF;
  border-radius: 50%;
  transition: 0.2s linear;
}

.card.card-basic.card-portfolio figure a.link-preview i {
  font-size: 2rem;
}

.card.card-basic.card-portfolio figure a.link-preview:hover {
  background-color: var(--point);
}

.card.card-basic.card-portfolio figure a.link-preview:hover i {
  color: #FFF;
}

.card.card-basic.card-portfolio figure:hover a.link-preview {
  opacity: 1;
}

.card.card-basic.card-portfolio:hover img,
.card.card-basic.card-portfolio:focus img {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.card.card-basic.card-portfolio .card-body p {
  text-align: center;
  color: #777;
}

/*
 * .partners-banner
 */
article .partners-banner {}

.partner-banner {
  padding: 0rem;
  margin-right: -1px;
  border: 1px solid #EEE;
  text-align: center;
}
