@charset "UTF-8";
.cont {
  padding: 60px 0 !important;
  height: auto !important;
  top: 0 !important;
}

.verticenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tab_s1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  border: 1px solid #fff;
  height: 60px;
  width: 100%;
  font-size: 1.125rem;
}

.tab_s1 li {
  max-width: 200px;
  width: 100%;
}

.tab_s1 li:not(:last-child) {
  margin-right: 10px;
}

.tab_s1 .on a {
  background: #c59b4d;
  font-weight: 500;
  border: 1px solid #c59b4d;
}

@-webkit-keyframes scrollDown {
  0% {
    bottom: 15px;
  }
  50% {
    bottom: 0px;
  }
  100% {
    bottom: 15px;
  }
}

@keyframes scrollDown {
  0% {
    bottom: 15px;
  }
  50% {
    bottom: 0px;
  }
  100% {
    bottom: 15px;
  }
}

/* 서브 fullPage ( 모듈 )*/
.scroll {
  text-align: center;
  -webkit-animation: scrollDown 1.5s infinite;
          animation: scrollDown 1.5s infinite;
  color: #fff;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.scroll p {
  -webkit-transform: rotate(90deg) translate(-30px, 0);
          transform: rotate(90deg) translate(-30px, 0);
}

.scroll::after {
  content: "";
  height: 120px;
  width: 1px;
  vertical-align: middle;
  display: inline-block;
  background: #fff;
  margin: 0 auto;
}

.subPage {
  height: 100%;
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

#fullPage {
  overflow: hidden;
}

#fullPage.modulepdAll, #fullPage.modulePd {
  background: url("/img/sub/pdItem_bg.jpg") no-repeat center;
  background-attachment: fixed;
  background-size: cover;
}

#fullPage.machine {
  background: url("/img/sub/machine_pd_bg01.jpg") no-repeat center;
  background-attachment: fixed;
  background-size: cover;
}

#fullPage > section {
  position: relative;
}

#fullPage > section.fullpageNone {
  height: auto !important;
  top: 0 !important;
  padding: 100px 0;
}

#fullPage .pdWrap .main,
#fullPage .pdWrap .tit,
#fullPage .pdWrap .spec {
  -webkit-transform: translateY(-150px);
          transform: translateY(-150px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 0;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

#fullPage .pdWrap .sub_img_list,
#fullPage .pdWrap .downloadGroup {
  -webkit-transform: translateY(-150px);
          transform: translateY(-150px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 0;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

#fullPage .pdWrap.current .sub_img_list,
#fullPage .pdWrap.current .downloadGroup,
#fullPage .pdWrap.current .main,
#fullPage .pdWrap.current .tit,
#fullPage .pdWrap.current .spec {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

#fullPage.machine #visual .bg {
  background: url("/img/sub/machine_bg.jpg") no-repeat center;
}

#fullPage.machine > section:nth-child(3) .pd_info .vertiCenter {
  margin-top: 20px;
}

#fullPage.machine > section:last-child {
  background: #fff;
}

#fullPage #visual {
  overflow: hidden;
}

#fullPage #visual dl {
  color: #fff;
  text-align: center;
}

#fullPage #visual dl dt {
  font-family: "Gothic A1", sans-serif;
  font-weight: 900;
  font-size: 5rem;
  font-weight: 600;
  text-transform: uppercase;
}

#fullPage #visual dl dd {
  font-size: 1.125rem;
  line-height: 1.6;
}

#fullPage #visual .bg {
  background: url("/img/sub/module_sv.jpg") no-repeat center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 2.5s;
  transition: all 2.5s;
}

#fullPage #visual.on .bg {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#fullPage #visual.on .vertiCenter {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#fullPage #visual.on .tit {
  opacity: 1;
}

#fullPage #visual .tab_s1 {
  margin-top: 70px;
}

#fullPage #visual .tit {
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

#fullPage .vertiCenter {
  -webkit-transition: all 1s;
  transition: all 1s;
  padding-top: 40px;
}

#fullPage .vertiCenter > div {
  max-width: 880px;
  width: 100%;
}

#fullPage .pd_img_list {
  width: calc(100% - 640px);
  padding: 0 20px;
}

#fullPage .pd_img_list .sub_img_list {
  margin-top: 64px;
}

#fullPage .pd_img_list .sub_img_list ul {
  text-align: center;
}

#fullPage .pd_img_list .sub_img_list ul li {
  cursor: pointer;
  width: 20%;
}

#fullPage .pd_img_list .sub_img_list ul li img {
  height: 118px;
}

#fullPage .pd_img_list .sub_img_list ul p {
  font-size: 14px;
  margin-top: 12px;
  font-weight: 500;
  color: #777;
  text-transform: uppercase;
}

#fullPage .pd_img_list .main .img {
  margin-left: 64px;
}

#fullPage .pd_img_list.type2 {
  width: calc(100% - 770px);
}

#fullPage .pd_img_list.type2 .logo {
  margin-bottom: 110px;
}

#fullPage .pd_img_list.type2 .logo + div {
  text-align: center;
}

#fullPage .pd_img_list.type3 {
  width: 100%;
  max-width: 1720px !important;
  margin: 0 auto;
}

#fullPage .pd_img_list.type3 .logo p {
  margin-top: 44px;
  font-family: "Gothic A1", sans-serif;
  font-weight: 900;
  font-size: 2.1875rem;
  color: #222;
}

#fullPage .pd_img_list.type3 .logo + div {
  margin-top: -73px;
}

#fullPage .pd_img_list.type3 .main {
  max-width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#fullPage .pd_img_list.type3 .downloadGroup {
  position: absolute;
  right: 60px;
  bottom: 0;
  width: 260px;
}

#fullPage .pd_img_list.type3 .downloadGroup li {
  max-width: 100%;
}

#fullPage .pd_img_list.type3 .downloadGroup i {
  display: none;
}

#fullPage .downloadGroup {
  margin-top: 60px;
}

#fullPage .downloadGroup li {
  margin-top: 10px;
  max-width: 230px;
}

#fullPage .downloadGroup li a {
  font-size: 1.0625rem;
  border: 1px solid #aaa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  text-align: center;
  color: #777;
  height: 54px;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  position: relative;
}

#fullPage .downloadGroup li a:before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #0a1321;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}

#fullPage .downloadGroup li a::after {
  content: "MORE VIEW";
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  opacity: 0;
  font-size: 1.0625rem !important;
}

#fullPage .downloadGroup li a:hover {
  color: #fff;
  font-size: 0;
}

#fullPage .downloadGroup li a:hover::before {
  width: 100%;
}

#fullPage .downloadGroup li a:hover:after {
  opacity: 1;
}

#fullPage .pd_info {
  width: 640px;
  padding: 42px;
}

#fullPage .pd_info dt,
#fullPage .pd_info span {
  color: #777;
  font-weight: 700;
}
#fullPage .pd_info .tit{display:flex; flex-wrap:wrap;}

#fullPage .pd_info .tit dl:not(:last-child) {
  margin-bottom: 30px;
}
#fullPage .pd_info .tit dl:nth-of-type(2){
	margin-right: 40px;
  margin-bottom: 0;
}

#fullPage .pd_info .tit dl dd {
  font-size: 1.7rem;
  margin-top: 6px;
  color: #333;
}
#fullPage .pd_info .tit dl:first-of-type {
	width: 100%;
}

#fullPage .pd_info .tit dl {
}

#fullPage .pd_info .spec {
  margin-top: 50px;
}

#fullPage .pd_info .spec ul li {
  font-size: 1.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#fullPage .pd_info .spec ul li:not(:last-child) {
  margin-bottom: 18px;
}

#fullPage .pd_info .spec ul li span {
  width: 104px;
}

#fullPage .pd_info .spec ul li p {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  color: #222;
}

#fullPage .pd_info.type2 {
  width: 770px;
}

#fullPage .pd_info.type2 .spec ul li {
  font-size: 1rem;
}

#fullPage .pd_info.type2 .spec ul li:not(:last-child) {
  margin-bottom: 30px;
}

#fullPage .pd_info.type2 .spec ul li span {
  width: 160px;
}

#fullPage .pd_info.type2 .tit dl dd {
  line-height: 1;
  margin-top: 14px;
  font-weight: 700;
}

#fullPage .pd_info.type2 .tit dl dd span {
  font-weight: 300;
  font-size: 1rem;
  color: #333;
}

#layerPop {
  overflow-y: auto;
  display: none;
  position: fixed;
  padding: 25px 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 100001;
  left: 0;
  top: 0;
}

#layerPop .top {
  margin-bottom: 14px;
}

#layerPop .top .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#layerPop .top .tit span {
  color: #aaa;
}

#layerPop .top .tit p {
  margin-left: 10px;
  font-size: 1.375rem;
  color: #222;
}

#layerPop .slideBox {
  margin-top: 60px;
  position: relative;
}

#layerPop .slideBox .imgWrap {
  text-align: center;
}

#layerPop .slideBox .imgWrap .item {
  background: #f6f6f6;
  padding: 48px 10px;
  color: #333;
}

#layerPop .slideBox .imgWrap .item p {
  font-size: 1.125rem;
  margin-top: 10px;
  text-transform: uppercase;
}

#layerPop .slideBox .imgWrap .item * {
  opacity: 0.15;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#layerPop .slideBox .imgWrap .item.slick-center {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#layerPop .slideBox .imgWrap .item.slick-center:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

#layerPop .slideBox .imgWrap .item.slick-center * {
  opacity: 1;
}

#layerPop .slideBox .imgWrap .item.slick-center p {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#layerPop .slideBox .imgWrap img {
  margin: 0 auto;
}

#layerPop .slideBox .controls button {
  width: 100px;
  position: absolute;
  z-index: 100;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #777;
  font-family: "Noto Sans KR", sans-serif;
  border-bottom: 1px solid #777;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 30px;
}

#layerPop .slideBox .controls button.prev {
  left: -70px;
  text-align: left;
}

#layerPop .slideBox .controls button.prev::before {
  left: 0;
}

#layerPop .slideBox .controls button.next {
  text-align: right;
  right: -70px;
}

#layerPop .slideBox .controls button.next::before {
  right: 0;
}

#layerPop .slideBox .controls button::before {
  content: "";
  width: 0;
  height: 100%;
  background: #0a1321;
  display: block;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}

#layerPop .slideBox .controls button:hover {
  -webkit-transform: scale(1.2) translateY(-45%);
          transform: scale(1.2) translateY(-45%);
  color: #fff;
  padding: 0 5px;
}

#layerPop .slideBox .controls button:hover:before {
  width: 100%;
}

#layerPop .slideBox .slick-list {
  padding: 0 !important;
}

#layerPop .closeBtn {
  text-align: center;
  margin-top: 70px;
}

#layerPop .closeBtn button {
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#layerPop .closeBtn button:hover {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

#layerPop .closeBtn button span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #555;
  display: block;
}

#layerPop .closeBtn button span:nth-child(1) {
  width: 40px;
  height: 1px;
}

#layerPop .closeBtn button span:nth-child(2) {
  height: 40px;
  width: 1px;
}

/* 서브 비주얼 */
#sv {
  overflow: hidden;
  position: relative;
  z-index: 1001;
}

#sv .bg {
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  background-size: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 6s;
  transition: all 6s;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

#sv.sv_location .bg {
  background-image: url("/img/sub/history_sv_1.jpg");
}

#sv.sv_history .bg {
  background-image: url("/img/sub/location_sv_1.jpg");
}

#sv.sv_Business .bg {
  background-image: url("/img/sub/business_sv.jpg");
}

#sv.sv_branch .bg {
  background-image: url("/img/sub/branch_sv.jpg");
}

#sv.sv_Installation .bg {
  background-image: url("/img/sub/Installation_sv.jpg");
}

#sv.sv_catalog .bg {
  background-image: url("/img/sub/catalog_sv.jpg");
}

#sv.sv_certification .bg {
  background-image: url("/img/sub/catalog_sv.jpg");
}

#sv.sv_Other .bg {
  background-image: url("/img/sub/catalog_sv.jpg");
}

#sv.sv_inquiry .bg {
  background-image: url("/img/sub/inquiry_sv.jpg");
}

#sv.sv_performance .bg {
  background-image: url("/img/sub/performance_sv.jpg");
}

#sv.sv_privacy .bg {
  background-image: url("/img/sub/inquiry_sv.jpg");
}

#sv.sv_privacy .bg {
  background-image: url("/img/sub/inquiry_sv.jpg");
}

#sv > .inner1800 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#sv dl {
  color: #fff;
  text-align: center;
}

#sv dl dt,
#sv dl dd {
  opacity: 0;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

#sv dl dt {
  line-height: 1;
  margin-bottom: 20px;
  font-size: 5rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 50px;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

#sv dl dd {
  font-size: 1.125rem;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  line-height: 1.6;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

#sv dl dd.type2 {
  font-size: 1.5rem;
}

#sv.on dl dt,
#sv.on dl dd {
  opacity: 1;
}

#sv.on dl dt {
  letter-spacing: 1px;
  -webkit-transform: scale(1);
          transform: scale(1);
  font-family: "Gothic A1", sans-serif;
  font-weight: 900;
}

#sv.on dl dd {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#sv.on .bg {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.current_menu {
  position: absolute;
  width: 100%;
  bottom: 40px;
  left: 0;
}

.current_menu ul li {
  color: #fff;
  opacity: 0.8;
}

.current_menu ul li:not(:last-child):after {
  content: url("/img/sub/current_menu_arr.png");
  margin: 0 10px;
}

#subWrap {
  overflow: hidden;
}

/* 회사소개 - 연혁 */
#history .list,
#history .inner1920 {
  height: 100%;
}

#history .verticenter {
  padding-top: 80px;
  position: relative;
}

#history .verticenter::after {
  content: "";
  width: 1px;
  height: 0;
  background: #ddd;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  z-index: -1;
}

#history .verticenter.current::after {
  height: 100%;
}

#history .verticenter.current article .txtInfo::before {
  width: 100%;
}

#history .verticenter.current article .dots span {
  -webkit-animation: scale 2s 2s infinite;
          animation: scale 2s 2s infinite;
}

#history article {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50%;
}

#history article > * {
  width: 50%;
}

#history article:nth-child(1) .img {
  padding-left: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#history article:nth-child(1) .txtBox {
  text-align: right;
}

#history article:nth-child(1) .year {
  padding-right: 150px;
}

#history article:nth-child(1) .txtInfo {
  padding-right: 150px;
}

#history article:nth-child(1) .txtInfo::before {
  right: 0;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

#history article:nth-child(1) ul li {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#history article:nth-child(1) ul b {
  font-family: "Black Han Sans", sans-serif;
  font-weight: 400;
}

#history article:nth-child(1) .dots {
  right: -7px;
}

#history article:nth-child(1) .dotLi p {
  padding-right: 16px;
}

#history article:nth-child(1) .dotLi p::before {
  right: 0;
}

#history article:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#history article:nth-child(2) .img {
  padding-right: 100px;
}

#history article:nth-child(2) .year {
  padding-left: 150px;
}

#history article:nth-child(2) .txtInfo {
  padding-left: 150px;
}

#history article:nth-child(2) .txtInfo::before {
  left: 0;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

#history article:nth-child(2) .dots {
  left: -7px;
}

#history article:nth-child(2) .dotLi p {
  padding-left: 16px;
}

#history article:nth-child(2) .dotLi p::before {
  left: 0;
}

#history article .txtBox.active {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

#history article .img {
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#history article .img > div {
  height: 100%;
  overflow: hidden;
  max-width: 100%;
}

#history article .img img {
  position: relative;
  height: 100%;
  max-width: none;
}

#history article .year {
  font-family: "Michroma", sans-serif;
  font-weight: 700;
  z-index: 10;
  position: relative;
  font-size: 3rem;
  color: #222;
}

#history article .dots {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  bottom: -23px;
  z-index: 100;
}

#history article .dots span {
  display: block;
  position: absolute;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
}

#history article .dots span:nth-child(1) {
  width: 15px;
  height: 15px;
  background: #c59b4d;
  opacity: 0.2;
}

#history article .dots span:nth-child(2) {
  width: 5px;
  height: 5px;
  background: #c59b4d;
  left: 5px;
  top: 5px;
}

#history article .txtInfo {
  position: relative;
  padding-top: 38px;
}

#history article .txtInfo::before {
  content: "";
  width: 0;
  height: 1px;
  background: #ddd;
  display: block;
  position: absolute;
  top: 15px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

#history article .dotLi {
  margin-bottom: 40px;
}

#history article .dotLi p {
  color: #400;
  position: relative;
}

#history article .dotLi p:not(:last-child) {
  margin-bottom: 10px;
}

#history article .dotLi p::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #c59b4d;
  display: block;
  position: absolute;
  top: 10px;
}

#history article ul li {
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #888;
}

#history article ul li:not(:last-child) {
  margin-bottom: 12px;
}

#history article ul li span {
  width: 40px;
}

#history article ul li p {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

.installation {
  margin-top: 100px;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

/* 회사소개 - business*/
#business {
  padding: 0 !important;
}

#business .slick-list,
#business .slick-track {
  height: 100%;
}

#business section {
  position: relative;
}

#business section .bgBox {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

#business section .bgBox > div {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#business section .bgBox > div:first-child {
  display: block;
}

#business section#moduele_sec .bgBox > div:nth-child(1) {
  background: url("/img/sub/business_module_img01.png") no-repeat;
}

#business section#moduele_sec .bgBox > div:nth-child(2) {
  background: url("/img/sub/business_module_img02.png") no-repeat;
}

#business section#moduele_sec2 .bgBox > div:nth-child(1) {
  background: url("/img/sub/business_module_img01.png") no-repeat;
}

#business section#moduele_sec2 .bgBox > div:nth-child(2) {
  background: url("/img/sub/business_module_img02.png") no-repeat;
}

#business .slideWrap {
  position: relative;
}

#business .slideWrap .item {
  height: 100%;
  position: relative;
  background-size: cover;
}

#business .slideWrap .item .img {
  display: none;
}

#business .slideWrap .item dl {
  padding-top: 100px;
}

#business .slideWrap .item dl dt,
#business .slideWrap .item dl dd {
  -webkit-transition: all 2s;
  transition: all 2s;
  opacity: 0;
  -webkit-transform: translateX(-200px);
          transform: translateX(-200px);
}

#business .slideWrap .item dl dt p {
  font-size: 5.3125rem;
  color: #000;
  font-weight: 700;
}

#business .slideWrap .item dl dt span {
  font-size: 1.625rem;
  font-weight: 300;
  color: #c59b4d;
}

#business .slideWrap .item dl dd {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  font-size: 1.25rem;
  line-height: 1.8;
  margin-top: 82px;
}

#business .slideWrap .item.active-item dl dt,
#business .slideWrap .item.active-item dl dd {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

#business .slideWrap .pageNum {
  left: 10%;
  bottom: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#business .slideWrap .pageNum .current {
  font-size: 1.375rem;
  color: #c59b4d;
}

#business .slideWrap .pageNum .total {
  font-size: 1.125rem;
  color: #ddd;
}

#business .slideWrap .pageNum .bar {
  margin: 0 20px;
  position: relative;
  width: 140px;
  height: 1px;
  background: #eee;
}

#business .slideWrap .pageNum .bar p {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 2px;
  background: #c59b4d;
  display: block;
  position: absolute;
  width: 50px;
}

#business .slideWrap .arrows {
  left: 50%;
  top: 160px;
  z-index: 100;
  margin: 30px 0 40px;
}

#business .slideWrap .arrows button {
  border: 1px solid #c59b4d;
  width: 80px;
  height: 80px;
  background: #fff;
}

#business .slideWrap .arrows button,
#business .slideWrap .arrows button * {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#business .slideWrap .arrows button p {
  margin: 0 auto;
  width: 16px;
  height: 16px;
  border: 2px solid #555;
  border-left: none;
  border-bottom: none;
}

#business .slideWrap .arrows button:hover {
  background: #c59b4d;
}

#business .slideWrap .arrows button:hover p {
  border-color: #fff;
}

#business .slideWrap .arrows button.prev p {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

#business .slideWrap .arrows button.next p {
  -webkit-transform: rotate(45deg) translate(-5px, 5px);
          transform: rotate(45deg) translate(-5px, 5px);
}

/* 회사소개 - location*/
#location .mapWrap {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  opacity: 0;
}

#location .mapWrap > div {
  width: 100% !important;
}

#location .mapWrap .wrap_map {
  height: 530px !important;
}

#location .mapWrap.animated {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

#location .verticenter .info {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#location .verticenter .info article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#location .verticenter .info article:first-child {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

#location .verticenter .info article:not(:last-child) {
  margin-right: 9%;
}

#location .verticenter .info article .icon {
  width: 120px;
}

#location .verticenter .info article .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  margin-left: 44px;
}

#location .verticenter .info article .txt dl dt {
  margin-bottom: 13px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #333;
}

#location .verticenter .info article.addr .txt dd p {
  margin-bottom: 10px;
  font-size: 1.125rem;
  color: #555;
}

#location .verticenter .info article.addr .txt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
}

#location .verticenter .info article.addr .txt ul li {
  position: relative;
}

#location .verticenter .info article.addr .txt ul li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 10px;
  background: #aaa;
  display: inline-block;
  margin: 0 20px;
}

#location .verticenter .info article.addr .txt ul span {
  color: #444;
  font-weight: 400;
  margin-right: 8px;
}

#location .verticenter .info article.transport .txt dd ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#location .verticenter .info article.transport .txt dd ul li:not(:last-child) {
  margin-bottom: 10px;
}

#location .verticenter .info article.transport .txt dd ul li em {
  color: #fff;
  padding: 5px 10px;
  border-radius: 6px;
  margin-right: 6px;
  display: inline-block;
  font-size: 13px;
}

#location .verticenter .info article.transport .txt dd ul li em.line1 {
  background: #27359d;
}

#location .verticenter .info article.transport .txt dd ul li em.normal {
  background: #1b9798;
}

#location .verticenter .info article.transport .txt dd ul li em.town {
  background: #1c9b40;
}

#location .verticenter .info article.transport .txt dd ul li span {
  color: #444;
  width: 68px;
  font-weight: 500;
}

#location .verticenter .info article.transport .txt dd ul li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#location .verticenter .info article.transport .txt dd ul li > div p:not(:last-child) {
  margin-right: 12px;
}

/* 회사소개 - branch */
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

#branch {
  padding: 0 !important;
}

#branch .infoBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  background: url("/img/sub/branch_map_bg2.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
}

#branch .pc_img {
  display: block;
  position: absolute;
  left: 0;
  top: -100px;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

#branch .pc_img img {
  max-width: inherit;
  width: 1600px;
  position: absolute;
  left: 50%;
  display: inherit;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#branch .m_img,
#branch .m_list {
  display: none;
}

#branch .pin_wrap {
  max-width: 1200px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-743px) translateY(-35px);
          transform: translateX(-743px) translateY(-35px);
}

#branch .pin_wrap .icon {
  margin: 0 4px;
}

#branch .pin_wrap ul {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

#branch .pin_wrap li {
  position: absolute;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-animation: bounce 2s infinite ease-out;
          animation: bounce 2s infinite ease-out;
}

#branch .pin_wrap li:first-child {
  text-align: center;
}

#branch .pin_wrap li:not(:first-child) .icon {
  width: 19px;
}

#branch .pin_wrap li:not(:first-child) button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#branch .pin_wrap li button {
  font-size: 1.125rem;
  color: #fff;
}

#branch .pin_wrap li.rev button {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#branch .pin_wrap li.on button {
  color: #c59b4d;
}

#branch .pin_wrap li:hover button {
  color: #c59b4d;
}

#branch .pin_wrap li:nth-child(1) {
  left: 562px;
  top: 370px;
}

#branch .pin_wrap li:nth-child(2) {
  left: 623px;
  top: 400px;
}

#branch .pin_wrap li:nth-child(3) {
  left: 443px;
  top: 423px;
}

#branch .pin_wrap li:nth-child(3) {
  left: 443px;
  top: 423px;
}

#branch .pin_wrap li:nth-child(4) {
  left: 530px;
  top: 454px;
}

#branch .pin_wrap li:nth-child(5) {
  left: 475px;
  top: 476px;
}

#branch .pin_wrap li:nth-child(6) {
  left: 486px;
  top: 512px;
}

#branch .pin_wrap li:nth-child(7) {
  left: 472px;
  top: 552px;
}

#branch .txt_wrap {
  position: absolute;
  right: 0;
  width: 770px;
  top: 300px;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
  opacity: 0;
  height: 100%;
}

#branch .txt_wrap .item {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  left: 0;
  top: 0;
  width: 100%;
  height: 330px;
  margin: 20px 0;
  z-index: -1;
}

#branch .txt_wrap .item.on {
  opacity: 1;
  z-index: 10;
}

#branch .txt_wrap .logo {
  width: 302px;
  max-width: 560px;
  margin: 0 auto !important;
}

#branch .txt_wrap .logo,
#branch .txt_wrap .txtBox {
  -webkit-transition: all 1s;
  transition: all 1s;
}

#branch .txt_wrap .logo {
  text-align: center;
  margin-top: 40px;
  margin-right: 44px;
}

#branch .txt_wrap .logo .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#branch .txt_wrap .logo span {
  font-size: 2.25rem;
  color: #fff;
  line-height: 1;
  text-shadow: 0 10px 10px black;
}

#branch .txt_wrap .logo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

#branch .txt_wrap .logo ul li:not(:last-child) {
  margin-right: 10px;
}

#branch .txt_wrap .logo ul li button {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
}

#branch .txt_wrap .logo ul li.on button {
  background: #c59b4d;
}

#branch .txt_wrap .downloadGroup ul {
  display: block;
}

#branch .txt_wrap .downloadGroup ul li {
  margin: 0 auto;
  max-width: 180px;
}

#branch .txt_wrap .downloadGroup ul li a {
  color: #fff;
}

#branch .txt_wrap .downloadGroup ul li a::after {
  content: attr(data-name);
}

#branch .txt_wrap .downloadGroup ul li a::before {
  background: #fff;
}

#branch .txt_wrap .downloadGroup ul li a:hover::after {
  color: #0a1321;
}

#branch .txt_wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#branch .txt_wrap .item .img {
  text-align: center;
}

#branch .txt_wrap .item .img img {
  display: inline-block;
}

#branch .txt_wrap .item .txtBox {
  width: 100%;
  max-width: 390px;
}

#branch .txt_wrap .item .txtBox br {
  display: none;
}

#branch .txt_wrap .item .txtBox dl {
  width: 100%;
}

#branch .txt_wrap .item .txtBox dl dt {
  font-size: 3rem;
  color: #fff;
  text-align: center;
  text-shadow: 0 10px 10px black;
  line-height: 1.2;
}

#branch .txt_wrap .item .txtBox dl dt span {
  font-size: 1.2rem;
  margin-top: 10px;
  display: block;
}

#branch .txt_wrap .item .txtBox dl dd {
  margin-top: 40px;
}

#branch .txt_wrap .item .txtBox dl dd li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  color: #fff;
  position: relative;
  padding-left: 23px;
  text-shadow: 0 10px 10px black;
}

#branch .txt_wrap .item .txtBox dl dd li:not(:last-child) {
  margin-bottom: 26px;
}

#branch .txt_wrap .item .txtBox dl dd li span {
  margin-right: 24px;
}

#branch .txt_wrap .item .txtBox dl dd li p {
  letter-spacing: -1.3px;
}

#branch .txt_wrap .item .txtBox dl dd li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}

#branch .txt_wrap .item .txtBox.type2 {
  position: relative;
}

#branch .txt_wrap .item .txtBox.type2 dl {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

#branch .txt_wrap .item .txtBox.type2 dl.on {
  display: block;
  opacity: 1;
}

#branch .txt_wrap .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 36px;
}

#branch .txt_wrap .tit svg text {
  font-size: 36px;
  fill: none;
  stroke: #fff;
  stroke-width: 0.5px;
  font-weight: 500;
  text-shadow: 0 0 7px #ffbe0f, 0 0 10px #ffbe0f, 0 0 21px #ffbe0f;
}

#branch .txt_wrap .tit p {
  font-size: 2.25rem;
  font-weight: 500;
}

#branch .current .pc_img {
  top: 58px;
  opacity: 1;
}

#branch .current .txt_wrap {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

#branch .current .pin_wrap ul {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.mapTitle {
  font-size: 22px !important;
}

.mapTitle + svg circle {
  fill: #555 !important;
}

.txt-p3 {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.txt-p3:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.txt-p3:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.txt-p3:nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.txt-p3:nth-child(7) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.txt-p3:nth-child(8) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.txt-p3:nth-child(9) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.txt-p3:nth-child(10) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.txt-p3:nth-child(11) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.txt-p3.on text {
  fill: #c59b4d !important;
}

.txt-p3.on svg circle {
  fill: #c59b4d !important;
}

.txt-p3.on svg:last-child circle {
  opacity: 0.22;
}

.txt-p3 svg:last-child circle {
  fill: #c59b4d !important;
  opacity: 0;
}

/* 태양광 모듈 - 납풉 사례*/
#performance .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#performance .list ul li {
  width: 32%;
  margin-bottom: 54px;
  margin-right: 2%;
}

#performance .list ul li a {
  position: relative;
  display: block;
}

#performance .list ul li .line {
  position: absolute;
  z-index: 10;
  left: -1px;
  top: -1px;
  width: calc(100% + 1px);
  height: calc(100% + 2px);
}

#performance .list ul li .line span {
  position: absolute;
  background: #c59b4d;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#performance .list ul li .line span:nth-child(4), #performance .list ul li .line span:nth-child(1) {
  left: 0;
  top: 0;
}

#performance .list ul li .line span:nth-child(2), #performance .list ul li .line span:nth-child(3) {
  right: 0;
  bottom: 0;
}

#performance .list ul li .line span:nth-child(odd) {
  width: 0;
  height: 1px;
}

#performance .list ul li .line span:nth-child(even) {
  width: 1px;
  height: 0px;
}

#performance .list ul li:nth-child(3n) {
  margin-right: 0;
}

#performance .list ul li:hover .img img {
  -webkit-transform: scale(1.2) translate(-40.4%, -40.4%);
          transform: scale(1.2) translate(-40.4%, -40.4%);
}

#performance .list ul li:hover .info {
  margin-top: 0;
}

#performance .list ul li:hover .line span:nth-child(odd) {
  width: 100%;
  height: 1px;
}

#performance .list ul li:hover .line span:nth-child(even) {
  width: 1px;
  height: 100%;
}

#performance .list ul .img {
  position: relative;
  padding-top: 66.66666666667%;
  height: 0;
  overflow: hidden;
}

#performance .list ul .img img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  max-height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#performance .list ul .info {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 20px;
}

#performance .list ul .info > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#performance .list ul .info > div:not(:last-child) {
  margin-bottom: 14px;
}

#performance .list ul .info > div span {
  padding-left: 12px;
  width: 92px;
  position: relative;
  color: #555;
  font-weight: 500;
}

#performance .list ul .info > div span::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}

.paging {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.paging img {
  vertical-align: middle;
}

.paging > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.paging > div .arrow:not(:last-child) {
  margin-right: 22px;
}

.paging ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 25px;
}

.paging ul li:not(:last-child) {
  margin-right: 5px;
}

.paging ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f6f6f6;
  width: 40px;
  height: 40px;
  font-size: 0.9375rem;
}

.paging ul li.dots a {
  background: none;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.paging ul li.on a {
  background: #c59b4d;
  color: #fff;
}

#slidePop {
  position: fixed;
  display: none;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.8);
}

#slidePop .slideWrap {
  position: absolute;
  width: 95%;
  max-width: 1400px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#slidePop .slider {
  position: relative;
}

#slidePop .slider .item .img {
  padding-top: 49%;
  position: relative;
  overflow: hidden;
}

#slidePop .slider .item img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 100%;
}

#slidePop .slider .arrows {
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#slidePop .slider .arrows button {
  position: absolute;
  width: 100px;
  border-bottom: 1px solid #fff;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 5px 0;
}

#slidePop .slider .arrows button::before {
  content: "";
  width: 0;
  height: 100%;
  background: #fff;
  display: block;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}

#slidePop .slider .arrows button:hover {
  border-bottom: 1px solid #c59b4d;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  color: #0a1321;
  padding: 5px;
}

#slidePop .slider .arrows button:hover::before {
  width: 100%;
}

#slidePop .slider .arrows button.prev {
  left: -70px;
  text-align: left;
}

#slidePop .slider .arrows button.prev::before {
  left: 0;
}

#slidePop .slider .arrows button.next {
  right: -70px;
  text-align: right;
}

#slidePop .slider .arrows button.next::before {
  right: 0;
}

#slidePop .closeBtn {
  position: absolute;
  right: 0;
  top: -10px;
}

#slidePop .closeBtn button {
  width: 30px;
  height: 30px;
  position: relative;
}

#slidePop .closeBtn button span {
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
}

#slidePop .closeBtn button span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#slidePop .closeBtn button span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#slidePop .slideDots {
  margin-bottom: 36px;
}

#slidePop .slideDots button {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.3;
}

#slidePop .slideDots li:not(:last-child) {
  margin-right: 13px;
}

#slidePop .slideDots li.on button {
  opacity: 1;
}

/* 자료실 */
.schForm {
  max-width: 850px;
  margin: 0 auto 36px;
}

.schForm .sel {
  width: 230px;
}

.schForm .sel select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("/img/sub/sel_bg.png") 92% center no-repeat;
}

.schForm .inpt {
  position: relative;
  width: calc(100% - 230px);
}

.schForm .inpt input[type="submit"] {
  width: 18px;
  height: 18px;
  background: url("/img/sub/sch_icon.png") no-repeat center;
  border: none;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -9px;
}

.schForm .box > div:not(:last-child) {
  margin-right: 10px;
}

.schForm select,
.schForm input[type="text"] {
  width: 100%;
  border: 1px solid #ccc;
  height: 60px;
  padding: 0 16px;
  color: #222;
  font-size: 1rem;
}

.schForm input::-webkit-input-placeholder {
  /* Edge */
  color: #ccc;
}

.schForm input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
}

.schForm input::-ms-input-placeholder {
  color: #ccc;
}

.schForm input::placeholder {
  color: #ccc;
}

.table_s1 table th {
  background: #f4f4f4;
  color: #555;
  font-weight: 400;
}

.table_s1 table th,
.table_s1 table td {
  padding: 15px 0;
}

.table_s1 table td {
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.table_s1 table td.tit {
  text-align: left;
}

.table_s1 table td.tit a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table_s1.type2 table th,
.table_s1.type2 table td {
  padding: 22px 0;
}

.table_s1.type2 table td {
  color: #777;
  font-weight: 400;
}

.data_view .top {
  border-bottom: 1px solid #ccc;
  padding-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.data_view .top .tit {
  font-size: 2.25rem;
  font-weight: 700;
  color: #333;
  font-weight: 700;
}

.data_view .top .date {
  padding-top: 15px;
  color: #777;
}

.data_view .txtBox {
  padding: 36px 20px;
}

.data_view .infoList {
  margin-bottom: 70px;
}

.data_view .infoList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 14px;
  line-height: 1.6;
}

.data_view .infoList li::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #c59b4d;
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
}

.data_view .infoList li:not(:last-child) {
  margin-bottom: 20px;
}

.data_view .infoList li span {
  color: #333;
  font-size: 1.125rem;
  font-weight: 500;
  width: 110px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.data_view .link_box {
  border-top: 1px solid #ddd;
}

.data_view .link_box th {
  background: #f4f4f4;
  color: #333;
  font-weight: 400;
  width: 226px;
}

.data_view .link_box th,
.data_view .link_box td {
  text-align: left;
  border-bottom: 1px solid #ddd;
  padding: 15px 30px;
  font-weight: 400;
}

.data_view .link_box a {
  color: #666;
}

.commnetBox {
  margin-top: 90px;
  background: #f9f9f9;
  padding: 46px;
}

.commnetBox article {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 36px;
  padding-bottom: 36px;
}

.commnetBox dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.commnetBox dl dt .name {
  font-size: 1.0625rem;
  font-weight: 500;
  color: #333;
  margin-right: 23px;
}

.commnetBox dl dt .date {
  font-size: 0.9375rem;
  color: #777;
}

.commnetBox dl dt .date i {
  color: #aaaaaa;
  margin-right: 10px;
}

.commnetBox dl dd {
  font-weight: 300;
  line-height: 1.5;
  color: #777;
}

.commnetBox .writeForm input[type="text"] {
  padding: 0 12px;
  height: 44px;
}

.commnetBox .writeForm input[type="text"],
.commnetBox .writeForm textarea {
  background: #fff;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.9375rem;
  font-weight: 300;
}

.commnetBox .writeForm input[type="text"]::-webkit-input-placeholder,
.commnetBox .writeForm textarea::-webkit-input-placeholder {
  /* Edge */
  color: #ccc;
}

.commnetBox .writeForm input[type="text"]:-ms-input-placeholder,
.commnetBox .writeForm textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
}

.commnetBox .writeForm input[type="text"]::-ms-input-placeholder,
.commnetBox .writeForm textarea::-ms-input-placeholder {
  color: #ccc;
}

.commnetBox .writeForm input[type="text"]::placeholder,
.commnetBox .writeForm textarea::placeholder {
  color: #ccc;
}

.commnetBox .writeForm dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.commnetBox .writeForm dl dd textarea {
  height: 100px;
  resize: none;
  width: 100%;
  padding: 20px;
}

.commnetBox .writeForm dl dd input[type="submit"] {
  width: 100px;
  height: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fff;
  background: #555;
  border: none;
  margin-left: 10px;
  font-weight: 500;
  font-size: 0.9375rem;
}

.list_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 26px;
  position: relative;
}

.list_btn.type2 {
  margin-right: 14px;
}

.list_btn input[type="submit"] {
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  font-size: 1.25rem;
  color: #c59b4d;
}

.list_btn p,
.list_btn a {
  border: 1px solid #c59b4d;
  width: 180px;
  cursor: pointer;
  height: 60px;
  color: #c59b4d;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.25rem;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.list_btn p::before,
.list_btn a::before {
  content: "";
  width: 0;
  opacity: 0;
  height: 100%;
  background: #c59b4d;
  display: block;
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  left: 0;
  top: 0;
  z-index: -1;
}

.list_btn p:hover,
.list_btn a:hover {
  color: #fff;
}

.list_btn p:hover::before,
.list_btn a:hover::before {
  width: 100%;
  opacity: 1;
}

.list_btn p:hover input,
.list_btn a:hover input {
  color: #fff;
}

/* 견적문의*/
#pwPop {
  position: fixed;
  display: none;
  width: 90%;
  max-width: 430px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  padding: 25px;
  z-index: 100000;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

#pwPop .tit {
  font-size: 1.125rem;
  font-weight: 500;
  color: #333;
}

#pwPop form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#pwPop form input {
  height: 50px;
  border: none;
  font-size: 14px;
}

#pwPop form input[type="password"] {
  padding: 0 20px;
  width: 100%;
  background: #f4f4f4;
}

#pwPop form input[type="submit"] {
  width: 80px;
  background: #333;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#pwPop .closeBtn {
  position: absolute;
  right: 25px;
  top: 28px;
}

#pwPop .closeBtn i {
  font-size: 16px;
}

.cateList {
  margin-bottom: 28px;
}

.cateList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cateList ul li {
  position: relative;
}

.cateList ul li a {
  font-size: 1.125rem;
}

.cateList ul li:not(:last-child) {
  padding-right: 18px;
  margin-right: 18px;
}

.cateList ul li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 12px;
  background: #aaa;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.cateList ul li.on a {
  color: #c59b4d;
  font-weight: 500;
}

#inquiry .data_list .tit {
  padding: 15px 28px;
}

#inquiry .data_list .tit a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#inquiry .data_list .tit p {
  padding-right: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#inquiry .data_list .tit .comment {
  color: #c59b4d;
  margin-right: 6px;
}

#inquiry .apply .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#inquiry .apply .tit p {
  font-size: 3.75rem;
  font-weight: 500;
  color: #222;
  line-height: 1;
}

#inquiry .apply .tit span {
  width: 150px;
  height: 1px;
  background: #aaa;
  margin-left: 28px;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  position: relative;
}

#inquiry .apply .tit span::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #c59b4d;
  display: block;
  position: absolute;
  right: -20px;
  top: -20px;
}

#inquiry .apply .formWrap {
  margin-top: 40px;
}

#inquiry .apply .formWrap .list_btn {
  margin-top: 60px;
}

#inquiry .apply .formWrap .inputBox {
  margin-top: 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#inquiry .apply .formWrap .inputBox > * {
  width: 48.66666666667%;
}

#inquiry .apply .formWrap .inputBox > *:not(:last-child) {
  margin-right: 2.66666666667%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#inquiry .apply .formWrap .inputBox > *:not(:last-child) li {
  width: 100%;
}

#inquiry .apply .formWrap .inputBox > *:not(:last-child) li:nth-child(1) {
  margin-right: 30px;
}

#inquiry .apply .formWrap .inputBox > *:not(:last-child) li:nth-child(1), #inquiry .apply .formWrap .inputBox > *:not(:last-child) li:nth-child(2) {
  width: calc(50% - 15px);
}

#inquiry .apply .formWrap .pwSetup {
  overflow: hidden;
}

#inquiry .apply .formWrap .pwSetup input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}

#inquiry .apply .formWrap .pwSetup input[type="checkbox"]:checked + label span {
  background: #c4984d;
  border-color: #c4984d;
}

#inquiry .apply .formWrap .pwSetup label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#inquiry .apply .formWrap .pwSetup span {
  margin-left: 10px;
  width: 18px;
  height: 18px;
  -webkit-transform: translateY(2px) !important;
          transform: translateY(2px) !important;
  border: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#inquiry .apply .formWrap .pwSetup span i {
  color: #fff;
}

#inquiry .apply .formWrap ul li:not(:last-child) {
  margin-bottom: 20px;
}

#inquiry .apply .formWrap ul li p {
  margin-bottom: 8px;
  color: #333;
}

#inquiry .apply .formWrap ul li p span {
  color: #e91625;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  display: inline-block;
}

#inquiry .apply .formWrap ul li select {
  height: 60px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("/img/sub/sel_bg2.png") no-repeat 95% center;
}

#inquiry .apply .formWrap ul li input[type="text"] {
  height: 60px;
}

#inquiry .apply .formWrap ul li select,
#inquiry .apply .formWrap ul li input,
#inquiry .apply .formWrap ul li textarea {
  width: 100%;
  font-size: 1rem;
  border: 1px solid #ccc;
  padding: 0 20px;
}

#inquiry .apply .formWrap ul li select::-webkit-input-placeholder,
#inquiry .apply .formWrap ul li input::-webkit-input-placeholder,
#inquiry .apply .formWrap ul li textarea::-webkit-input-placeholder {
  /* Edge */
  color: #ccc;
}

#inquiry .apply .formWrap ul li select:-ms-input-placeholder,
#inquiry .apply .formWrap ul li input:-ms-input-placeholder,
#inquiry .apply .formWrap ul li textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
}

#inquiry .apply .formWrap ul li select::-ms-input-placeholder,
#inquiry .apply .formWrap ul li input::-ms-input-placeholder,
#inquiry .apply .formWrap ul li textarea::-ms-input-placeholder {
  color: #ccc;
}

#inquiry .apply .formWrap ul li select::placeholder,
#inquiry .apply .formWrap ul li input::placeholder,
#inquiry .apply .formWrap ul li textarea::placeholder {
  color: #ccc;
}

#inquiry .apply .formWrap ul li textarea {
  resize: none;
  padding: 20px;
  height: 419px;
}

#inquiry .apply .formWrap ul li .privacyBox .txt {
  height: 292px;
  overflow-y: auto;
  padding: 12px;
  border: 1px solid #ddd;
  white-space: pre-line;
  font-size: 14px;
}

#inquiry .apply .formWrap ul li .privacyBox .agree_chk {
  margin-top: 10px;
}

#inquiry .apply .formWrap ul li .privacyBox .agree_chk input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}

#inquiry .apply .formWrap ul li .privacyBox .agree_chk input[type="checkbox"]:checked + label span {
  background: #c59b4d;
}

#inquiry .apply .formWrap ul li .privacyBox .agree_chk label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#inquiry .apply .formWrap ul li .privacyBox .agree_chk span {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#inquiry .apply .formWrap ul li .privacyBox .agree_chk span i {
  color: #fff;
}

#inquiry .apply .formWrap .codeBox .img {
  background: #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 250px;
}

#inquiry .apply .formWrap .codeBox > *:not(:last-child) {
  margin-right: 10px;
}

#inquiry .apply .formWrap .codeBox .img,
#inquiry .apply .formWrap .codeBox input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

#inquiry .apply .formWrap .codeBox button {
  width: 60px;
  height: 60px;
  background: #555;
}

#inquiry .apply .formWrap .codeBox button i {
  color: #fff;
  font-size: 20px;
}

.filebox input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.filebox label {
  display: inline-block;
  cursor: pointer;
}

/* named upload */
.filebox .upload-name {
  height: 60px;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  color: #ccc;
}

.filebox.bs3-primary label {
  color: #fff;
  width: 160px;
  height: 60px;
  background-color: #555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@-webkit-keyframes quickBounce {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes quickBounce {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

#quickMenu {
  position: fixed;
  height: auto !important;
  -webkit-animation: quickBounce 2s infinite ease-out;
          animation: quickBounce 2s infinite ease-out;
  left: 0;
  z-index: 1011;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#quickMenu .box {
  padding: 25px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  width: 174px;
  background: #fff;
  border-radius: 10px;
}

#quickMenu.on {
  left: -174px;
}

#quickMenu .eBtn {
  position: absolute;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 0 10px 10px 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#quickMenu .eBtn button {
  width: 30px;
  height: 150px;
  background: #555;
  color: #fff;
}

#quickMenu .icon {
  margin-right: 10px;
}

#quickMenu .tit {
  margin-bottom: 18px;
  color: #222;
}

#quickMenu li:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f1f1f1;
}

#quickMenu .icon {
  background: #f1f1f1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#quickMenu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -1px;
}

#quickMenu a.on {
  color: #c59b4d;
}

#quickMenu a.on .icon {
  background: #c59b4d;
}

.sec_slide_btn.sub.on {
  z-index: 9999;
}

.sec_slide_btn.sub.on button p {
  border: 1px solid #aeaead;
}
