@charset "utf-8";
@import url("./font.css");
/* layout */
body, table, th, td, button, select, input, textarea {
  font-family: 'Noto Sans KR', "돋움", Dotum, Arial, sans-serif;
  font-size: 18px;
  color: #666;
  -webkit-text-size-adjust: none;
}
body {
  background-color: #fff;
}
#wrap {
  overflow: hidden;
  width: 100%;
  min-width: 320px;
  position: relative;
}
/* ****************** 공통클래스 ********************** */
.area {
  max-width: 1340px;
  position: relative;
  margin: 0px auto;
}
.area_full {
  max-width: 1500px;
  position: relative;
  margin: 0px auto;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  clear: both;
  display: block;
  content: "";
}
.table-layout {
  display: table;
  width: 100%;
  height: 100%;
}
.table-cell-layout {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.blind {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* ****************** HEADER ********************** */
#header {
  height: 90px;
  width: 100%;
  z-index: 99999;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
#headerInnerWrap {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 99999;
}
#header.fixed #headerInnerWrap {
  background: #fff;
  position: fixed;
  border-bottom: 1px solid #cbcbcb;
}
#headerInner {
  position: relative;
  margin: 0px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: padding 0.3s;
  -moz-transition: padding 0.3s;
  -o-transition: padding 0.3s;
  -ms-transition: padding 0.3s;
  transition: padding 0.3s;
  padding: 0 3.1%;
}
#header .logo {
  position: relative;
  z-index: 100;
  padding: 27px 0;
  display: inline-block;
  vertical-align: middle;
}
#header .logo a {
  display: block;
  padding: 0px 0;
  background: url(../images_new/logo.png);
  width: 133px;
  height: 41px;
  text-indent: -999999px;
}
.header-util-box {
  position: absolute;
  top: 50%;
  right: 3.1%;
  z-index: 100;
  vertical-align: middle;
  display: flex;
  transform: translateY(-50%);
}
.header-util-box a {
  display: block;
  vertical-align: middle;
  color: #737373;
  width: 46px;
  text-align: center;
}
/* -------- Header :: GNB(PC) -------- */
.gnb-overlay-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9997;
}
#gnb {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 99;
  transition: all 0.4s;
  text-align: center;
  display: flex;
  justify-content: end;
}
#gnb .area > ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#gnb .area > ul > li {
  position: relative;
  float: left;
  word-break: keep-all;
  margin-right: 55px;
}
#gnb .area > ul > li > a {
  position: relative;
  z-index: 100;
  display: block;
  height: 91px;
  line-height: 91px;
  text-align: center;
  color: #222;
  font-size: 22px;
  padding: 0 0px;
  letter-spacing: -0.25px;
  font-weight: 400;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#gnb .gnb-inner {
  display: block;
}
#gnb .area > ul > li > a:hover, #gnb .area > ul > li.on > a {
  color: #003300 !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
/* GNB :: 2차 전체메뉴 */
#gnbBg {
  display: none;
  position: absolute;
  left: 0;
  top: 90px;
  width: 100%;
  height: 100%;
  background: #fff;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  z-index: 98
}
#gnb .area {
  margin: 0;
  padding-right: 80px;
  max-width: 100%;
}
#gnb .area > ul > li .gnb-2dep {
  position: absolute;
  top: 90px;
  left: 0px;
  z-index: 99;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  filter: Alpha(opacity=0);
  background: #fff;
  ;
  width: 160px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-top: 3px solid #003300;
}
#gnb .area > ul > li .gnb-2dep ul {
  padding: 10px 0;
}
#gnb .area > ul > li .gnb-2dep ul li {
  position: relative;
  padding: 8px 20px;
  opacity: 0;
  filter: Alpha(opacity=0);
  -webkit-transition: all 0s 0s;
  -moz-transition: all 0s 0s;
  -o-transition: all 0s 0s;
  -ms-transition: all 0s 0s;
  transition: all 0s 0s;
}
#gnb .area > ul > li .gnb-2dep ul li a {
  display: block;
  color: #222;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  opacity: 0.85;
  filter: Alpha(opacity=85);
}
#gnb .area > ul > li .gnb-2dep ul li a:hover {
  opacity: 1.0;
  filter: Alpha(opacity=100);
  color: #003300
}
#gnb .area > ul > li .gnb-2dep.open {
  visibility: visible;
  opacity: 1.0;
  filter: Alpha(opacity=100);
}
#gnb .area > ul > li .gnb-2dep.open ul li {
  opacity: 1.0;
  filter: Alpha(opacity=100);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
/* -------- Header :: GNB(Mobile) -------- */
.nav-open-btn {
  display: none;
}
#gnbM {
  display: none
}
/* ****************** FOOTER ********************** */
#footer {
  background-color: #545854;
}
#footerInner {
  position: relative;
  padding: 0 3.1%;
}
#footerTop {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #909090;
}
#footerTop .link {
  display: flex;
  gap: 20px;
  align-items: center;
}
#footerTop .link a {
  color: #ffffff;
}
#footerTop h1 img {
  max-width: 100%;
}
/* -------- FOOTER :: 하단 -------- */
#footerBottom {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.footer-address {
  width: 80%
}
.footer-address p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9em;
  line-height: 1.5em;
  padding-bottom: 15px;
}
.footer-address span {
  display: inline-block;
  margin: 0 8px
}
.footer-address span font {
  color: #fff;
  font-weight: 500;
}
.footer-address a {
  display: inline-block;
  color: #fff;
  font-size: 1em;
  margin: 0 8px
}
.footer-copyright {
  font-size: 0.8em;
  margin: 0 8px;
  color: #858585;
}
.footer-cs {
  width: 20%;
	text-align:right;
}
.footer-cs p {
  color: #fff;
}
.footer-cs p strong {
  display: block;
  margin-top: 10px;
  font-size: 1.4em;
  font-family: 'GMarketSans';
  font-weight: 400;
}
.to-top-btn {
  position: fixed;
  bottom: -100px;
  right: 1%;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #404348;
  text-align: center;
  line-height: 40px;
  color: #fff;
  z-index: 99;
  opacity: 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  filter: Alpha(opacity=0);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.to-top-btn i {
  display: inline-block;
}
.to-top-btn.fixed {
  bottom: 15px;
  opacity: 1.0;
  filter: Alpha(opacity=100);
}
.to-top-btn:hover {
  color: #fff;
  background-color: #033503;
}
/* ****************** SUB LAYOUT ********************** */
/*  SUB LAYOUT :: 비주얼 */
#visual {
  position: relative;
  overflow: hidden;
  height: 300px;
  z-index: 1;
    width: 93.8%;
	margin:0 auto;
	border-radius: 10px;
}
#visual .visual-img-con {
  position: absolute;
  top: 0px;
  left:0%;
  right: 0%;
  height: 100%;
  background-size: cover !important;
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transition: transform 5000ms ease-in-out;
  -moz-transition: transform 5000ms ease-in-out;
  -o-transition: transform 5000ms ease-in-out;
  -ms-transition: transform 5000ms ease-in-out;
  transition: transform 5000ms ease-in-out;
  text-align: center;
	    
}
#visual.sub-visual-company .visual-img-con {
  background: url(../images_new/sub_visual01.png) no-repeat center center;
}
#visual.sub-visual-product .visual-img-con {
  background: url(../images/sub_visual02.png) no-repeat center center;
}
#visual.sub-visual-result .visual-img-con {
  background: url(../images/sub_visual03.png) no-repeat center center;
}
#visual.sub-visual-cs .visual-img-con {
  background: url(../images/sub_visual04.png) no-repeat center center;
}
#visual.sub-visual-8 .visual-img-con {
  background: url(../images_new/sub_visual08.png) no-repeat center center;
}
#visual .visual-txt-con {
  position: relative;
  z-index: 1;
  display: table;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
}
#visual .visual-tit, #visual .visual-sub-txt {
  opacity: 0;
  filter: Alpha(opacity=0);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 1.0s, transform 1.0s;
  -moz-transition: opacity 1.0s, transform 1.0s;
  -o-transition: opacity 1.0s, transform 1.0s;
  -ms-transition: opacity 1.0s, transform 1.0s;
  transition: opacity 1.0s, transform 1.0s;
}
#visual .visual-tit {
  font-weight: 400;
  font-size: 60px;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
	 font-family: LocusImaginationGothic;
}
#visual .visual-sub-txt {
  color: #fff;
  font-size: 1.2em;
  margin-top: 30px;
  font-weight: 800;
}
#visual.active .visual-img-con {
  -ms-transform: scale(1.0, 1.0) rotate(0.002deg);
  -o-transform: scale(1.0, 1.0) rotate(0.002deg);
  -moz-transform: scale(1.0, 1.0) rotate(0.002deg);
  -webkit-transform: scale(1.0, 1.0) rotate(0.002deg);
  transform: scale(1.0, 1.0) rotate(0.002deg);
}
#visual.active .visual-tit {
  opacity: 1.0;
  filter: Alpha(opacity=100);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
#visual.active .visual-sub-txt {
  opacity: 1.0;
  filter: Alpha(opacity=100);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
/* SUB LAYOUT :: 서브메뉴 Fixed (공통) */
#middleArea {
  position: relative;
  z-index: 10;
  padding: 0px 0 250px 0
}
.content-tit {
  font-size: 50px;
  font-weight: 400;
  color: #000;
  text-align: center;
  margin-bottom: 80px;
}
#topMenu01 {
  position: relative;
  width: 93.8%;
	margin:0 auto;
}
#topMenu01 .side-menu-inner {
  width: 100%;
  background-color: #fff;
	border-bottom:1px solid #d7d7d7;
}
#topMenu01 .side-menu-inner ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
#topMenu01 .side-menu-inner ul li {
  padding: 0;
  text-align: center;
  margin: 0 30px;
}
#topMenu01 .side-menu-inner ul li > a {
  display: block;
  text-align: center;
  position: relative;
  width: 100%;
  padding: 25px 5px;
  line-height: 1.2;
  font-size: 1.2em;
  letter-spacing: -0.5px;
  font-weight:400;
  word-break: keep-all;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#topMenu01 .side-menu-inner ul li > a:hover, #topMenu01 .side-menu-inner ul li.on > a {
  color: #003300;
}
#topMenu01 .side-menu-inner ul li.on > a:after {
	position:absolute;
	bottom:0;
	right:0;
	left:0;
	height:3px;
	display:block;
	content:"";
	background:#003300;
}
#topMenuM01, #topMenuM02 {
  display: none;
}
/*  SUB LAYOUT :: 컨텐츠 레이아웃 */
#content {
  padding-top: 80px
}
ul.dot {
  text-align: left;
}
ul.dot li {
  position: relative;
  padding: 2px 0 2px 10px;
  line-height: 1.4em;
  color: #666666;
  font-weight: 300;
  word-break: keep-all;
}
ul.dot li:before {
  display: block;
  content: "·";
  position: absolute;
  left: 0;
  top: 3px;
}
ul.dot-bold li {
  position: relative;
  padding: 10px 0 10px 15px;
  line-height: 1.5em;
  color: #666666;
  font-weight: 300;
  word-break: keep-all;
}
ul.dot-bold li:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 5px;
  height: 5px;
  background: #0083cb;
  border-radius: 50%;
}
/* ****************** MODAL LAYERPOPUP ********************** */
.popup-wrap {
  background-color: rgba(0, 0, 0, .9);
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  padding: 0;
  z-index: 99999;
}
.popup {
  width: 100%;
  position: relative;
  margin: 0 auto;
  border-radius: 0px;
  overflow: hidden;
	height:100vh;
}
.popup-head {
  padding: 3.1%;
	border-bottom:1px solid rgba(255,255,255,0.1);
  color: #fff;
  font-size: 1.8em;
	font-family: 'GMarketSans';
  font-weight: 600;
}
.popup-body {
  padding: 3.1%;
}
.body-content.scroll {
  width: 100%;
  word-break: break-word;
  overflow-x: auto;
  min-height: 100px;
  max-height: 550px;
  padding: 20px;
  line-height: 1.4em;
}
.popup-foot {
  position: absolute;
  top:  6.1%;
  right:  3.1%;
  color: #fff;
}
.pop-btn {
  color: #ffffff;
  cursor: pointer;
}
.pop-btn i {
  color: #fff;
}
#quick {
  position: fixed;
  top: 100px;
  right: 5px;
  z-index: 100;
}