/* common */
.container {
  width: 100%;
  max-width: 1170px;
}

/* video background */
.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: -1;
}
#player {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}

/*******************************************************  
  녹용이란?
********************************************************/
.antler-description {
  line-height: 1.8;
}

.intro-text {
  display: inline-block;
  font-size: 1.2em;
  font-weight: 500;
  color: #614A0A;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid rgba(97, 74, 10, 0.4);
}

.highlight-text {
  color: #C85A17;
  font-weight: 600;
}

.conclusion-text {
  display: inline-block;
  font-style: italic;
  text-align: center;
  margin-bottom: 0;
  padding: 5px;
  font-weight: 500;
  background-color: #ededed;
}

@media (max-width: 767px) {
  .antler-description {
    padding: 10px;
  }
}

/*************************************** 
  
 ***************************************/




















/* 녹용의 효능 */
#efficacy .efficacy-box-item {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 0;
}

#efficacy .efficacy-box-item .efficacy-box-item-content {
  position: relative;
  flex: 1 1 auto !important;
  padding: 0 30px;
  max-width: 33.3%;
  text-align: center;
}

#efficacy .efficacy-box-item .efficacy-box-item-content .item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  /* background-color: #ededed; */
  border-radius: 50%;
}

#efficacy .efficacy-box-item .efficacy-box-item-content .item-icon img {
  width: 60px;
  height: 60px;
}

#efficacy .efficacy-box-item .efficacy-box-item-content h6 {
  font-weight: 500;
  margin-bottom: 10px;
}

#efficacy .efficacy-box-item .efficacy-box-item-content p {
  margin-bottom: 0;
}


@media (max-width: 992px) {
  #efficacy .efficacy-box-item {
    gap: 30px 0;
  }
  
  #efficacy .efficacy-box-item .efficacy-box-item-content {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  #efficacy .efficacy-box-item {
    justify-content: center;
    gap: 15px;
  }
  
  #efficacy .efficacy-box-item .efficacy-box-item-content {
    padding: 0;
    max-width: 80%;
  }
}




/* portfolio */
.element-item.visible_item {
  display: none !important;
}

.showMore {
  display: table;
}

.portfolio-grid .grid-sizer {
  display: none;
}

.mfp-arrow, .mfp-arrow:active {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}

.img.mfp-img {
  max-height: 100% !important;
}

.filters-button-group {
  display: table;
  margin: 0 auto 40px;
}

.filters-button-group button {
  display: inline;
  margin: 0;
  padding: 5px 20px;
  background: transparent;
  border: none;
  color: #6f6f6f;
}

.filters-button-group button.is-checked {
  border: none;
  border-radius: 50px;
  color: #E0B458;
  font-weight: 700;
}

.portfolio-container {
  padding: 0 50px;
}


.portfolio-grid .element-item {
  cursor: pointer;
}

.portfolio-grid .element-item:nth-of-type(3),
.portfolio-grid .element-item:nth-of-type(7) {
  animation-delay: 0.2s;
}

.portfolio-grid .element-item:nth-of-type(4),
.portfolio-grid .element-item:nth-of-type(8) {
  animation-delay: 0.4s;
}

.portfolio-grid .element-item:nth-of-type(5),
.portfolio-grid .element-item:nth-of-type(9) {
  animation-delay: 0.6s;
}


/* gutter type */
.portfolio-grid.gutter-very-small li, .blog-grid.gutter-very-small li {
  padding: 3px 3px
}

.portfolio-grid.gutter-small li, .blog-grid.gutter-small li {
  padding: 5px 5px
}

.portfolio-grid.gutter-medium li, .blog-grid.gutter-medium li {
  padding: 7px 7px
}

.portfolio-grid.gutter-large li, .blog-grid.gutter-large li {
  padding: 10px 10px;
}

.portfolio-grid.gutter-extra-large li, .blog-grid.gutter-extra-large li {
  padding: 20px;
}

.portfolio-grid.gutter-extra-large, .blog-grid.gutter-extra-large {
  margin: 0 -20px;
}

.blog-grid.gutter-large {
  margin-left: 10px;
  margin-right: 10px;
}

.portfolio-grid.gutter-large {
  margin: 0 10px;
}

.portfolio-grid.gutter-very-small, .blog-grid.gutter-very-small {
  margin: 0 3px
}

.portfolio-grid.gutter-small, .blog-grid.gutter-small {
  margin: 0 5px
}

.portfolio-grid.gutter-medium, .blog-grid.gutter-medium {
  margin: 0 7px
}

/* portfolio 6 column */
.portfolio-grid.work-6col li, .blog-grid.blog-6col li {
  width: 16.67%
}

.portfolio-grid.work-6col li.element-item-double, .blog-grid.blog-6col li.element-item-double {
  width: 33.33%;
}

/* portfolio 5 column */
.portfolio-grid.work-5col li, .blog-grid.blog-5col li {
  width: 20%
}

.portfolio-grid.work-5col li.element-item-double, .blog-grid.blog-5col li.element-item-double {
  width: 40%;
}

/* portfolio 4 column */
.portfolio-grid.work-4col li, .blog-grid.blog-4col li {
  width: 25%
}

.portfolio-grid.work-4col li.element-item-double, .blog-grid.blog-4col li.element-item-double {
  width: 50%;
}

/* portfolio 3 column */
.portfolio-grid.work-3col li, .blog-grid.blog-3col li {
  width: 33.33%;
  float: left
}

.portfolio-grid.work-3col li.element-item-double, .blog-grid.blog-3col li.element-item-double {
  width: 66.67%;
}

/* portfolio 2 column */
.portfolio-grid.work-2col li, .blog-grid.blog-2col li {
  width: 50%
}

.portfolio-grid.work-2col li.element-item-double, .blog-grid.blog-2col li.element-item-double {
  width: 100%
}

/* portfolio 1 column */
.portfolio-grid.work-1col li {
  width: 100%
}

/* portfolio grid */
.portfolio-grid {
  list-style: none;
  padding: 0;
  margin: 0;
}

.portfolio-grid .element-item figure {
  margin: 0;
  position: relative;
  overflow: hidden
}

.portfolio-grid .element-item figure img {
  display: block;
  width: 100%;
  cursor: pointer;
}

.portfolio-grid .element-item {
  opacity: 1;
  overflow: hidden;
}

.portfolio-grid .element-item figure img {
  cursor: pointer;
  display: block;
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease 0s;
}

.portfolio-grid .element-item figcaption {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  width: 100%;
  height: 100%;
  padding: 45px;
  z-index: 1;
  text-align: center
}

.portfolio-grid .element-item figure:hover .portfolio-img {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.portfolio-grid .element-item figure .portfolio-img {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.portfolio-grid .element-item figure:hover img {
  opacity: 0.15;
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.portfolio-grid .element-item figure:hover figcaption {
  opacity: 1;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.container .hover-option4 .element-item figcaption {
  padding: 30px;
}

/* portfolio hover style */
.element-item .portfolio-hover-box {
  display: table-cell;
  height: 100%;
}

/* hover option 1 */
.hover-option1 .element-item figcaption {
  height: 100%
}

.hover-option1 .element-item .portfolio-hover-main {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  display: table;
  height: 100%;
  top: 0;
  width: 100%;
}

/* hover option 2 */
.hover-option2 .element-item figcaption {
  height: 100%
}

.hover-option2 .element-item .portfolio-hover-main {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  display: table;
  height: 100%;
  top: 0;
  width: 100%;
}

.hover-option2 .element-item .portfolio-hover-content {
  bottom: -15px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.hover-option2 .element-item:hover .portfolio-hover-content {
  bottom: 0;
}

.hover-option2 .separator-line-horrizontal-medium-light2 {
  opacity: .5
}

.hover-option2 .element-item figure:hover img {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  -o-filter: blur(5px);
  filter: blur(5px);
  opacity: 0.10;
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.container .hover-option2 .element-item figcaption {
  padding: 30px;
}

/* hover option 3 */
.hover-option3 .element-item .slide-hover-box {
  position: absolute;
  width: 100%;
  height: 100%;
}

.hover-option3 .element-item .opacity-medium {
  opacity: 0;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.hover-option3 .element-item .slide-hover-box:hover .opacity-medium {
  opacity: 0.50;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.hover-option3 .element-item figure {
  bottom: 130px;
  z-index: 5;
  width: 100%;
  overflow: visible
}

.hover-option3 .element-item figure h6 {
  position: relative;
  bottom: -70px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.hover-option3 .element-item .slide-hover-box:hover h6 {
  bottom: 0
}

.hover-option3 .element-item figure p {
  bottom: -40px;
  opacity: 0;
  position: relative;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.hover-option3 .element-item .slide-hover-box:hover p {
  opacity: .6;
  bottom: 0;
}

.hover-option3 .element-item figure figcaption {
  left: 0;
  right: 0;
  opacity: 1;
  padding: 0 60px;
  height: auto;
  text-align: left
}

.hover-option3 .element-item .separator-line-horrizontal-medium-light2 {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  width: 20%;
}

.hover-option3 .element-item .slide-hover-box:hover .separator-line-horrizontal-medium-light2 {
  width: 60%;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

/* hover option 4 */
.hover-option4 .element-item figcaption {
  height: 100%
}

.hover-option4 .element-item .portfolio-hover-main {
  transform: none;
  display: table;
  height: 100%;
  top: 0;
  width: 100%;
}

.hover-option4 .element-item figure:hover img {
  opacity: 0.08;
  transform: scale(1, 1);
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  filter: blur(4px);
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
  -o-filter: blur(4px);
}

.hover-option4 .element-item .portfolio-hover-content {
  bottom: -15px;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}

.hover-option4 .element-item:hover .portfolio-hover-content {
  bottom: 0;
}

.hover-option4 .swiper-slide.element-item figcaption {
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0
}

.hover-option4 .swiper-slide.element-item:hover figcaption {
  opacity: 1
}

/* hover option 5 */
.hover-option5 .element-item figcaption {
  height: 100%;
  padding: 20px
}

.hover-option5 .element-item .portfolio-hover-main {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  display: table;
  height: 100%;
  top: 0;
  width: 100%;
}

.hover-option5 .element-item .portfolio-hover-box {
  padding: 20px;
}

.hover-option5 .element-item:hover .portfolio-hover-box {
  background: rgba(0, 0, 0, .8)
}

.hover-option5 .element-item .separator-line-horrizontal-medium-light2 {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  top: 5px;
  width: 100px
}

.hover-option5 .element-item:hover .separator-line-horrizontal-medium-light2 {
  transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
}

.hover-option5 .element-item figure:hover img {
  opacity: .8
}

.container .hover-option5 .element-item .portfolio-hover-box {
  padding: 10px;
}

/* hover option 6 */
.hover-option6 .element-item figcaption {
  height: 100%;
  position: relative;
  opacity: 1;
  padding: 35px 10px;
  background: #fff
}

.hover-option6 .element-item .portfolio-hover-main {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  display: table;
  height: 100%;
  top: 0;
  width: 100%;
}

.hover-option6 .element-item .portfolio-icon {
  transition: all 0.3s ease 0s;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  opacity: 0
}

.hover-option6 .element-item figure:hover .portfolio-icon {
  opacity: 1;
  top: 50%;
}

.hover-option6 .element-item .portfolio-icon a {
  border-radius: 50%;
  border: 2px solid transparent;
  background: #fff;
  margin: 0 7px;
  height: 46px;
  width: 46px;
  display: inline-block;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.hover-option6 .element-item .portfolio-icon i.fa-link {
  font-size: 20px;
  position: relative;
  top: 11px
}

.hover-option6 .element-item .portfolio-icon i.fa-search {
  font-size: 16px;
  position: relative;
  top: 10px
}

.hover-option6 .element-item .portfolio-icon a:hover, .hover-option6 .element-item .portfolio-icon a:hover i {
  background: transparent;
  color: #fff;
}

.hover-option6 .element-item .portfolio-icon a:hover {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
}

.hover-option6 .element-item figure:hover img {
  opacity: .15;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}

.hover-option6 .element-item figure:hover figcaption {
  cursor: default;
}

.hover-option6 .element-item figure:hover .portfolio-img {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.container .hover-option6 .element-item figcaption {
  padding: 25px 10px;
}

/* hover option 7 */
.hover-option7 .element-item figcaption {
  height: auto;
  position: absolute;
  opacity: 0;
  padding: 32px;
  bottom: -101px
}

.hover-option7 .element-item figure:hover figcaption {
  bottom: 0
}

.hover-option7 .element-item .portfolio-hover-main {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  display: table;
  height: 100%;
  top: 0;
  width: 100%;
}

.hover-option7 .element-item figure img {
  top: 0;
  position: relative
}

.hover-option7 .element-item figure:hover img {
  cursor: pointer;
  opacity: 1;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  top: -101px
}

.hover-option7 .element-item figure:hover figcaption {
  cursor: pointer;
}

.hover-option7 .element-item figure:hover .portfolio-img {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  background: transparent
}

.container .hover-option7 .element-item figcaption {
  padding: 20px;
}

.container .hover-option7 .element-item figure:hover img {
  top: -81px;
}

/* hover option 8 */
.hover-option8 .element-item figure figcaption {
  opacity: 0;
  padding: 0;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}

.hover-option8 .element-item figure:hover figcaption {
  opacity: 1;
  cursor: pointer
}

.hover-option8 .element-item .portfolio-hover-main {
  display: table;
  height: 100%;
  top: 0;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  width: 100%;
}

.hover-option8 .element-item .portfolio-icon {
  position: absolute;
  right: 55px;
  top: 51px;
  transition: all 0.1s ease 0s;
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -ms-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
}

.hover-option8 .element-item figure:hover figcaption {
  padding: 25px;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  box-shadow: 0 0 4px rgba(0, 0, 0, .4);
}

.hover-option8 .element-item figure:hover figcaption .portfolio-hover-main {
  background: #fff
}

.hover-option8.portfolio-grid .element-item figure:hover img {
  opacity: 1;
  filter: blur(4px);
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
  -o-filter: blur(4px);
}

.container .hover-option8 .element-item figure:hover figcaption {
  padding: 20px;
}

.container .hover-option8 .element-item .portfolio-icon {
  top: 30px;
  right: 35px;
}

/* hover option 10 */
.hover-option10 .element-item * {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.hover-option10 .element-item figure .portfolio-img img {
  transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
}

.hover-option10 .element-item figure:hover .portfolio-img img {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  opacity: .15
}

.hover-option10 .element-item figure figcaption {
  padding: 0;
}

.hover-option10 .element-item figure .portfolio-hover-main {
  display: table;
  width: 100%;
  height: 100%;
  padding: 50px
}

.hover-option10 .element-item figure .portfolio-icon {
  margin-bottom: 30px;
  position: relative;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.hover-option10 .element-item figure .portfolio-hover-content {
  position: relative;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -moz-transform: translateY(100%);
  transform: translateY(100%);
}

.hover-option10 .element-item figure:hover .portfolio-icon, .hover-option10 .element-item figure:hover .portfolio-hover-content {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}

.hover-option10 .element-item .portfolio-icon a {
  margin: 0 7px;
  height: 50px;
  width: 50px;
  display: inline-block;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 1);
  box-sizing: border-box;
  vertical-align: top;
  text-align: center;
  color: #fff
}

.hover-option10 .element-item .portfolio-icon a:hover {
  color: #232323;
  background: #fff;
  border-radius: 5px;
}

.hover-option10 .element-item .portfolio-icon a:hover i {
  color: #232323;
  ;
}

.hover-option10 .element-item .portfolio-icon i.fa-link {
  font-size: 22px;
  position: relative;
  top: 14px
}

.hover-option10 .element-item .portfolio-icon i.fa-search {
  font-size: 20px;
  position: relative;
  top: 13px
}

.container .hover-option10 .element-item .portfolio-icon i.fa-link {
  font-size: 16px;
  position: relative;
  top: 10px
}

.container .hover-option10 .element-item .portfolio-icon i.fa-search {
  font-size: 14px;
  position: relative;
  top: 8px
}

.container .hover-option10 .element-item .portfolio-icon a {
  width: 45px;
  height: 45px;
}

.container .hover-option10 .element-item figure .portfolio-hover-main {
  padding: 30px;
}

/* hover option 11 */
.hover-option11 .element-item figcaption {
  height: 100%
}

.hover-option11 .element-item .portfolio-hover-main {
  transform: none;
  display: table;
  height: 100%;
  top: 0;
  width: 100%;
}

.hover-option11 .element-item figure:hover img {
  opacity: 0.05;
  transform: scale(1, 1);
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  filter: blur(4px);
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
  -o-filter: blur(4px);
}

.hover-option11 .element-item .portfolio-hover-content {
  bottom: -15px;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}

.hover-option11 .element-item:hover .portfolio-hover-content {
  bottom: 0;
}

.hover-option11 .swiper-slide.element-item figcaption {
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0
}

.hover-option11 .swiper-slide.element-item:hover figcaption {
  opacity: 1
}

.hover-option11 .element-item .portfolio-item-title {
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
}

.hover-option11 .element-item>a:hover .portfolio-item-title {
  color: #fff;
}

.hover-option11 .element-item .portfolio-img {
  margin-bottom: 33px;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
}

.hover-option11 .element-item .portfolio-img img {
  box-shadow: 0 0 8px rgba(0, 0, 0, 1);
}

.hover-option11 .element-item:hover .portfolio-img img {
  opacity: .6;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
}

.hover-option11 .element-item>a {
  display: block;
  position: relative;
}

.hover-option11 .element-item>a:hover .portfolio-img {
  box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(-10px);
}

/* portfolio filter tab style 1 */
.portfolio-filter-tab-1 li {
  margin: 0 25px;
  display: inline-block;
  float: none
}

.portfolio-filter-tab-1 li a {
  background: transparent;
  border: none;
  padding: 0 0 2px 0;
  display: inline;
  color: #6f6f6f;
  margin: 0;
}

.portfolio-filter-tab-1 li a:hover, .portfolio-filter-tab-1 li a:focus {
  background: transparent;
  border-bottom: 1px solid #232323;
  color: #232323
}

.portfolio-filter-tab-1 li.active a {
  background: transparent !important;
  border-bottom: 1px solid #232323;
  color: #232323;
}

/* portfolio filter tab style 2 */
.portfolio-filter-tab-2 li {
  display: inline-block;
  float: none;
}

.portfolio-filter-tab-2 li a {
  border: none;
  border-radius: 50px;
  padding: 7px 24px;
  margin-right: 4px;
}

.portfolio-filter-tab-2 li a:hover, .portfolio-filter-tab-2 li>a:focus {
  background: rgba(144, 144, 144, 0.22);
  color: #fff;
}

.portfolio-filter-tab-2.nav-tabs li.active a, .portfolio-filter-tab-2.nav-tabs li.active a:focus, .portfolio-filter-tab-2.nav-tabs li.active a:hover {
  border: none;
  background: rgba(144, 144, 144, 0.22);
  color: #fff;
  border: none;
}




/* 6월 25일 추가 */
.hidden-item {
  display: none !important;
}





@media (max-width: 992px) {
  .portfolio-grid.work-6col li {
    width: 33.3%;
  }
}

@media (max-width: 767px) {
  .filters-button-group {
    margin: 0 auto 25px;
  }
  
  .filters-button-group button {
    padding: 5px 0;
    margin: 5px 0;
    width: 32.5%;
  }
  
  .portfolio-container {
    padding: 0;
  }
  
  .portfolio-grid.work-4col li {
    width: 50%;
  }

  
  
  .hover-option5 .element-item figcaption {
    padding: 0;
  }

  .hover-option5 .element-item .portfolio-hover-box {
    padding: 8px;
  }
}




/* content */
.root_daum_roughmap {
  width: 100% !important;
} 

.root_daum_roughmap .cont {
  display: none !important;
}

.root_daum_roughmap .wrap_map {
  height: 380px !important;
}

@media (max-width: 767px) {
  .root_daum_roughmap .wrap_map {
    height: 250px !important;
  } 
}




/* board */
/*  */
.pc-only {display: block;}
.mo-only {display: none;}

@media (max-width: 767px) {
  .pc-only {display: none;}
  .mo-only {display: block;}
}

/* */

#subContainer {margin-top: 150px; min-height: 450px;}
.img-none {display: none;}
.main_photo > a {display: table; margin: 20px auto;}


.paging {display: table; margin: 30px auto 50px;}
.paging b {display: inline-block; width: 30px; height: 30px; line-height: 30px; background: #000; border-radius: 60px; color: #fff; text-align: center;}

.board-list {display: block; margin: 0 auto; width: 100px;}

.board-arrow {position: fixed; top: 50%; transform: translateY(-50%); padding: 0; background: rgba(0,0,0,.1); border: 0;}
.board-arrow:hover {background: rgba(0,0,0,1); color: #fff;}
.board-prev {left: 0;}
.board-next {right: 0;}
.board-prev i,.board-next i {margin-left: 0; width: 50px; height: 50px; line-height: 50px; text-align: center; font-size: 25px;}

.wb_brd_list {width:100%; margin-bottom:30px; border-top:2px solid #000;}
.wb_brd_list thead td {padding:10px 20px; line-height:1.8; background:#f9f9f9; border-bottom: 1px solid #ddd;}
.wb_brd_list tbody td {padding:8px 20px; color:#666; line-height:1.8; border-bottom:1px solid #dedede;}
.wb_brd_list tbody td.bbsno {width: 10%;}
.wb_brd_list tbody tr:hover td {background:#f9f9f9}
.brd_line {height:3px; background:#000}
.bbsnewf5 a:hover {color: #000 !important}
.bbsnewf5 input[type='image'] {vertical-align: middle; padding: 0; margin: 0;}


#main_wrap #news .wb_board_output {
  margin: 0 auto;
  width: 80%;
  border-top: 2px solid #000;
}

#main_wrap #news .wb_board_output tr {
  position: relative;
  padding: 20px 20px 20px 70px;
  border-bottom: 1px solid #ddd;
}

#main_wrap #news .wb_board_output tr::after {
  content: "\e649";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #000;
  border-radius: 100px;
  font-family: 'themify';
  color: #fff;
  text-align: center;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .15);
}

#main_wrap #news .wb_board_output tr {
  display: block;
  width: 100%;
}

#main_wrap #news .wb_board_output tr td {
  display: inline-block;
}

#main_wrap #news .wb_board_output tr td[width='1%'] {
  display: none;
}

#main_wrap #news .wb_board_output tr td[align="center"] {
  float: right;
}

#main_wrap #news .wb_board_output tr td a {
  font-size: 16px;
}

#main_wrap #news .wb_board_output tr:hover td a {
  color: #000;
}

.main_photo .board_output .board_output_gallery_img a > img {
	display: block;
	width: 100%;
	height: 100%;
	transition: transform 0.3s ease-out;
	object-fit: cover;
}

.board_sublist {position: relative;}
.board_sublist .board_button {
	position: absolute;
	right: 0;
	bottom: 0;
}

.wb_search input,
.wb_search select {
	padding: 0;
	margin-bottom: 0;
	min-height: 28px;
}

.wb_search #search_table {
	margin: 0 auto 30px;
}

.wb_search #search_table select::-ms-expand {
  display: block;
}

.wb_search .est_cate_cell select {
	display: none;
}

.wb_search .est_keyword_cell #search_display1 input {
	width: 300px;
	min-height: 35px;
}

.wb_search .est_btn_cell input {
	margin-left: 5px;
}



@media (max-width: 991px) {
    #post_area img {max-width: 98%; height: auto !important;}
    #main_wrap #news .wb_board_output {width: 100%;}
}

@media (max-width: 767px) {
  #subContainer {margin-top: 80px;}

  .board-category ul li {margin: 6px; font-size: 13px;}


  .paging {margin-top: 30px;}
  .board-prev i,.board-next i {margin-left: 0; width: 35px; height: 35px; line-height: 35px; text-align: center; font-size: 20px;}

  .wb_board tbody td img {max-width:100%;}
  .wb_brd_list thead td {padding: 5px 10px;}
  .wb_brd_list td.att_title:nth-child(1) {display:none}
  .wb_brd_list td.att_title:nth-child(3) {display:none}
  .wb_brd_list td.bbsno {display:none}
  .wb_brd_list td.bbswriter {display:none}
  .wb_brd_list td.bbsetc_dateof_write {display:none}
  .wb_brd_list td.bbsetc_view_count {display:none}


  #main_wrap #news .wb_board_output tr {
    padding: 20px 5px 20px 40px;
  }

  #main_wrap #news .wb_board_output tr::after {
    left: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  #main_wrap #news .wb_board_output tr td a {
		display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    line-height: 30px;
    max-height: 30px;
    -webkit-box-orient: vertical;
    font-size: 14px;
  }

  .board_sublist {margin-bottom: 30px;}

	.wb_search #search_table {
		width: 70%;
	}
	
	.wb_search .est_keyword_cell #search_display1 input {
		min-height: 28px;
		max-height: 28px;
		width: 100%;
	}

	.wb_search .est_btn_cell input {
		max-height: 28px;
	}

}


#post_area img {
  max-width: 100%;
  height: auto !important;
}







