@charset "utf-8";

/*!
 * DESiGN TRiPLE
 */
/*!
 * Common
 */
.card {
  border: 0 !important;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

.card:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

.card.rounded {
  border-radius: 4px !important;
}

.card figure {
  border-radius: 4px 4px 0 0;
}

/*!
 * .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 {
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  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-basic.card-basic-symbol
 */
article a.card.card-basic.card-basic-symbol {}

.card.card-basic.card-basic-symbol figure {
  overflow: visible !important;
}

.card.card-basic.card-basic-symbol img {
  border-radius: 4px 4px 0 0;
}

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

.card.card-basic.card-basic-symbol .icon {
  width: 66px;
  height: 66px;
  position: absolute;
  background-color: #FFF;
  border-radius: 50%;
  left: calc(50% - 33px);
  bottom: -30px;
  transition: 0.3s;
}

.card.card-basic.card-basic-symbol i {
  font-size: 2rem;
  line-height: 1;
  color: var(--point);
  transition: 0.3s;
}

.card.card-basic.card-basic-symbol:hover .icon {
  background-color: var(--point);
}

.card.card-basic.card-basic-symbol:hover i {
  color: #FFF;
}

.card.card-basic.card-basic-symbol h3 {
  margin-top: 1.25rem;
}

.card.card-basic.card-basic-symbol:hover h3,
.card.card-basic.card-basic-symbol:hover p {
  color: var(--point);
}

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

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

.card.card-light>i {
  font-size: 10rem;
  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;
}

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

.card.card-light.card-light-symbol {
  padding: 30px;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.card.card-light.card-light-symbol:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.card.card-light.card-light-symbol .icon {
  border-radius: 50%;
  width: 66px;
  height: 66px;
  left: calc(50% - 33px);
}

.card.card-light.card-light-symbol .icon i {
  font-size: 33px;
  line-height: 1;
  margin-top: 3px;
}

.card.card-light.card-light-symbol.ccc01 .icon {
  background-color: #D8F6FF;
}

.card.card-light.card-light-symbol.ccc01 .icon i {
  color: #00AEE5;
}

.card.card-light.card-light-symbol.ccc02 .icon {
  background-color: #C7F5EB;
}

.card.card-light.card-light-symbol.ccc02 .icon i {
  color: #14B789;
}

.card.card-light.card-light-symbol.ccc03 .icon {
  background-color: #FFE5F4;
}

.card.card-light.card-light-symbol.ccc03 .icon i {
  color: #E50087;
}

.card.card-light.card-light-symbol.ccc04 .icon {
  background-color: #E8E2F7;
}

.card.card-light.card-light-symbol.ccc04 .icon i {
  color: #802FDE;
}

.card.card-light.card-light-symbol.ccc05 .icon {
  background-color: #FDF3CE;
}

.card.card-light.card-light-symbol.ccc05 .icon i {
  color: #DAAB00;
}

.card.card-light.card-light-symbol.ccc06 .icon {
  background-color: #FDCECE;
}

.card.card-light.card-light-symbol.ccc06 .icon i {
  color: #DA2800;
}

.card.card-light.card-light-symbol h3 {
  text-align: center;
}

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

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

.fbox-c.consult-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.consult-banner .banner-caption {
  flex-direction: column;
  position: relative;
  z-index: 1;
  padding: 0 2rem;
  margin: 2rem 0;
}

.fbox-c.consult-banner .banner-caption h3,
.fbox-c.consult-banner .banner-caption p:not(:last-of-type) {
  color: #FFF;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.fbox-c.consult-banner .banner-caption p {
  margin-bottom: 0.2rem;
  text-align: center;
}

.fbox-c.consult-banner .banner-caption p:last-of-type {
  margin-top: 0.2rem;
}

/*!
 * .gallery.gallery-item.effect
 */
article .gallery.gallery-item.effect {}

/* .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.4) 0%, rgba(0, 0, 0, 0.2) 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;
  text-align: center;
  margin-bottom: 0;
}

.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.8;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
}

.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: 1.25rem;
  -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;
}

/*!
 * .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: #FFF;
  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 {
  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;
}

/* glightbox */
.goverlay {
  background-color: rgba(0, 0, 0, 0.7);
}

/*!
 * .contact-info-area
 * formmail
 */
section.contact-info-area .icon {}

/* .contact-info-area */
.contact-info-area .col-lg-3:nth-child(2),
.contact-info-area .col-lg-3:nth-child(3),
.contact-info-area .col-lg-3:nth-child(4) {
  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) {

  .contact-info-area .col-md-6:nth-child(2),
  .contact-info-area .col-md-6:nth-child(3),
  .contact-info-area .col-md-6:nth-child(4) {
    background-image: none !important;
  }
}

/* .icon */
.contact-info-area .icon {
  margin-bottom: 1.25rem;
}

.contact-info-area .icon i {
  font-size: 3.5rem;
  color: var(--point);
}

.contact-info-area h3 {
  text-align: center;
}

.contact-info-area p {
  text-align: center;
}

/* formmail */
table td.formmail_title_bgcolor font,
table td.formmail_cell_bgcolor .formmail_border {
  font-size: 0.87rem !important;
}

table td.formmail_cell_bgcolor table td {
  display: block;
  text-align: left;
}

table td.formmail_cell_bgcolor table td input[name="com_formmail_check_safe"] {
  vertical-align: bottom;
  margin-bottom: 1px;
}

table td.formmail_cell_bgcolor table td,
table td.formmail_cell_bgcolor table td textarea {
  font-size: 0.75rem !important;
}

/*!
 * .faq-list
 */
article ul.faq-list {}

ul.faq-list {
  padding: 0;
  list-style: none;
}

ul.faq-list li {
  border-bottom: 1px solid #DDD;
}

ul.faq-list li div {
  position: relative;
  display: block;
  transition: 0.3s;
}

ul.faq-list li div.question:hover,
ul.faq-list li div.question:active,
ul.faq-list li div.question:focus {
  color: var(--point);
}

ul.faq-list li div.question {
  padding: 1.25rem 1.25rem 1.25rem 0;
  color: var(--point);
}

ul.faq-list li div.question.collapsed {
  color: inherit;
}

ul.faq-list li div.answer {
  padding: 0 1.25rem 1.25rem 0;
  font-weight: bold;
}

ul.faq-list span.icon-show {
  display: none;
}

ul.faq-list .collapsed span.icon-show {
  display: inline-block;
  transition: 0.6s;
}

ul.faq-list .collapsed span.icon-close {
  display: none;
  transition: 0.6s;
}

ul.faq-list li span i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 20px;
}

/*!
 * .gallery.gallery-carousel
 */
div.gallery.gallery-carousel {}

.gallery.gallery-carousel img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
}

.gallery.gallery-carousel img:hover {
  opacity: 1;
}

.gallery.gallery-carousel .owl-nav,
.gallery.gallery-carousel .owl-dots {
  margin-top: 1rem;
  text-align: center;
}

.gallery.gallery-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #DDD;
}

.gallery.gallery-carousel .owl-dot.active {
  background-color: rgba(var(--point-rgb), 0.7);
}

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

.greeting-area h3 {
  font-weight: bold;
}

.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", cursive;
  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;
  }
}
