.text-center {
  text-align: center;
  margin-bottom: 70px;
}
.lead {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -0.02em;
  color: #757575;
  font-weight: 300;
  word-break: keep-all;
}
::selection {
  background-color: #ff3414;
  color: #fff;
}

/*메인배너*/
.mainVideo {
  top: 0;
  width: 100%;
  height: 800px;
  overflow: hidden;
  background-size: cover;
  padding: 0;
}
.bg-fixed {
  background-size: cover;
  padding: 0;
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 900px;
  top: 0;
  left: 0;
  z-index: 1;
}

.main-carousel {
  padding: 0;
  display: block;
  position: relative;
}
.main-carousel .li {
  height: 800px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.main-carousel .li .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/main_visual_cover.png) center bottom no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-width: 300px;
  opacity: 0.3;
  z-index: 1;
}
.main-carousel .jarallax {
  height: 800px;
}
.main-carousel .img01 {
  background-image: url(../img/main_banner_img01.jpg);
}
.main-carousel .img02 {
  background-image: url(../img/main_banner_img02.jpg);
}
/*.main-carousel .img03 { background-image:url(../img/main_banner_img03.jpg);}*/

.main-carousel .li .copy_area {
  max-width: 1400px;
  color: #fff;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  margin: auto;
  padding: 0 30px;
}
.main-carousel .li .copy_area h1 {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  text-align: center;
}
.main-carousel .li .copy_area h2 {
  font-size: 67px;
  font-weight: 300;
  line-height: 1.3;
  font-family: "GmarketSansMedium";
}
.main-carousel .li .copy_area h3 {
  font-size: 18px;
  font-weight: 300;
  margin: 30px 0px;
  color: #fff;
  opacity: 0.8;
  word-break: keep-all;
}
.main-carousel .li .copy_area h4 {
  text-align: center;
  margin: 50px auto 0 auto;
  color: #fff;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.main-carousel .li .copy_area h4 a {
  color: #fff;
  padding: 18px 42px;
  display: block;
  text-align: center;
  width: 160px;
  margin: auto;
  background-color: #ff3414;
}
.main-carousel .owl-dots {
  position: relative;
  width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  bottom: 135px;
  display: none;
}
.main-carousel .owl-dots .owl-dot {
  background: rgba(255, 255, 255, 0.5);
  width: 30px;
  height: 5px;
  display: inline-block;
  margin-left: 10px;
  border: 0;
}
.main-carousel .owl-dots .owl-dot.active {
  background: rgba(255, 255, 255, 1);
}
.main-carousel .owl-nav {
  position: absolute;
  width: 100%;
  bottom: 50%;
}

.main-carousel .owl-prev {
  position: absolute;
  top: 50%;
  left: 5%;
  z-index: 999;
  background: url(../img/arrow_left.png) no-repeat;
  width: 62px;
  height: 53px;
  text-indent: -9999px;
  border: 0;
  cursor: pointer;
}
.main-carousel .owl-next {
  position: absolute;
  top: 50%;
  right: 5%;
  z-index: 999;
  background: url(../img/arrow_right.png) no-repeat;
  width: 62px;
  height: 53px;
  text-indent: -9999px;
  border: 0;
  cursor: pointer;
}
.main-carousel .owl-prev:hover {
  background: url("../img/arrow_on_left.png") no-repeat;
}
.main-carousel .owl-next:hover {
  background: url("../img/arrow_on_right.png") no-repeat;
}

.nav-view .progress-bar {
  width: 300px;
  position: relative;
  display: inline-block;
  margin-left: 10px;
  height: 2px;
  background-color: #ddd;
  transform: translateY(-5px);
}
.nav-view .progress-bar .bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: #fff;
}
.nav-view {
  position: absolute;
  left: 30px;
  bottom: 240px;
  z-index: 10;
  color: #f3f3f3;
  font-size: 18px;
}
.nav-view #slider-nav-idx {
  color: #fff;
}
.nav-view-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 576px) {
  .nav-view {
    bottom: 200px;
  }
  .mainVideo {
    height: 100vh;
  }
  .bg-fixed {
    height: 100vh;
  }
  .main-carousel .jarallax {
    height: 100vh;
  }
  .main-carousel .li {
    height: 100vh;
  }
  .main-carousel .img01 {
    background-image: url(../img/m_main_banner_img01.jpg);
  }
  .main-carousel .img02 {
    background-image: url(../img/m_main_banner_img02.jpg);
  }
  /*	.main-carousel .img03 { background-image:url(../img/m_main_banner_img03.jpg);}*/

  .main-carousel .li .copy_area h2 {
    font-size: 36px;
  }
  .main-carousel .li .copy_area h3 {
    margin: 10px auto 0 auto;
    font-size: 15px;
    letter-spacing: -0.5px;
  }
  .main-carousel .owl-nav {
    display: none;
  }
}
/*메인배너*/

/*section01 부산홈페이지제작*/
.section01 .inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section01 .left {
  width: 40%;
  margin-top: 200px;
}
.section01 .left h3 {
  color: #167ac6;
  font-size: 17px;
  font-weight: 500;
}
.section01 .left h2 {
  font-size: 42px;
  font-weight: bold;
  padding: 20px 0;
}
.section01 .left p {
  font-size: 17px;
  color: #555;
  font-weight: 400;
  padding: 20px 0;
  max-width: 300px;
  word-break: keep-all;
  line-height: 1.4;
}
.section01 .right {
  width: 50%;
}
.section01 .right .icon_wrap {
  width: 100%;
  text-align: left;
}
.section01 .right .icon_wrap h2 {
  font-size: 24px;
  text-align: left;
  font-weight: 700;
  color: #000;
  margin-top: 50px;
}
.section01 .right .icon_wrap p {
  max-width: 500px;
  word-break: keep-all;
  padding-top: 10px;
  color: #555;
  font-weight: 400;
  line-height: 1.4;
  font-size: 17px;
}

.section01 .grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 2개의 열을 만듭니다. */
  gap: 80px 140px; /* 각 아이템 사이의 간격을 조정합니다. */
  margin: 150px 0;
}

@media screen and (max-width: 768px) {
  .section01 .grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px 40px;
    margin: 150px 0;
  }
}

@media screen and (max-width: 768px) {
  .section01 .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .section01 .right {
    width: 100%;
  }
}
/*section01 부산홈페이지제작*/

/*section02 웹디자인*/
.accordion-list .accordion-item {
  position: relative;
  overflow: hidden; /* border-radius: 15px; */
}
.accordion-list .accordion-item .accordion-inner01:nth-child(1) {
  margin: 0;
}
.accordion-list .accordion-item .accordion-inner03:nth-child(3) {
  margin-right: 0;
}
.accordion-list .accordion-item .accordion-inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0 5px;
  cursor: pointer;
  overflow: hidden;
  background-size: cover;
}
.accordion-list .accordion-item.active .accordion-inner {
  cursor: default;
}
.accordion-list .accordion-item {
  width: 250px;
}
.accordion-item .accordion-inner .accordion-tit {
  position: absolute;
  top: 31%;
  left: 50%;
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: -1px;
  text-align: left;
  z-index: 1;
  opacity: 1;
  filter: Alpha(opacity=100);
  transition: all 0.3s;
  transform: translateX(-50%);
}
.accordion-item .accordion-inner .accordion-tit em {
  display: inline-block;
  transform: rotate(-90deg);
  height: 24px;
}
.accordion-item .accordion-info-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.accordion-item .accordion-info-box .txt {
  font-size: 17px;
}
.accordion-item .accordion-info-box dl {
  position: relative;
  z-index: 1;
  padding: 8% 25%;
  opacity: 0;
  filter: Alpha(opacity=0);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
.accordion-item .accordion-info-box dl dt {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -0.1px;
  color: #fff;
  padding-bottom: 20px;
}
.accordion-item .accordion-info-box dl .accordion-txt {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.5px;
  color: #fff;
  line-height: 1.81;
  white-space: normal;
  text-align: left;
}
.accordion-item .accordion-info-box dl .accordion-txt .txt {
  display: block;
  text-align: left;
  color: #fff;
  opacity: 0.8;
  margin: 0;
  padding: 0;
  word-break: keep-all;
  max-width: 1400px;
}
.accordion-item .accordion-info-box dl .view_more {
  display: block;
  position: relative;
  text-transform: uppercase;
  text-align: left;
}
.accordion-item .accordion-info-box dl .view_more:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  top: 0;
  left: 0;
  z-index: 1;
  margin-left: 0;
  transition-delay: 0.2s;
}
.accordion-item .accordion-info-box dl .view_more a {
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0;
  color: #fff;
  margin-top: 20px;
}
.accordion-item .accordion-info-box dl .view_more a .arrow {
  display: inline-block;
  width: 48px;
  height: 27px;
  background: url("../img/main_arrow.png") no-repeat;
  background-size: contain !important;
  margin-left: 6px;
  vertical-align: middle;
}
.accordion-item.active .accordion-inner:after {
  opacity: 0;
  filter: Alpha(opacity=0);
}
.accordion-item.active .accordion-info-box dl .view_more:after {
  margin-left: 50%;
}
.accordion-item.active .accordion-inner .accordion-tit {
  opacity: 0;
  filter: Alpha(opacity=0);
  transition: all 0s;
}
.accordion-item.active .accordion-inner dl {
  opacity: 1;
  filter: Alpha(opacity=100);
  -webkit-transition: all 0.3s 0.2s;
  -moz-transition: all 0.3s 0.2s;
  -o-transition: all 0.3s 0.2s;
  -ms-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
}

@media all and (max-width: 1380px) {
  .accordion-list .accordion-item .accordion-inner {
    margin: 0;
    background-size: cover !important;
  }
  .cover1 {
    background-size: cover !important;
    top: auto;
  }
}

@media all and (max-width: 1220px) {
  .accordion-item .accordion-info-box dl .accordion-txt .pc-br {
    display: none;
  }
  .cover1 {
    top: auto;
  }
}

@media all and (min-width: 1025px) {
  .section02 .accordion-list {
    display: table;
    width: 100%;
    height: 550px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
  }
  .accordion-list .accordion-item {
    width: 144px;
    display: table-cell;
    height: 100%;
    white-space: nowrap;
  }
  .accordion-list .accordion-item .accordion-m-img {
    display: none;
  }
}

@media all and (max-width: 1024px) {
  .section02.accordion-list {
    margin: 0px auto;
  }
  .accordion-list .accordion-item {
    display: block;
    width: 100% !important;
    height: auto;
    margin-top: 10px;
    padding-left: 0;
  }
  .accordion-list .accordion-item:first-child {
    margin-top: 0;
  }
  .accordion-list .accordion-item .accordion-inner {
    background-image: none;
    position: relative;
  }
  .accordion-list .accordion-item .accordion-m-img {
    height: 0;
    padding-top: 110px;
    background-size: cover !important;
    -webkit-transition: padding 0.4s;
    -moz-transition: padding 0.4s;
    -o-transition: padding 0.4s;
    -ms-transition: padding 0.4s;
    transition: padding 0.4s;
  }
  .accordion-list .accordion-item.active .accordion-inner {
    cursor: default;
  }
  .accordion-list .accordion-item.active .accordion-m-img {
    padding-top: 55%;
  }
  .accordion-item .accordion-inner .accordion-tit {
    left: 5%;
    writing-mode: rl-tb;
    transform: translateY(-50%);
    top: 50%;
  }
  .accordion-item .accordion-inner .accordion-tit em {
    display: contents;
    transform: inherit;
    padding: 0;
    height: auto;
  }
  .accordion-item .accordion-info-box:before {
    height: 100%;
  }
  .accordion-item .accordion-info-box dl {
    padding: 6%;
  }
  .cover1 {
    top: auto;
  }
}

@media all and (max-width: 768px) {
  .tl_contents05 {
    margin-top: 180px;
  }
  .accordion-list .accordion-item .accordion-m-img {
    padding-top: 80px;
  }
  .accordion-item .accordion-inner .accordion-tit {
    font-size: 17px;
  }
  .accordion-item .accordion-info-box dl {
    padding: 20% 4%;
  }
  .accordion-item .accordion-info-box dl dt {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .accordion-item .accordion-info-box dl .accordion-txt {
    font-size: 13px;
  }
  .accordion-item .accordion-info-box dl .view_more a {
    font-size: 11px;
    margin-top: 15px;
  }
  .accordion-item .accordion-info-box dl .view_more a .arrow {
    width: 39px;
    height: 22px;
  }
  .cover1 {
    top: auto;
  }
}

@media all and (max-width: 640px) {
  .section02 {
    margin-top: 80px;
  }
}
@media all and (max-width: 480px) {
  .section02 {
    margin-top: 80px;
  }
  .accordion-list .accordion-item .accordion-m-img {
    background-size: auto !important;
  }
  .accordion-list .accordion-item.active .accordion-m-img {
    padding-top: 160%;
  }
  .accordion-item .accordion-info-box dl dt {
    font-size: 32px;
  }
  .accordion-item .accordion-info-box dl .accordion-txt {
    font-size: 16px;
    max-width: 380px;
  }
  .cover1 {
    top: auto;
  }
}
/*section02 웹디자인*/

/*section03 랜딩페이지*/
.tl_work_area_wrap {
  width: 100%;
  min-height: 900px;
  padding: 200px 0;
  clear: both;
}
.tl_work_area_wrap h2 {
  text-align: left;
  padding-bottom: 50px;
  font-size: 35px;
  font-weight: bold;
}
.tl_work_area_wrap span {
  padding-bottom: 10px;
  margin: 0;
  text-align: left;
  color: #167ac6;
  font-weight: 500;
  font-size: 17px;
  display: block;
}
.tl_work_area_wrap .col-gn-4 {
  max-width: 1400px;
  margin: 0 auto;
  list-style: none;
}
.tl_work_area_wrap .col-gn-4 .gall_li {
  box-sizing: border-box;
  float: left;
  margin-left: 1.3%;
}
.tl_work_area_wrap .col-gn-4 .gall_li a {
  display: block;
  min-height: 538px;
  padding: 50px 40px;
}
.tl_work_area_wrap .col-gn-4 li h2 {
  font-size: 32px;
  padding: 350px 0 0;
  color: #fff;
  font-weight: 600;
}
.tl_work_area_wrap .col-gn-4 li .sub_title {
  color: #fff;
  opacity: 0.8;
  font-size: 17px;
  padding-top: 10px;
  line-height: 1.4;
  font-weight: 500;
}
.tl_work_area_wrap .col-gn-4 .img01 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tl_work_area_wrap .col-gn-4 .img02 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tl_work_area_wrap .col-gn-4 .img03 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tl_work_area_wrap .col-gn-4 .img04 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media all and (max-width: 576px) {
  .tl_work_area_wrap .col-gn-4 > li {
    width: 98%;
    margin: 0 1% 10px 1%;
  }
}

@media all and (min-width: 577px) and (max-width: 799px) {
  .tl_work_area_wrap .col-gn-4 > li {
    width: 48.5%;
    margin-bottom: 10px;
    margin-left: 1%;
  }
  .tl_work_area_wrap .col-gn-4 > li:nth-child(2n + 1) {
    clear: both;
  }
}

@media all and (min-width: 800px) and (max-width: 1200px) {
  .tl_work_area_wrap .col-gn-4 > li {
    width: 24%;
    margin-left: 1%;
  }
  .tl_work_area_wrap .col-gn-4 > li:nth-child(4n + 1) {
    clear: both;
    margin-left: 0.5%;
  }
}

@media all and (min-width: 1201px) {
  .tl_work_area_wrap .col-gn-4 > li {
    width: 24%;
    margin-left: 1.3%;
  }
  .tl_work_area_wrap .col-gn-4 > li:nth-child(4n + 1) {
    clear: both;
    margin-left: 0%;
  }
}
/*section03 랜딩페이지*/

/*section04 프로그램제작*/
.tl_main_about_wrap {
  padding: 120px 0px;
  text-align: center;
  overflow: hidden;
  background: url(../img/main_about_wrap_bg.jpg) center top no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
.tl_main_about_wrap h2 {
  font-size: 35px;
  color: #fff;
  line-height: 30px;
  font-weight: 600;
}
.tl_main_about_wrap h2 span {
  display: block;
  font-size: 16px;
  color: #fff;
  opacity: 0.8;
  line-height: 23px;
  padding: 20px;
  word-break: keep-all;
}
.tl_main_about_wrap ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  vertical-align: middle;
  margin-top: 80px;
}
.tl_main_about_wrap ul li {
  display: block;
  width: 25%;
  float: left;
}
.tl_main_about_wrap ul li .t1 {
  color: #fff;
  font-size: 20px;
}
.tl_main_about_wrap ul li .t2 {
  color: #fff;
  font-size: 68px;
  font-weight: 400;
  padding: 20px 0px 0px 0;
}
.tl_main_about_wrap ul li .t3 {
  color: #fff;
  font-size: 17px;
  padding-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .tl_main_about_wrap ul li .t2 {
    font-size: 45px;
  }
}
/*section04 프로그램제작*/

/*section05 홈페이지형블로그*/
.section05 {
  width: 100%;
  padding: 150px 0;
}
.section05 .inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section05 .left {
  width: 45%;
}
.section05 .right {
  width: 50%;
}
.section05 .right .photo {
  display: block;
  clear: both;
}
.section05 .right .photo li {
  width: 100%;
  min-height: inherit;
}
.section05 .right .txt {
  display: block;
  clear: both;
  padding: 50px 0px;
  text-align: left;
}
.section05 .right .txt h1 {
  padding-bottom: 10px;
  margin: 0;
  color: #167ac6;
  font-weight: 500;
  font-size: 17px;
}
.section05 .right .txt h2 {
  color: #000;
  padding-bottom: 20px;
  word-break: keep-all;
  font-size: 35px;
  font-weight: bold;
}
.section05 .right .txt h3 {
  font-size: 17px;
  font-weight: 400;
  color: #555;
  line-height: 1.6;
}

.section05 .right .owl-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  bottom: 15px;
}
.section05 .right .owl-dots .owl-dot {
  background-color: #fff;
  width: 30px;
  height: 5px;
  border: 0;
  display: inline-block;
  margin-left: 10px;
}
.section05 .right .owl-dots .owl-dot.active {
  background-color: #167ac6;
  border: 0;
}

.section05 .right .owl-nav {
  position: absolute;
  right: 0;
  bottom: 0;
}
.section05 .right .owl-nav i {
  font-size: 22px;
  padding: 20px;
}
.section05 .right .owl-prev {
  font-size: 0;
  width: 64px;
  height: 64px;
  background-color: #fff;
  display: inline-block;
}
.section05 .right .owl-next {
  font-size: 0;
  width: 64px;
  height: 64px;
  background-color: #fff;
  margin-left: -1px;
  display: inline-block;
}

@media (max-width: 1200px) {
  .section05 .left {
    width: 100%;
  }
  .section05 .right {
    width: 100%;
    padding-top: 4%;
  }
  .section05 .right .txt {
    min-height: 300px;
    width: 100%;
  }
}
/*section05 홈페이지형블로그*/

/*section06 동영상*/
.tl_video_bg_wrap .video_area {
  background-image: url(../img/movie_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  padding: 200px 0;
}
.tl_video_bg_wrap .video_area .inner {
  padding: 0;
}
.tl_video_bg_wrap .video_area h2 {
  text-align: center;
  font-size: 18px;
  color: #f5f5f5;
  font-weight: 600;
  padding-bottom: 30px;
  letter-spacing: 15px;
  margin-top: -20px;
  position: relative;
}
.tl_video_bg_wrap .video_area .intro_video_iner {
  width: 100%;
  height: 100%;
}
.tl_video_bg_wrap .video_area .intro_video_icon {
  display: inline-block;
  margin-top: 50px;
}
.tl_video_bg_wrap .video_area .video-play-button {
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  float: left;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  border: 1px solid #fff;
}
/*.tl_video_bg_wrap .video_area .video-play-button{position:absolute;z-index:10;left:50%;transform:translateX(-50%) translateY(-50%);box-sizing:content-box;display:block;width:32px;height:44px; background: linear-gradient(to right,#fdb812,#d19504);
    float: left;;border-radius:50%;padding:18px 20px 18px 28px}*/
.tl_video_bg_wrap .video_area .video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  animation: pulse-border 1.5s ease-out infinite;
}
.tl_video_bg_wrap .video_area .video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: all 0.2s;
}
.tl_video_bg_wrap .video_area .video-play-button:hover:after {
  background: rgba(255, 255, 255, 0.3);
}
.tl_video_bg_wrap .video_area .video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}
.tl_video_bg_wrap .video_area .video-play-button span {
  display: inline-block;
  position: relative;
  z-index: 3;
  top: 8px;
  cursor: pointer;
}
.tl_video_bg_wrap .video_area .ti-control-play:before {
  content: "\e6ad";
  font-size: 28px;
  color: #fff;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@media screen and (max-width: 640px) {
  .tl_video_bg_wrap .video_area {
    padding: 150px 0;
  }
}

#video-box {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  display: none;
  border: 2px solid #fff;
  border-radius: 4px;
  position: relative;
}

#video-box .iframe-wrapper {
  background-color: black;
  width: 100%;
  padding-top: 66.666%;
  position: relative;
}

#video-box .b-close {
  position: absolute;
  border: 0;
  outline: 0;
  background-color: transparent;
  z-index: 30;
  width: 30px;
  height: 30px;
  right: 5px;
  top: 5px;
  color: #fff;
  font-size: 28px;
  line-height: 1em;
}

.iframe-wrapper iframe {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.iframe-wrapper iframe.on {
  z-index: 20;
}

/*section06 동영상*/

/*section07 게시판*/
.notice_latest_warp {
  width: 100%;
  border-top: 1px solid #ddd;
  padding: 150px 10px;
  clear: both;
}
.notice_latest {
  width: 48%;
  float: left;
}
.counsel_latest {
  width: 48%;
  float: right;
}

@media screen and (max-width: 992px) {
  .notice_latest {
    width: 100%;
  }
  .counsel_latest {
    width: 100%;
  }
}

/*section07 게시판*/

/*section08 갤러리*/
.tl_gallery_wrap {
  width: 100%;
  padding: 150px 0;
}
/*section08 갤러리*/

/*section09 하이브리드앱*/
.tl_business_area_wrap {
  width: 100%;
  min-height: 900px;
  padding: 150px 0px;
  background-image: url(../img/business_area.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  clear: both;
}
.tl_business_area_wrap h2 {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  font-size: 35px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.tl_business_area_wrap span {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  display: block;
  padding: 30px 10px 100px 10px;
  color: #f5f5f5;
  text-align: center;
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 1.75;
  font-weight: 500;
}
.tl_business_area_wrap ul {
  max-width: 1798px;
  margin: 0 auto;
}
.tl_business_area_wrap ul li {
  float: left;
  display: inline-block;
  width: 15%;
  margin-left: 2%;
  text-align: center;
}
.tl_business_area_wrap ul li a {
  height: 415px;
}
@media screen and (min-width: 1201px) {
  .tl_business_area_wrap ul li:nth-child(6n + 1) {
    margin-left: 0;
  }
}
.tl_business_area_wrap ul li h2 {
  display: block;
  font-size: 15px;
  font-weight: 400;
  padding-top: 10px;
  text-align: center;
  color: #fff;
}
.tl_business_area_wrap ul .down {
  margin-top: 40px;
}
.tl_business_area_wrap ul li .img {
  width: 100%;
  height: 415px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
.tl_business_area_wrap ul li .img01 {
  background-image: url(../img/business_area_img01.jpg);
}
.tl_business_area_wrap ul li .img02 {
  background-image: url(../img/business_area_img02.jpg);
}
.tl_business_area_wrap ul li .img03 {
  background-image: url(../img/business_area_img03.jpg);
}
.tl_business_area_wrap ul li .img04 {
  background-image: url(../img/business_area_img04.jpg);
}
.tl_business_area_wrap ul li .img05 {
  background-image: url(../img/business_area_img05.jpg);
}
.tl_business_area_wrap ul li .img06 {
  background-image: url(../img/business_area_img06.jpg);
}
.tl_business_area_wrap ul li a:hover .img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 1200px) {
  .tl_business_area_wrap ul li {
    width: 31.3333%;
    margin-left: 3%;
    margin-bottom: 3%;
  }
  .tl_business_area_wrap ul .down {
    margin-top: 0;
  }
}

@media all and (max-width: 1200px) and (min-width: 961px) {
  .tl_business_area_wrap ul li:nth-child(3n + 1) {
    margin-left: 0;
  }
}

@media all and (max-width: 960px) {
  .tl_business_area_wrap ul li {
    width: 48.5%;
    margin-left: 3%;
    margin-bottom: 5%;
  }
  .tl_business_area_wrap ul li:nth-child(2n + 1) {
    margin-left: 0;
  }
}

@media all and (max-width: 640px) {
  .tl_business_area_wrap {
    padding: 80px 0;
  }
  .tl_business_area_wrap ul li .img {
    height: 310px;
  }
}

/*section09 하이브리드앱*/

/*section10 상담하기*/
.tl_contact_box_wrap {
  width: 100%;
  min-height: 600px;
  padding: 100px 0;
}
.tl_contact_box_wrap .inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0px;
  overflow: hidden;
  display: flex;
  flex-flow: wrap;
}

.tl_contact_box_wrap .contact_img {
  width: 50%;
  height: auto;
  background-attachment: fixed;
  background: url(../img/main_contact_bg.jpg) center bottom no-repeat;
  background-size: cover;
}
.tl_contact_box_wrap .contact_wrap {
  width: 50%;
  padding: 80px;
}
.tl_contact_box_wrap .contact_wrap:hover {
  background-color: #f5f5f5;
}

.tl_contact_box_wrap h2 {
  font-size: 35px;
  letter-spacing: 3px;
  font-weight: bold;
}
.tl_contact_box_wrap p {
  padding: 10px 0px 30px 0;
  font-size: 15px;
  display: block;
  font-weight: 300;
}
.tl_contact_box_wrap .input_page #co_name {
  width: 48%;
  height: 60px;
  font-size: 15px;
  color: #6e6e6e;
  padding-left: 10px;
  float: left;
}
.tl_contact_box_wrap .input_page #co_email {
  width: 48%;
  height: 60px;
  font-size: 15px;
  color: #6e6e6e;
  padding-left: 10px;
  float: right;
}
.tl_contact_box_wrap .txtarea_page #co_message {
  margin-top: 20px;
  width: 100%;
  height: 120px;
  font-size: 15px;
  color: #6e6e6e;
  padding: 10px 0 0 10px;
}
.tl_contact_box_wrap .send_page {
  text-align: center;
  padding: 20px;
}
.tl_contact_box_wrap .send_page .send {
  margin: 50px 0 0;
  max-width: 142px;
  height: 41px;
  line-height: 41px;
  padding: 0px 40px;
  background-color: #3949a3;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  border: 0;
  border-radius: 20px;
}
.tl_contact_box_wrap #x_message {
  position: absolute;
  width: 300px;
  border-radius: 10px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  top: 50px;
  left: 50%;
  margin-left: -150px;
  background-color: #fdd;
  border: 2px solid #c00;
  font-weight: 700;
  color: #666;
  z-index: 1000;
}
.tl_contact_box_wrap #x_loading {
  position: absolute;
  display: none;
  width: 200px;
  height: 200px;
  top: 50px;
  left: 50%;
  margin-left: -100px;
  z-index: 1;
  font-size: 100px;
  line-height: 200px;
}
.tl_contact_box_wrap #x_message.x-msg1 {
  background-color: #fdd;
}
.tl_contact_box_wrap #x_message.x-msg2 {
  background-color: #9c6;
  border: 2px solid #096;
}

@media screen and (max-width: 1200px) {
  .tl_contact_box_wrap .inner {
    padding: 0 20px 0;
  }
  .tl_contact_box_wrap .contact_img {
    width: 100%;
    height: 400px;
  }
  .tl_contact_box_wrap .contact_wrap {
    width: 100%;
    padding: 30px;
  }
}
@media all and (max-width: 640px) {
  .tl_contact_box_wrap .inner {
    padding: 0 20px 0;
  }
  .tl_contact_box_wrap .contact_img {
    width: 100%;
    height: 400px;
  }
  .tl_contact_box_wrap .contact_wrap {
    width: 100%;
    padding: 30px;
  }
  .tl_contact_box_wrap h2 {
    font-size: 24px;
  }
}
.tl_btns {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 0.75rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 10px;
}

.d_gray-btn {
  position: relative;
  z-index: 1;
  min-width: 140px;
  height: 50px;
  border: 1px solid #2f2f2f;
  text-transform: uppercase;
  color: #2f2f2f;
  letter-spacing: 1px;
  border-radius: 0;
  line-height: 50px;
  padding: 0;
  background-color: #ffffff;
}
.d_gray-btn:hover,
.d_gray-btn:focus {
  background-color: #2f2f2f;
  color: #ffffff;
}
/*section10 상담하기*/

/*section11 로고*/
.tl_logo_wrap {
  width: 100%;
  padding: 20px 0;
}
.tl_logo_wrap .owl-nav {
  display: none;
}
/*section11 로고*/

.txtCon {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 20px 50px 20px;
  clear: both;
}
.txtCon .sub_title {
  margin: 110px 0 50px;
  padding: 0 0;
  text-align: center;
}
.txtCon .sub_title h2 {
  font-size: 40px;
  color: #000;
}
.txtCon .sub_title p {
  font-size: 16px;
  color: #555;
  padding-top: 10px;
  word-break: keep-all;
}
.txtboard {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 20px 50px 20px;
  line-height: 1.75;
  letter-spacing: -0.02em;
  font-weight: 300;
  color: #444;
  clear: both;
}
@media screen and (max-width: 640px) {
  .txtCon {
    font-weight: 400;
  }
  .txtCon .sub_title h2 {
    font-size: 32px;
  }
}

/*SNS*/
.sns_wrap {
  width: 100%;
  background-color: #282828;
  padding: 50px 0;
  clear: both;
}
.sns_wrap .text-center {
  text-align: center;
}
.sns_wrap .margin-right-20 {
  margin-right: 20px;
  color: #777;
}
.sns_wrap .margin-right-20:hover {
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sns_wrap i {
  background-color: #444;
  padding: 5px;
  border-radius: 50px;
}
.sns_wrap .txt {
  top: -3px;
  left: 10px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
/*SNS*/

/*푸터*/
#footer {
  width: 100%;
  height: auto;
  background: #30343b;
  clear: both;
}
.foot_menu {
  width: 100%;
  padding: 20px 20px;
  background: #30343b;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.foot_menu .fm {
  float: left;
}
.foot_menu .fm li {
  display: inline-block;
  line-height: 2em;
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
}
.foot_menu .fm li a {
  font-size: 1.08em;
  color: rgba(255, 255, 255, 0.9);
}
.foot_menu .fm li a.point {
  color: #32c0eb;
}
.foot_menu .fm li:last-child {
  border-right: 0;
}
.foot_menu .sns {
  float: right;
}
.foot_menu .sns li {
  display: inline-block;
  margin-left: 10px;
}
.foot_menu .sns li:first-child {
  margin-left: 0;
}
.foot_menu .sns li a {
  color: #777;
}
.foot_menu .sns li a:hover {
  color: #fff;
}
.foot_menu .menu {
  margin-top: 20px;
}
.foot_menu #phone {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 0px 20px;
  background-color: #6c6;
}
.foot_menu #kakao {
  display: inline-block;
  color: #000;
  font-size: 12px;
  text-align: center;
  padding: 0px 20px;
  background-color: #ffeb33;
}

.footer_in {
  max-width: 1440px;
  height: auto;
  padding: 38px 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.footer_in address h1 {
  font-size: 16px;
  line-height: 1.8;
  padding-bottom: 10px;
  color: #fff;
  font-weight: bold;
}
.footer_in address p {
  overflow: hidden;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
}
.footer_in address p strong {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}
.footer_in address p span {
  display: inline-block;
  margin-right: 10px;
  line-height: 1.8em;
}
.footer_in address p.addr {
  margin-top: 18px;
}
.footer_in address p.copylight {
  font-size: 13px;
  color: #999;
  margin-top: 18px;
}
.footer_in address {
  float: left;
  width: 65%;
  font-style: normal;
}
.footer_in .customer {
  float: right;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 20px;
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 13px;
}
.footer_in .customer .main_tel {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 20px;
}
.footer_in .customer .main_tel span {
  font-size: 20px;
  font-weight: bold;
  color: #32c0eb;
  display: block;
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  .footer_in address {
    width: 100%;
  }
  .footer_in .customer {
    width: 100%;
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
  }
  .foot_menu .fm {
    margin-bottom: 20px;
  }
  .foot-banner > a {
    font-size: 18px;
    height: 100px;
  }
  .foot-banner > a:after {
    background: url(../img/link.png) no-repeat 50% 50%/50% auto;
  }
  .foot-banner > a:first-child:after {
    margin: 0;
  }
  .foot-banner > a:after {
    margin: 0;
  }
}

@media screen and (max-width: 450px) {
  .foot_menu .sns {
    float: left;
  }
  .foot-banner > a {
    font-size: 18px;
  }
}
/*푸터*/

/* 푸터팝업*/
.tl_pop_con {
  background: #fff;
}
.tl_pop_con h2.f_pop_tit {
  width: 100%;
  height: 80px;
  line-height: 80px;
  background: #076aa3;
  font-size: 20px;
  color: #fff;
}
.tl_pop_con h2.f_pop_tit img {
  display: inline-block;
  margin-left: 50px;
  margin-right: 5px;
  margin-top: -10px;
  width: 120px;
}
.tl_pop_con h2.f_pop_tit span {
  display: inline-block;
  padding-left: 50px;
}
.f_pop_wrap {
  line-height: 23px;
  text-align: justify;
  word-break: break-all;
  font-size: 15px;
  overflow-y: auto;
}
.f_pop_wrap strong {
  color: #00a19a;
  font-weight: normal;
}
.f_pop_wrap p {
  color: #333;
  padding: 40px 50px;
  line-height: 1.6;
}
.mfp-close:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/btn_close.png") no-repeat center center;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  border-radius: 50%;
}
.mfp-close {
  width: 40px;
  height: 40px;
  text-indent: -999px;
  opacity: 1;
  overflow: hidden;
  background-color: transparent;
  border: 0;
}
button.mfp-close:hover:after {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
/* 푸터팝업*/

/*기본*/
header {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9999;
}
header .logo {
  float: left;
  line-height: 56px;
}
header .logo img {
  width: 80%;
}
header .menu {
  float: right;
  padding-right: 20px;
}
header b {
  display: inline-block;
  margin: 20px;
  padding: 6px 0;
  cursor: pointer;
  font-size: 15px;
  color: #fff;
}
header b:hover {
  color: #fff;
}

.scrolled header b {
  padding: 0;
}

@media screen and (max-width: 1600px) {
  header b {
    display: inline-block;
    margin: 20px 10px;
    padding: 6px 0;
    cursor: pointer;
    font-size: 15px;
    color: #fff;
  }
}

@media screen and (max-width: 1400px) {
  .main-carousel .owl-nav {
    display: none;
  }
  header b {
    display: inline-block;
    margin: 20px 5px;
    padding: 6px 0;
    cursor: pointer;
    font-size: 15px;
    color: #fff;
  }
}

@media screen and (max-width: 1270px) {
  header .menu {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .main-carousel .li .copy_area h2 {
    font-size: 32px;
  }
  .main-carousel .li .copy_area h3 {
    font-size: 15px;
    word-break: keep-all;
    line-height: 1.6;
  }
  .main-carousel .owl-nav {
    display: none;
  }

  .tl_main_about_wrap ul li {
    width: 100%;
  }
  .tl_business_wrap ul li {
    width: 100%;
  }

  .footer {
    padding-top: 0;
  }
  .footer ul li {
    width: 100%;
    margin-right: 0;
    margin-top: 2%;
  }
  .footer ul li:last-child {
    margin-top: 2%;
  }
}

.sub_visual {
  position: relative;
  max-width: 2560px;
  margin: 0 auto;
  height: 500px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
}
.sub_visual.visual01 .bg {
  background-image: url(../img/sub_visual01.jpg);
}
.sub_visual.visual02 .bg {
  background-image: url(../img/sub_visual02.jpg);
}
.sub_visual.visual03 .bg {
  background-image: url(../img/sub_visual03.jpg);
}
.sub_visual.visual04 .bg {
  background-image: url(../img/sub_visual04.jpg);
}
.sub_visual.visual05 .bg {
  background-image: url(../img/sub_visual05.jpg);
}
.sub_visual:hover .bg {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.sub_visual .title_wrap {
  display: table;
  margin: 0 auto;
  height: 500px;
}
.sub_visual .title {
  max-width: 1240px;
  display: table-cell;
  vertical-align: middle;
}
.sub_visual h3 {
  position: relative;
  z-index: 2;
  font-size: 54px;
  font-weight: 600;
  letter-spacing: -4px;
  color: #fff;
  text-align: center;
}
.sub_visual h3:after {
  content: "";
  display: block;
  height: 1px;
  width: 20px;
  margin: 10px auto;
  background-color: #fff;
}
.sub_visual h4 {
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
}
.sub_visual .sub_title {
  font-size: 15px;
  text-align: center;
  filter: alpha(opacity=60);
  position: relative;
  font-weight: 600;
  color: #fff;
  z-index: 2;
  opacity: 0.8;
  padding-top: 10px;
}
.sub_visual .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/sub_visual_cover.png) center bottom no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-width: 1200px;
  opacity: 0.6;
  z-index: 1;
}
.sub_visual .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 640px) {
  .sub_visual {
    height: 400px;
  }
  .sub_visual .title_wrap {
    max-width: 100%;
    height: 400px;
  }
  .sub_visual h3 {
    font-size: 35px;
  }
  .sub_visual .sub_title {
    font-size: 13px;
  }
}
