
/********************** 섹션1 메인비주얼 시작 ****************************/
/********************** 섹션1 메인비주얼 시작 ****************************/

.color_black{
  color: #000 !important;
}

.main .visual_sect {
  width: 100%;
  position: relative;
}

.main .visual_sect .swiper-slide {
  height: 100vh;
}

.main .visual_sect .swiper-slide .bg_img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.main .visual_sect .swiper-slide .bg_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}

.main .visual_sect .swiper-slide .bg_img {
  transform: scale(1.15);
  transition: transform 2.5s ease-in-out;
}
.main .visual_sect .swiper-slide-active .bg_img {
  transform: scale(1);
}

.main .visual_sect .swiper-slide .text_box {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main .visual_sect .swiper-slide .in {
  padding-top: 0;
}

.main .visual_sect .swiper-slide .text_box .tit {
  font-size: min(3.7vw, 48px);
  color: #fff;
  font-weight: 700;
  overflow: hidden;
}

.main .visual_sect .swiper-slide .text_box .tit .visual-tel{
  font-size: min(6vw, 60px);
  margin-top: 5px;
}

.main .visual_sect .swiper-slide .text_box .tit .visual-tel a{
  display: flex;
  gap: 10px;
  align-items: center;
}

.main .visual_sect .swiper-slide .text_box .tit > span {
  line-height: 1.3;
}
.main .visual_sect .swiper-slide .text_box .tit > span {
  display: block;
  overflow: hidden;
}

.main .visual_sect .swiper-slide .text_box .tit > span strong{
  color: #04c561;
}

.main .visual_sect .swiper-slide .text_box .tit > span > span {
  display: block;
  transform: translateY(100%);
}

.main .visual_sect .swiper-slide-active .text_box .tit span {
  transform: translateY(0);
  transition: transform 1.2s;
}
.main .visual_sect .swiper-slide-active .text_box .tit > span > span {
  transform: translateY(0);
  transition: transform 1.2s;
}

.main .visual_sect .swiper-slide-active .text_box .tit {
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  opacity: 1;
  transform: translateY(0px);
}
.main .visual_sect .slide_move {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 10;
  width: 1640px;
  padding: 0 20px;
  max-width: 100%;
  top: 69%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main .visual_sect .slide_move .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.main .visual_sect .slide_move .btn .pause {
  display: flex;
  justify-content: space-between;
  width: 10px;
  height: 12px;
}
.main .visual_sect .slide_move .btn .pause span {
  width: 3px;
  height: 100%;
  background-color: #fff;
  display: block;
  border-radius: 5px;
}
.main .visual_sect .slide_move .btn .off {
  display: none;
}
.main .visual_sect .slide_move .btn .play {
  color: #fff;
}
.main .visual_sect .slide_move .btn .play i {
  color: #fff;
}
.main .visual_sect .slide_move .paging_btn {
  display: flex;
  align-items: center;
  margin-left: 50px;
}
.main .visual_sect .slide_move .swiper-button-next,
.main .visual_sect .slide_move .swiper-button-prev {
  position: static;
  margin: 0;
  width: auto;
  height: auto;
  color: #fff;
  font-size: 18px;
  opacity: 0.5;
  transition: all 0.3s;
}

.main .visual_sect .slide_move .swiper-pagination {
  position: static;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  margin: 0 30px;
}
.main .visual_sect .slide_move .swiper-pagination span {
  opacity: 0.5;
}
.main .visual_sect .slide_move .swiper-pagination .barSpace {
  margin: 0 15px;
}
.main .visual_sect .slide_move .swiper-pagination .swiper-pagination-current {
  opacity: 1;
}

#timer {
  margin: 0px;
  width: 40px;
  height: 40px;
  position: relative;
}

.main .visual_sect .scroll-down {
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translate(-50%, 0%);
  text-align: center;
  z-index: 5;
  color: #fff;
}
.main .visual_sect .scroll-down p {
  font-size: 14px;
  margin-bottom: 10px;
}

.scroll_down span {
  display: block;
  position: relative;
  width: 20px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
  margin: 0 auto;
}
.scroll_down span:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  transform: translateX(-50%);
  box-sizing: border-box;
  -webkit-animation: scroll 2s infinite;
  animation: scroll 2s infinite;
}

.main .visual_sect .share {
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translate(-50%, 0%);
  z-index: 5;
  color: #fff;
  width: 100%;
  max-width: 1640px;
  text-align: right;
  padding: 0 20px;
}
.main .visual_sect .share button {
  position: relative;
  z-index: 6;
  display: inline-block;
}
.main .visual_sect .share i {
  font-size: 38px;
  color: #fff;
  opacity: 1;
  transition: all 0.3s;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translate(-50%, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(-50%, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes scroll {
  0% {
    transform: translate(-50%, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(-50%, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@media screen and (max-width:768px) {
  .main .visual_sect .swiper-slide{
    height: 75vh;
  }
}

@media screen and (max-width:430px) {
  .main .visual_sect .swiper-slide{
    height: 35vh;
  }
  .main .visual_sect .slide_move{
    top: 72%;
  }


  #timer{
    position: absolute;
    width: 30px;
    height: 30px;
  }

  .main .visual_sect .slide_move .btn .pause{
    height: 8px;
  }


  .main .visual_sect .slide_move .paging_btn{
    margin: 0 auto;
  }

  .main .visual_sect .slide_move .swiper-pagination{
    font-size: 14px;
  }

  .main .visual_sect .slide_move .btn .pause span{
    height: 80%;
  }

  .main .visual_sect .scroll-down{
    bottom: 10px;
  }
  .main .visual_sect .scroll-down p {
    font-size: 13px;
    margin-bottom: 5px;
}



}


/********************** 섹션01 메인비주얼 끝 ****************************/
/********************** 섹션01 메인비주얼 끝 ****************************/



/********************** 섹션02 디자인트렌드 시작 ****************************/
/********************** 섹션02 디자인트렌드 시작 ****************************/

.section.design-trends {
  padding: 100px 0;
}

.section.design-trends .deco-text {
  position: absolute;
  top: 0;
  right: -0.4736842105em;
}

.section.design-trends .title-box{
  margin-bottom: 30px;
}

@media (max-width: 1400px) {
  .section.design-trends .deco-text {
    top: 0.3333333333em;
  }
}

@media (max-width: 1024px) {
  .section.design-trends .deco-text {
    top: 0.8888888889em;
  }
}

.section.design-trends .trends-swiper img {
  width: 100%;
}

.gallery-list.gallery-list--2 .link {
  display: block;
  width: 100%;
  transform-origin: right center;
}

.gallery-list.gallery-list--2 .thumb {
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.gallery-list.gallery-list--2 .thumb:after {
  content: "";
  display: block;
  padding-bottom: 127.2727272727%;
}

.gallery-list.gallery-list--2 .thumb > img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  max-height: none;
  transform: translate(-50%, -50%) scale(0.1);
}

.gallery-list.gallery-list--2 .text-box {
  padding: 1em 0;
}

.gallery-list.gallery-list--2 .text-box .title {
  font-weight: 600;
  font-size: 1.375em;
  letter-spacing: -0.02em;
  color: #000;
}

@media (max-width: 1024px) {
  .gallery-list.gallery-list--2 .text-box .title {
    font-size: 1.125em;
  }
}

@media (max-width: 768px) {
  .gallery-list.gallery-list--2 .text-box .title {
    font-size: 1em;
  }
}

@media (max-width: 576px) {
  .gallery-list.gallery-list--2 .text-box .title {
    font-size: 0.875em;
  }
}

.trends-swiper .swiper-wrapper {
  align-items: center;
}

.read-more-wrap {
  position: relative;
}

.read-more-wrap .read-more {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background-color: rgba(77, 144, 71, 0.74);
  color: #fff;
  letter-spacing: -0.04em;
  font-size: 1.125em;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 1024.02px) {
  .read-more-wrap:active .read-more,
  .read-more-wrap:focus .read-more,
  .read-more-wrap:hover .read-more {
    opacity: 1;
  }
}

/********************** 섹션02 메인비주얼 끝 ****************************/
/********************** 섹션02 메인비주얼 끝 ****************************/



/********************** 섹션03 스크롤인트로 시작 ****************************/
/********************** 섹션03 스크롤인트로 시작 ****************************/

.intro-sec {
  padding-top: 0;
  background: linear-gradient(180deg, #fff 0%, #f4f0ea 75.64%);
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .intro-sec {
    padding-top: 0;
  }
}

@media screen and (min-width: 1600px) {
  .intro-sec {
    padding-top: 0;
  }
}

.intro-sec .intro-wrap {
  margin-bottom: 80px;
}

@media screen and (min-width: 992px) {
  .intro-sec .intro-wrap {
    margin-bottom: 6.44153vw;
  }
}

@media screen and (min-width: 1600px) {
  .intro-sec .intro-wrap {
    margin-bottom: 103px;
  }
}

.intro-sec .common-sub-title-st2 {
  width: 100%;
  margin: 0;
  margin-bottom: 60px;
}

.intro-sec .common-sub-title-st2 .title {
    text-align: center;
    font-size: 46px;
}

.intro-sec .common-sub-title-st2 .title strong{
  color: #005746;
}

@media screen and (max-width:768px) {
  .intro-sec .common-sub-title-st2 .title {
    font-size: 32px;
}
}

@media screen and (max-width:600px) {
  .intro-sec .common-sub-title-st2 .title {
    font-size: 24px;
}
}


@media screen and (min-width: 992px) {
  .intro-sec .common-sub-title-st2 {
    position: absolute;
    top: 25%;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
  }
}

.intro-sec .list:not(:last-child) {
  margin-bottom: 80px;
}

.intro-sec img {
  display: block;
}

.intro-sec .desc {
  margin-top: 20px;
  font-weight: 400;
  line-height: 1.7;
  color: #666;
}

@media screen and (min-width: 992px) {
  .intro-sec .desc {
    margin-top: 40px;
    font-size: 18px;
  }
}

.intro-sec .list.right-list {
  margin-left: auto;
}

.business-title-wrap {
  position: relative;
  min-height: 330px;
  margin-top: 0;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .business-title-wrap {
    min-height: 46.03837vw;
  }
}

@media screen and (min-width: 1200px) {
  .business-title-wrap {
    min-height: 552px;
  }
}

.business-title-wrap .bg-circle {
  position: absolute;
  top: 100px;
  left: -40%;
  right: 0;
  min-width: 180%;
  height: 180%;
  min-height: 180vh;
  margin: 0 auto;
  background: #fff;
  border-radius: 3000px 3000px 0 0;
}

@media screen and (min-width: 992px) {
  .business-title-wrap .bg-circle {
    top: 16.68057vw;
  }
}

@media screen and (min-width: 1200px) {
  .business-title-wrap .bg-circle {
    top: 200px;
  }
}

.business-title-wrap .business-title {
  position: absolute;
  top: 192px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 992px) {
  .business-title-wrap .business-title {
    top: 26.68891vw;
  }
}

@media screen and (min-width: 1200px) {
  .business-title-wrap .business-title {
    top: 320px;
  }
}


/********************** 섹션03 스크롤인트로 끝 ****************************/
/********************** 섹션03 스크롤인트로 끝 ****************************/



/********************** 섹션04 스크롤컨텐츠 시작 ****************************/
/********************** 섹션04 스크롤컨텐츠 시작 ****************************/

#main_business{
  padding-top: 50px;
}

@media screen and (min-width: 1200px) {
  #main_business{
    padding-top: 0px;
  }

}

@media screen and (min-width: 1200px) {
  .business-sec .business-list-wrap.ani-active .img-wrap {
    position: fixed;
    right: 0;
    top: 50px;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
  }
  .business-sec .business-list-wrap.ani-active .list {
    flex-direction: row;
  }
}
.business-sec .business-list-wrap .list {
  margin-bottom: 80px;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .business-sec .business-list-wrap .list {
    display: flex;
    flex-direction: row-reverse;
    height: 100vh;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .business-sec .business-list-wrap .list:not(:first-child) .img-wrap {
    opacity: 0;
  }
}
.business-sec .business-list-wrap .img-wrap {
  position: relative;
  top: 0;
  right: 0;
  padding-left: 60px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .business-sec .business-list-wrap .img-wrap {
    padding-left: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .business-sec .business-list-wrap .img-wrap {
    width: 50%;
    height: calc(100%);
    padding: 0;
  }
}
.business-sec .business-list-wrap .img-wrap .img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-top: 100%;
}
@media screen and (min-width: 1200px) {
  .business-sec .business-list-wrap .img-wrap .img {
    padding-top: 0;
    height: 100%;
  }
}
.business-sec .business-list-wrap .img-wrap .sub-img {
  position: absolute;
  bottom: -6%;
  left: 20px;
  max-width: 32.5%;
  padding-top: calc(122 / 160 * 100%);
}
@media screen and (min-width: 768px) {
  .business-sec .business-list-wrap .img-wrap .sub-img {
    left: 60px;
  }
}
@media screen and (max-width: 1199.98px) {
  .business-sec .business-list-wrap .desc-wrap {
    opacity: 0;
  }
}
@media screen and (min-width: 1200px) {
  .business-sec .business-list-wrap .desc-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .business-sec .business-list-wrap .desc-wrap .inner {
    max-width: 655px;
  }
}
.business-sec .business-list-wrap .desc-wrap .common-sub-title-st2 {
  margin: 0;
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .business-sec .business-list-wrap .desc-wrap .common-sub-title-st2 {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .business-sec .business-list-wrap .desc-wrap .common-sub-title-st2 {
    margin-top: 0;
  }
}
.business-sec .business-list-wrap .desc-wrap .common-sub-title-st2 .title {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .business-sec .business-list-wrap .desc-wrap .common-sub-title-st2 .title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .business-sec .business-list-wrap .desc-wrap .common-sub-title-st2 .title {
    font-size: 26px;
    margin-bottom: 40px;
    text-align: center;
  }
}


.business-sec
    .business-list-wrap
    .desc-wrap
    .common-sub-title-st2
    .sub-title{
      font-size: 13px;
    margin: 10px 0 30px;
    }

@media screen and (min-width: 1200px) {
  .business-sec
    .business-list-wrap
    .desc-wrap
    .common-sub-title-st2
    .sub-title {
      font-size: 16px;
    margin: 50px 0;
    text-align: center;
  }
}
.business-sec .business-list-wrap .desc-wrap .btn-more {
  display: block;
  margin-top: 30px;
  font-weight: bold;
}

.desc-wrap .btn-more .btn-more-in{
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
}

.desc-wrap .btn-more .btn-more-in i {
  font-size: 12px;
  padding-top: 3px;
}

@media screen and (min-width: 1200px) {
  .business-sec .business-list-wrap .desc-wrap .btn-more {
    margin: auto;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .business-sec .business-list-wrap .desc-wrap .sub-img {
    margin: auto;
    display: block;
  }
}
.business-sec .business-list-wrap .btn-view-more {
  margin-top: 30px;
}
@media screen and (min-width: 1200px) {
  .business-sec .business-list-wrap .btn-view-more {
    margin-top: 50px;
  }
}



/********************** 섹션04 스크롤컨텐츠 끝 ****************************/
/********************** 섹션04 스크롤컨텐츠 끝 ****************************/




/********************** 섹션05 스크롤배너 시작 ****************************/
/********************** 섹션05 스크롤배너 시작 ****************************/

.recruit-sec {
  display: flex;
  align-items: center;
  width: 100%;
  height: 408px;
  background-image: url(../../images/main/businessI_banner01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  .recruit-sec {
    height: 42.52658vw;
    background-image: url(../../images/main/businessI_banner01.jpg);
  }
}
@media screen and (min-width: 1600px) {
  .recruit-sec {
    height: 680px;
  }
}
.recruit-sec .common-sub-title-st2 {
  margin: 0;
  color: #fff;
}
.recruit-sec .common-sub-title-st2 .title {
  margin-bottom: 0;
  line-height: 1.6;
}

.recruit-sec .common-sub-title-st2 .title strong{
  color: #04c561;
}

@media screen and (max-width: 767.98px) {
  .recruit-sec .common-sub-title-st2 .title {
    font-size: 24px;
  }
}

@media screen and (max-width: 600px) {
  .recruit-sec .common-sub-title-st2 .title {
    font-size: 20px;
  }
}

@media screen and (max-width: 430px) {
  .recruit-sec .common-sub-title-st2 .title {
    font-size: 18px;
  }
}

.recruit-sec .common-sub-title-st2 .sub-title {
  margin: 20px 0 50px;
  font-family: 'Noto Sans KR', sans-serif;
  line-height: 1.6;
  color: #fff;
  max-width: 391px;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .recruit-sec .common-sub-title-st2 .sub-title {
    max-width: 598px;
    margin: 0.93809vw 0 3.75235vw;
    font-size: 18px;

  }
}
@media screen and (min-width: 1600px) {
  .recruit-sec .common-sub-title-st2 .sub-title {
    margin: 15px 0 60px;
    font-size: 20px;
  }
}

/********************** 섹션05 스크롤배너 끝 ****************************/
/********************** 섹션05 스크롤배너 끝 ****************************/



/********************** 섹션06  시작 ****************************/
/********************** 섹션06  시작 ****************************/

.videoWrap {
  width: 100%;
  position: relative;
  padding: 100px 0 0;
}

.videoWrap .VideoInner ,.videoWrap .mainInner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  text-align: center;
}

.videoWrap .mainInner .contTitle {
  font-family: 'DM Serif Display', serif;
  font-size: 40px;
  margin-bottom: 20px;
}

.videoWrap .mainInner .contTxt{
  font-size: 16px;
  color: #555;
  font-weight: 400;
}

.VideoCont {
  width: 100%;
  /* background: #111; */
  margin: 50px 0 30px;
  position: relative;
  padding: 0 20px;
  box-sizing: border-box;
}

.VideoInner video {
  width: 100%;
  cursor: pointer
}

.VideoInner .video-iframe{
  display: block;
  width: 100%;
  height: 500px;

}

.videoC {
  width: 100%;
  border: none;
  height: 0;
  padding-bottom: 56.099%;
  background: url(https://d19zwyqmwsm4md.cloudfront.net/main/videoposter.jpg) center/cover no-repeat;
  vertical-align: bottom
}

.video_start {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: url(https://d19zwyqmwsm4md.cloudfront.net/main/movBtn.png) center/cover no-repeat;
  color: transparent;
  border: none;
  width: 5rem;
  height: 5rem
}

.video-link{
  width: 100%;
}

.video-link a{
  width: 200px;
  border-radius: 20px;
  margin: 0 auto;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  background-color: #F03838;
  border: 1px solid #F03838;
  color: white;
  transition: all 0.3s ease-in-out;
}

.video-link a span{
  font-size: 16px;
}


.video-link a i{
  font-size: 13px;
}


.video-link a:hover{
  color: #F03838;
  background-color: #ffffff;
}

@media screen and (max-width:768px) {
  .videoWrap .VideoInner{
    padding: 0;

  }
   .videoWrap .mainInner{
    padding: 0 20px;

  }
  .videoWrap .mainInner .contTitle {
    font-size: 24px;
    margin-bottom: 10px;
  }
  
  .videoWrap .mainInner .contTxt{
    font-size: 15px;
  }

  .VideoCont {
    margin-top: 30px;
}

.video-link a{
  width: 180px;
}

.video-link a span{
  font-size: 14px;
}


.video-link a i{
  font-size: 11px;
}

.VideoInner .video-iframe{
  display: block;
  width: 100%;
  height: 350px;
  
}


}

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

  .VideoInner .video-iframe{
    display: block;
    width: 100%;
    height: 200px;
    
  }
  
  .videoWrap .mainInner .contTxt{
    font-size: 13px;
  }

  
.video-link a{
  width: 80%;
}

.video-link a span{
  font-size: 14px;
}


.video-link a i{
  font-size: 11px;
}


}


/********************** 섹션06  끝 ****************************/
/********************** 섹션06  끝 ****************************/


/********************** 섹션07  시작 ****************************/
/********************** 섹션07  시작 ****************************/

.blog_Layout{
  width: 100%;
  padding: 100px 20px 50px;
  box-sizing: border-box;
}

.blog_Layout .blog_intro{
  width: 100%;
  margin-bottom: 50px;
}

.blog_intro h2{
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: 400;
}

.blog_intro a{
  width: 250px;
  border-radius: 20px;
  display: flex;
  padding: 10px 20px;
  gap: 10px;
  color: #fff;
  background-color: #00a651;
  border: 1px solid #00a651;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.blog_intro a i{
  font-size: 12px;
}

.blog_intro a:hover {
  background-color: #fff;
  color: #00a651;
}

.blog_flex{
  display: grid;
  grid-template-columns: 66% 33%;
  gap: 30px;
}


.blog_flex img{
  width: 100%;
}

.blog_flex .blog-smallimg{
  margin-bottom: 30px;
}

.blog_sm-txt h3{
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 20px;
}

.blog_sm-txt p{
  font-size: 16px;
  color: #777;
}

@media screen and (max-width:768px) {
  .blog_flex{
    grid-template-columns: 100%;
    gap: 20px;
  }

  .blog_intro h2{
    font-size: 24px;
  }

  .blog_intro a{
    width: 200px;
    font-size: 14px;
  }
  
  .blog_intro a i{
    font-size: 10px;
  }
}

@media screen and (max-width:430px) {
  .blog_intro h2{
    font-size: 18px;
  }

  .blog_intro a{
    width: 100%;
    font-size: 14px;
  }
  
  .blog_intro a i{
    font-size: 10px;
  }

  .blog_sm-txt p{
    font-size: 14px;
  }


}


/********************** 섹션07  끝 ****************************/
/********************** 섹션07  끝 ****************************/


/********************** 섹션08 시작 ****************************/
/********************** 섹션08 시작 ****************************/

.portfolio{
  width: 100%;
  padding: 50px 0;
  box-sizing: border-box;
}

.portfolio .portfolio_wrap .portfolio-tit{
  text-align: center;
  margin-bottom: 50px;
}

.portfolio_wrap .portfolio-tit h2{
  font-size: 48px;
  /* font-family: 'Noto Serif KR', serif; */
  margin-bottom: 20px;
}

.portfolio_wrap .portfolio-tit p{
  font-size: 16px;
  color: #777;

}

/* .portfolio-scrollbar{
  width: 100%;
  height: 800px;
  overflow-y: scroll;
  padding: 0 10px;
  box-sizing: border-box;
} */

.portfolio-container{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}

.portfolio-container .portfolio-list{
  width: 24%;
  position: relative;
  overflow: hidden;
}

.portfolio-list .port-listImg{
  vertical-align: middle;
  height: 100%;
}

.port-listImg img{
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.portfolio-hover{
  width: 100%;
  height: 100%;
  padding: 0 10px;
  background-color: rgba(0,0,0,.8);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: #fff;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.portfolio-container .portfolio-list:hover img{
  transform: scale(1.1);
}

.portfolio-container .portfolio-list:hover .portfolio-hover{
  opacity: 1;
}

.portfolio-hover i{
  font-size: 20px;
}

.portfolio-hover span{
  font-size: 16px;
}

@media screen and (max-width:1280px) {
  .portfolio-container .portfolio-list{
    width: 32%;
  }
  .portfolio-container{
    row-gap: 10px;
  }

}

@media screen and (max-width:768px) {
  .portfolio-container .portfolio-list{
    width: 49%;
  }

  .portfolio_wrap .portfolio-tit h2{
    font-size: 28px;
  }
}

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

  .portfolio_wrap .portfolio-tit h2{
    font-size: 24px;
  }
  .portfolio_wrap .portfolio-tit p{
    font-size: 14px;
  }
}

/********************** 섹션08  끝 ****************************/
/********************** 섹션08  끝 **************************** /



/********************** 섹션09  시작 ****************************/
/********************** 섹션09  시작 ****************************/

#inquiry{
  width: 100%;
  padding: 100px 20px;
  box-sizing: border-box;
}

#inquiry .inquiry-content{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.inquiry-content .inquiryFlex{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inquiryFlex .inquiry_wrap{
  position: relative;
}

.inquiryFlex .inquiry_wrap.inq_imgbox{
  width: 40%;
  position: relative;
}

.inquiryFlex .inquiry_wrap.inq_imgbox::after{
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 101%;
  height: 101%;
  background-color: #ffffff;
  transition: all 1.2s ease-in-out;
}

.inquiryFlex .inquiry_wrap.inq_imgbox.active::after{
  width: 0%;
}

.inquiryFlex .inquiry_wrap.inq_txtbox{
  width: 50%;
}

.inquiryFlex .inquiry_wrap.inq_txtbox strong{
  color: #005746;
}

.inquiryFlex .inquiry_wrap img{
  max-width: 100%;
}

.inquiryFlex .inquiry_wrap .inq_img-p{
  position: absolute;
  right: -70px;
  top: 36px;
  transform: rotate(90deg);
  color: #000;
}

.inquiryFlex .inquiry_wrap h2{
  margin-bottom: 20px;
}

.inquiryFlex .inquiry_wrap p{
  color: #777;
  margin-bottom: 50px;
}

.inquiryFlex .inquiry_wrap a{
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 32px;
  color: black;
  font-weight: bold;
}

.inquiryFlex .inquiry_wrap a:hover {
  text-decoration: underline;
}

.inquiryFlex .inquiry_wrap a .icon-arrow{
  width: 14px;
  height: 14px;
  background: url(../../images/svg/arrow-up-right-black.svg) no-repeat center center;
  background-size: 14px 14px;
}

@media screen and (max-width:1280px) {
  .inquiryFlex .inquiry_wrap h2{
    font-size: 18px;
  }
  
  .inquiryFlex .inquiry_wrap p{
    font-size: 15px;

  }
  
}


@media screen and (max-width:768px) {
  .inquiry-content .inquiryFlex{
    flex-direction: column-reverse;
    gap: 50px;
  }
  .inquiryFlex .inquiry_wrap.inq_txtbox{
    width: 100%;
  }

  .inquiryFlex .inquiry_wrap.inq_imgbox{
    width: 80%;
    display: flex;
    flex-direction: row-reverse;
  }

  .inquiryFlex .inquiry_wrap .inq_img-p{
    right:-60px;
  }

  /* .inquiryFlex .inquiry_wrap.inq_imgbox.active::after{
    width: 30%;
  } */

  .inquiryFlex .inquiry_wrap h2{
    font-size: 16px;
  }
  
  .inquiryFlex .inquiry_wrap p{
    font-size: 14px;

  }

  .inquiryFlex .inquiry_wrap a{
    font-size: 28px;
  }
  
}

@media screen and (max-width:430px) {
  
  .inquiryFlex .inquiry_wrap a{
    font-size: 24px;
  }
  
}


@media screen and (max-width:380px) {
  .inquiryFlex .inquiry_wrap.inq_imgbox{
    width: 70%;
  }
  
}


/********************** 섹션09  끝 ****************************/
/********************** 섹션09  끝 ****************************/


/********************** 섹션10  시작 ****************************/
/********************** 섹션10  시작 ****************************/

/* Main Button */
.btn-default {display:flex;justify-content:space-between;align-items:center;padding:10px 30px;font-size:17px;border:1px solid;border-color:rgba(255,255,255,.2);transition:color .3s, border-color .3s, background-color .3s;}
.btn-default.gray {color:#555;border-color:#e5e5e5;}
.btn-default__icon {display:inline-block;margin-left:10px;}
.btn-detail {display:inline-flex;align-items:center;font-family:"Poppins";font-size:14px;font-weight:600;color:#fff;transition:color .3s;}
.btn-detail.gray {color:#aaa;}
.btn-detail__icon {display:inline-block;margin-left:10px;color:#fff;}
.btn-plus {display:block;position:relative;width:40px;height:40px;overflow:hidden;color:transparent;text-indent:-99px;border:1px solid rgba(255,255,255,.2);transition:background-color .3s;}
.btn-plus__icon {position:absolute;top:50%;left:50%;font-size:16px;color:#fff;text-indent:0;transform:translate(-50%, -50%);transition:transform .3s;}
.bottom-btn {display:none;}

/* Main PR */
.main-pr {display: none; overflow:hidden;padding:145px 0 260px;background:url("../../images/main/notice_bg.jpg") no-repeat top center / cover; background-attachment: fixed; }
.main-pr__title-wrap {text-align:center;}
.main-pr .flex-wrap {margin:25px -30px -30px;}
.main-pr__wrap {width:50%;padding:30px;}
.main-pr__wrap.brochure {display:flex;flex-direction:column;}
.main-pr__top {display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;}
.main-pr__tab-wrap {}
.main-pr__tab-list {display:flex;}
.main-pr__tab-item:not(:last-child) {position:relative;padding-right:22px;margin-right:20px;}
.main-pr__tab-item:not(:last-child)::after {content:"";position:absolute;top:50%;right:0;width:2px;height:15px;background-color:rgba(255,255,255,.3);transform:translateY(-50%);}
.main-pr__tab {opacity:.4;border:0;background-color:transparent;transition:opacity .3s;}
.main-pr__tab.active {opacity:1;}
.main-pr__list {border-top:2px solid #fff;}
.main-pr__item {border-bottom:1px solid rgba(255,255,255,.15);}
.main-pr__link {display:block;}
.main-pr__inner {display:flex;align-items:center;min-height:70px;padding:0 30px;transition:background-color .3s;}
.main-pr__item.first .main-pr__inner {padding:30px;}
/* .main-pr__img-wrap {display:flex;justify-content:center;align-items:center; flex-shrink:0;width:160px;height:160px;margin-right:40px;font-size:0;line-height:1;background:url("/uploads/media/main_pr_board_default.jpg") no-repeat center center / cover;} */
.main-pr__img-wrap {display:flex;justify-content:center;align-items:center; flex-shrink:0;width:160px;height:160px;margin-right:40px;font-size:0;line-height:1;}
.main-pr__img {max-width:100%;}
.main-pr__text-wrap {width:calc(100% - 190px);}
.main-pr__date {display:inline-flex;align-items:center;flex-shrink:0;font-size:14px;color:rgba(255,255,255,.6);}
.main-pr__icon {display:inline-block;margin-right:7px;}
.main-pr__title {width:100%;overflow:hidden;font-size:17px;font-weight:400;color:rgba(255,255,255,.6);text-overflow:ellipsis;transition:color .3s;}
.main-pr__item:not(.first) .main-pr__title {margin-right:20px;white-space:nowrap;}
.main-pr__item.first .main-pr__title {display:-webkit-box;height:3em;margin-top:20px;font-size:20px;font-weight:500;word-wrap:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.main-pr .text-small {width:100%;overflow:hidden;color:rgba(255,255,255,.4);white-space:nowrap;word-wrap:normal;text-overflow:ellipsis;}
.main-pr__item.first .text-small {margin-top:5px;}
.main-pr__box {display:flex;justify-content:center;align-items:center;height:100%;border-top:2px solid #fff;border-bottom:1px solid rgba(255,255,255,.15);}
.main-pr__brochure {margin-right:50px;font-size:0;line-height:1;}
.main-pr__right {}
.main-pr__box-title {margin-bottom:30px;font-size:22px;font-weight:300;color:#fff;line-height:1.2;}
.main-pr__download-wrap {margin:0 -5px;}
.main-pr .btn-default {
    width: 100%;
    max-width: 300px;
    height: 50px;
    padding: 0 25px;
    margin: 10px 5px;
    font-size: 16px;
    color: #fff;
}

.main-pr .btn-default:hover {
  background-color: #fff;
  color: #000;
}

.main-pr .btn-default .main-pr__download-icon{
  color: rgba(255,255,255,.9);
  transition: all 0.3s ease-in;
}
.main-pr .btn-default:hover .main-pr__download-icon{
  color: rgba(0,0,0,.9);

}

.__pr-panel{display:none;}
.__pr-panel.active{display:block;}

/* Category */
.category {
  margin-bottom: 30px;
  display:inline-block;font-family:"Poppins";font-size:18px;color:#fff;font-weight:800;line-height:1;letter-spacing:0.14rem;background:linear-gradient(to right, #007dc6, #00a651);-webkit-background-clip:text;-webkit-text-fill-color:transparent;}

/* Title */
.title-large {font-size:36px;font-weight:400;line-height:1.2;}
.title-medium {font-size:34px;font-weight:400;line-height:1.2;}
.title-small {font-size:30px;line-height:1.2;}
.title-xsmall {font-size:24px;line-height:1.4;}
.title-xxsmall {font-size:20px;}
.title-xxxsmall {font-size:18px;}


@media (max-width:1280px) {

	/* Main PR */
	.main-pr {padding:120px 0;}
	.main-pr .flex-wrap {flex-direction:column;}
	.main-pr__wrap {width:100%;}
	.main-pr__box {padding:40px 30px;}
	.main-pr__download-wrap {display:flex;flex-wrap:wrap;}

}
@media (min-width:1025px) {
	/* Main PR */
	.main-pr__tab:hover {opacity:1;}
	.main-pr__link:hover .main-pr__inner {background-color:rgba(255,255,255,.1);}
	.main-pr__link:hover .main-pr__title {color:#fff;}
}
@media (max-width:1024px) {

	/* Main PR */
	.main-pr {padding:100px 0;}
	.main-pr__item.first .main-pr__title {font-size:19px;}
	.main-pr .text-small {color:rgba(255,255,255,.6);}

  .title-medium{
    font-size:28px;
  }
}
@media (max-width:768px) {
	/* Main PR */
	.main-pr__tab {font-size:22px;}
	.main-pr__inner {padding:20px;}
	.main-pr__item.first .main-pr__inner {padding:30px 20px;}
	.main-pr__item:not(.first) .main-pr__inner {flex-direction:column;align-items:flex-start;}
	.main-pr__img-wrap {display:none;}
	.main-pr__text-wrap {width:100%;}
	.main-pr__item.first .main-pr__title {height:1.5em;-webkit-line-clamp:1; font-size: 16px;}
	.main-pr__item.first .text-small {margin-top:10px; font-size: 13px;}
  .main-pr__date{
    font-size: 13px;
  }
	.main-pr__item:not(.first) .main-pr__date {margin-top:10px;}
}
@media (max-width:640px) {

	/* Main PR */
	.main-pr {padding:70px 0;}
	.main-pr__box {flex-direction:column;align-items:center;}
	.main-pr__brochure {margin-right:0;}
	.main-pr__right {margin-top:30px;}
	.main-pr__box-title {margin-bottom:20px;text-align:center;}
	.main-pr .btn-default {width:calc(50% - 10px);}

  .title-medium{
    font-size:24px;
  }

  .title-xsmall{
    font-size: 18px;
    line-height: 1.6;
  }

  .main-pr__tab {
    font-size: 18px;
}

}
@media (max-width:480px) {
	/* Main PR */
	.main-pr .btn-default {width:100%;}
  .title-medium{
    font-size:20px;
  }

  .main-pr__tab {
    font-size: 16px;
}

.title-xsmall{
  font-size: 16px;
}

}

/********************** 섹션10  끝 ****************************/
/********************** 섹션10  끝 ****************************/


/********************** 섹션11  시작 ****************************/
/********************** 섹션11  시작 ****************************/

.address{
  width: 100%;
}