html, body {
  font-size: 10px;
  background-color: transparent;
  font-style: initial;
}
.container-fluid {
  /*min-width: 1280px;*/
}
.container {
  /*min-width: 1280px;*/
}
p, a, dd, dl, h2, h3{
  word-break: keep-all;
}
a{
  color: #333;
}
a:hover {
  color: #111;
}
.scrollOff {
  position: fixed;
  overflow: hidden;
  height: 100%;
}
header {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom: 1px solid rgb(204, 204, 204, 0.3);
  background-color: rgba(0, 0, 0, 0.5);
}
header.md,
header.md #gnb,
header.md #gnb .logo,
header.md #gnb ul li{
 transition: .8s;
}
header.md{
  background-color: rgba(0, 0, 0, 0.8);
}
header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
header.md #gnb{
  /*height: 70px;*/
}
header.md #gnb .logo,
header.md #gnb .logo img
{
  /*line-height: 70px;*/
}
header.md #gnb .menu ul{
  /*margin-bottom: 0;*/
}
header.md #gnb .menu ul li,
header.md #gnb .menu ul.customer li{
  /*padding-top: 0px;
  padding-bottom: 10px;*/
}

header #top_banner {
  position: relative;
  font-family: S-CoreDream-8;
  font-size: 3.4rem;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -1.7px;
  text-align: center;
  color: #fff;
  padding: 50px 0;
  display: none;
  background: url(../img/main/img_top_banner_bg.png) no-repeat top center #111111;
}
header #top_banner span {
  display: inline-block;
  line-height: 55px;
  vertical-align: top;
  color: #fff;
}
header #top_banner span.point {
  font-size: 3.4rem;
  font-weight: 900;
  letter-spacing: -1.7px;
  text-align: center;
  color: #ffde00;
}
header #top_banner .ellipse-2 {
  width: 55px;
  height: 54px;
  background-color: #111111;
  border-radius: 50%;
}
header #top_banner .ellipse-2 span {
  font-family: S-CoreDream-8;
  font-size: 3.6rem;
  color: #ffffff;
}
header #top_banner .arrow-1 {
  font-family: NanumSquare;
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: -0.7px;
}
header #top_banner .text-1 {
  font-family: S-CoreDream-4;
  font-weight: normal;
}
header #top_banner .text-2 {
  font-family: S-CoreDream-8;
  font-weight: 900;
  font-size: 3.4rem;
}
header #top_banner .close {
  position: absolute;
  right: 30px;
  font-family: NanumSquare;
  font-weight: 400;
  font-size: 1.85rem;
  letter-spacing: -0.93px;
  text-align: center;
  color: #fff;
  opacity: 1;
  text-shadow: none;
}
header .top_bar {
  height: 0px;
  background-color: #444;
}
header #top_menu {
  background-color: #fbfbfb;
}
header #top_menu .group {
  text-align: right;
}
header #top_menu .group a {
  display: inline-block;
  font-family: NanumSquare;
  font-size: 1.6rem;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 40px;
  letter-spacing: -0.8px;
  text-align: center;
  color: #111111;
  padding: 0 15px;
}
header #top_menu .group i.bar {
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color: #d7d7d7;
}
header #gnb {
  position: relative;
  height: 80px;
}
header #gnb .logo a{
  /*float: left;*/
  line-height: 80px;
  padding: 20px;
  font-size: 20px;
  letter-spacing: -1px;
  color: #fff;
}
header #gnb .logo a span{
  font-weight: bold;
  color: #78bae3;
}
header #gnb .logo img {
  width: 100%;
  max-width: 300px;
  line-height: 75px;
}
header #gnb .menu {
  overflow: hidden;
  text-align: center;
}
header #gnb .menu ul {
  float: right;
  display: inline-block;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
}
header #gnb .menu ul li {
  float: left;
  padding: 17px 1rem;
}
header #gnb .menu ul.customer {
  float: right;
  overflow: hidden;
  margin-top: 15px;
}
header #gnb .menu ul.customer li {
  padding: 30px 5px;
}
header #gnb .menu ul li a {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -1.1px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  padding: 10px 10px;
}
header #gnb .menu ul li.view a:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
header #gnb .menu ul.customer li a {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: normal;
}
header #gnb .menu ul.customer li a:hover:after {
  height: 1px;
  background-color: #111;
}
header #gnb .menu ul i.bar {
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color: #d7d7d7;
}
header #gnb .menu ul li a:hover:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
header #gnb .mobile_bt {
  position: absolute;
  right: 10px;
  top: 12px;
  font-size: 40px;
  text-align: right;
  /*line-height: 100px;*/
  transition: 0.8s;
  cursor: pointer;
  color: #fff;
}
header #gnb .mobile_menu {
  position: fixed;
  right: -1000px;
  top: 0px;
  width: 100%;
  background-color: #006f97;
  z-index: 99999;
}
header #gnb .mobile_menu .logo img {
  width: 100%;
  max-width: 100px;
  line-height: 130px;
}
header #gnb .mobile_menu .content {
  padding: 1.2rem 3rem;
  text-align: center;
}
header #gnb .mobile_menu .content .logo {
  text-align: left;
}
header #gnb .mobile_menu .content .menu {
  padding-top: 14rem;
  padding-bottom: 2rem;
}
header #gnb .mobile_menu .content .menu li {
  text-align: center;
}
header #gnb .mobile_menu .content .menu li a {
  position: relative;
}
header #gnb .mobile_menu .content .menu li.view a:after {
  content: " ";
  position: absolute;
  bottom: 2rem;
  width: 120%;
  left: -10%;
  height: 4px;
  background-color: #fff;
}
header #gnb .mobile_menu .content .menu li a {
  display: inline-block;
  font-family: NanumSquare;
  font-size: 4rem;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 3;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
header #gnb .mobile_menu .content .bar {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #11111166;
}
header #gnb .mobile_menu .content .bar:before {
  /*content: "";*/
  width: 40%;
  height: 6px;
  background-color: #fff;
  position: absolute;
  top: -3px;
  left: 30%;
}
header #gnb .mobile_menu .content .customer {
  padding: 3rem 0 0.5rem;
  text-align: center;
}
header #gnb .mobile_menu .content .customer li a {
  display: inline-block;
  font-family: NanumSquare;
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 3;
  color: #111111;
}
header #gnb .mobile_menu .content .join {
  display: inline-block;
  padding: 2rem 7rem;
  background-color: #363636;
  border-radius: 2px;
  font-family: NanumSquare;
  font-size: 2.8rem;
  font-weight: 800;
  letter-spacing: -1.03px;
  text-align: center;
  color: #ffffff;
}
header #gnb .mobile_menu .wrap_close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 9999;
}
header #gnb .mobile_menu .wrap_close .close_bt {
  display: inline-block;
  padding: 1.2rem 1.8rem;
  font-size: 7rem;
  color: #fff;
}
section#area-1 {
  background-color: #fff;
  padding: 2rem 2rem;
  transition: 0.1s;
}
section#area-1 .banner-1 {
  padding: 1.2rem 3rem 1.5rem 0;
  border-right: 1px solid #ebebeb;
}
section#area-1 .banner-1 .text {
  padding: 0 1rem 0 0;
  font-family: NanumSquare;
  font-weight: 400;
  font-size: 2.4rem;
  letter-spacing: -1.2px;
  text-align: left;
  color: #111111;
}
section#area-1 .banner-1 .text h3 {
  font-size: 4.5rem;
  letter-spacing: -3.25px;
  text-align: left;
  color: #111111;
}
section#area-1 .banner-1 .text h3 span {
  font-weight: 800;
  color: #29abe2;
}
section#area-1 .banner-1 .bt {
  float: right;
  padding: 3.8rem;
  font-size: 2.85rem;
  font-weight: 800;
  letter-spacing: -1.43px;
  background-color: #363636;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  text-align: center;
}
section#area-1 .news {
  padding: 0 2.2rem 1.5rem 3rem;
}
section#area-1 .news .title {
  padding: 0 0.8rem;
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: -1.2px;
  color: #111;
  border-bottom: 1px solid #ebebeb;
}
section#area-1 .news .title i.more {
  float: right;
  font-style: normal;
}
section#area-1 .news ul {
  padding: 1rem;
}
section#area-1 .news ul li {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: -0.9px;
  text-align: left;
  color: #111111;
  padding-left: 1rem;
}
section#area-1 .news ul li:before {
  position: absolute;
  left: 4rem;
  content: "";
  display: list-item;
  list-style: disc inside;
}
section#area-1 .news ul li span.subject {
  display: inline-block;
  width: 70%;
}
section#area-1 .news ul li span.date {
  display: inline-block;
  width: 30%;
  color: #a1a1a1;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: -0.8px;
  text-align: right;
}
/*area-2*/
section#area-2{
  margin-top: -80px;
}
/*area-3*/
section#area-3 {
  padding: 0;
  font-family: NanumSquare;
  font-weight: 400;
  font-size: 2.2rem;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
}
section#area-3 .title {
  font-family: S-CoreDream-4;
  font-size: 5.5rem;
  letter-spacing: -1.5px;
  color: #111111;
  text-align: center;
}
section#area-3 .title b {
  font-family: S-CoreDream-8;
}
section#area-3 .title span {
  font-family: NanumSquare;
  font-weight: 800;
  letter-spacing: -3px;
  vertical-align: bottom;
}
/*article-1*/
section#area-3 article .content{
  word-break: keep-all;
}
section#area-3 .article-1 {
  padding: 8rem 0 10rem;
  background-color: #ffffff;
  position: relative;
}
section#area-3 .article-1 .img {
  background: url('../img/main/img_richform_function_img_01.png') no-repeat center center;
  background-size: contain;
  /*width: 47%; */
  padding-top: 50%;
  /*float: left;*/
  opacity: 0;
  left: -100px;
}
section#area-3 .article-1 .content {
  /*float: right;*/
  /*width: 47%;*/
  padding: 0;
  /*transition: 1s;*/
  text-align: right;
}
section#area-3 .article-1 .content h2 {
  font-family: NanumSquare;
  font-weight: 400;
  display: inline-block;
  padding: 2.0rem 0rem;
  margin: 2.4rem 0 4.0rem;
  /*background-color: #111;*/
  font-size: 4.5rem;
  letter-spacing: -2.48px;
  color: #000;
  position: relative;
  opacity: 0;
  right: -100px;
}
section#area-3 .article-1 .content h2 span{
  font-weight: 800;
}
section#area-3 .article-1 .content dl {
  position: relative;
  font-family: NanumSquare;
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 2.27;
  letter-spacing: -1.1px;
  text-align: left;
  color: #111111;
  margin-bottom: 2.5rem;
  opacity: 0;
  right: -100px;
}
section#area-3 .article-1 .content dl dt {
  font-weight: 400;
  font-size: 1.9rem;
  text-align: right;
  letter-spacing: -1.4px;
  line-height: normal;
  color: #6a6a6a;
}
section#area-3 .article-1 .content dl dd {
  position: relative;
  line-height: 2;
  padding: 2.0rem 0 0 2rem;
}
section#area-3 .article-1 .content dl dd:before {
  position: absolute;
  left: 0px;
  content: "";
  display: list-item;
  list-style: disc inside;
}
section#area-3 .article-1 .content dl dd:first-of-type {
  padding-top: 2.2rem;
}
section#area-3 .article-1 .content .button{
  text-align: right;
  padding: 1rem 0;
}
section#area-3 .article-1 .content .button button{
  font-size: 1.8rem;
  padding: 1rem 2rem;
}
section#area-3 .article-1 .content .graphic div{
  padding: 2rem 1rem;
}
section#area-3 .article-1 .content .graphic div img{
  width: 100%;
}
/*article-2*/
section#area-3 .article-2 {
  padding: 20rem 0 20rem;
  background-color: #ffeb80;
}
section#area-3 .article-2 .img {
  /*float: right;*/
  background: url('../img/main/img_richform_function_img_02.png') no-repeat center center;
  background-size: contain;
  /*width: 47%; */
  padding-top: 50%;
  opacity: 0;
  right: -100px;
}
section#area-3 .article-2 .content {
  /*width: 47%;*/
  padding: 0;
}
section#area-3 .article-2 .content h2 {
  font-family: NanumSquare;
  font-weight: 800;
  display: inline-block;
  padding: 2.0rem 5.9rem;
  margin: 2.4rem 0 4.0rem;
  background-color: #111;
  font-size: 4.5rem;
  letter-spacing: -2.48px;
  color: #fff;
  position: relative;
  opacity: 0;
  left: -100px;
}
section#area-3 .article-2 .content dl {
  font-family: NanumSquare;
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 2.27;
  letter-spacing: -1.1px;
  text-align: left;
  color: #111111;
  margin-bottom: 2.5rem;
  position: relative;
  opacity: 0;
  left: -100px;
}
section#area-3 .article-2 .content dl dt {
  font-weight: 800;
  font-size: 2.5rem;
  letter-spacing: -1.4px;
  line-height: normal;
}
section#area-3 .article-2 .content dl dd {
  position: relative;
  line-height: 2;
  padding: 2.0rem 0 0 2rem;
}
section#area-3 .article-2 .content dl dd:before {
  position: absolute;
  left: 0px;
  content: "";
  display: list-item;
  list-style: disc inside;
}
section#area-3 .article-2 .content dl dd:first-of-type {
  padding-top: 2.2rem;
}
/*article-3*/

section#area-3 .article-3 {
  padding: 20rem 0 20rem;
  background-color: #ffffff;
}
section#area-3 .article-3 .img {
  background: url('../img/main/img_richform_function_img_03.png') no-repeat center center;
  background-size: contain;
  /*width: 47%; */
  padding-top: 50%;
  opacity: 0;
  left: -100px;
}
section#area-3 .article-3 .content {
  /*float: right;*/
  /*width: 47%;*/
  padding: 0;
}
section#area-3 .article-3 .content h2 {
  font-family: NanumSquare;
  font-weight: 800;
  display: inline-block;
  padding: 2.0rem 5.9rem;
  margin: 2.4rem 0 4.0rem;
  background-color: #111;
  font-size: 4.5rem;
  letter-spacing: -2.48px;
  color: #fff;
  position: relative;
  opacity: 0;
  right: -100px;
}
section#area-3 .article-3 .content dl {
  font-family: NanumSquare;
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 2.27;
  letter-spacing: -1.1px;
  text-align: left;
  color: #111111;
  margin-bottom: 2.5rem;
  position: relative;
  opacity: 0;
  right: -100px;
}
section#area-3 .article-3 .content dl dt {
  font-weight: 800;
  font-size: 2.5rem;
  letter-spacing: -1.4px;
  line-height: normal;
}
section#area-3 .article-3 .content dl dd {
  position: relative;
  line-height: 2;
  padding: 2.0rem 0 0 2rem;
}
section#area-3 .article-3 .content dl dd:before {
  position: absolute;
  left: 0px;
  content: "";
  display: list-item;
  list-style: disc inside;
}
section#area-3 .article-3 .content dl dd:first-of-type {
  padding-top: 2.2rem;
}
/*article-4*/

section#area-3 .article-4 {
  padding: 20rem 0 20rem;
  background-color: #ddf6ff;
}
section#area-3 .article-4 .img {
  background: url('../img/main/img_richform_function_img_04.png') no-repeat center center;
  background-size: contain;
  /*width: 47%; */
  padding-top: 50%;
  /*float: right;*/
  opacity: 0;
  right: -100px;
}
section#area-3 .article-4 .content {
  /*width: 47%;*/
  padding: 0;
  /*margin-top: -5rem;*/
}
section#area-3 .article-4 .content h2 {
  font-family: NanumSquare;
  font-weight: 800;
  display: inline-block;
  padding: 2.0rem 5.9rem;
  margin: 2.4rem 0 4.0rem;
  background-color: #111;
  font-size: 4.5rem;
  letter-spacing: -2.48px;
  color: #fff;
  position: relative;
  opacity: 0;
  left: -100px;
}
section#area-3 .article-4 .content dl {
  font-family: NanumSquare;
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 2.27;
  letter-spacing: -1.1px;
  text-align: left;
  color: #111111;
  margin-bottom: 2.5rem;
  position: relative;
  opacity: 0;
  left: -100px;
}
section#area-3 .article-4 .content dl dt {
  font-weight: 800;
  font-size: 2.5rem;
  letter-spacing: -1.4px;
  line-height: normal;
}
section#area-3 .article-4 .content dl dd {
  position: relative;
  line-height: 2;
  padding: 2.0rem 0 0 2rem;
}
section#area-3 .article-4 .content dl dd:before {
  position: absolute;
  left: 0px;
  content: "";
  display: list-item;
  list-style: disc inside;
}
section#area-3 .article-4 .content dl dd:first-of-type {
  padding-top: 2.2rem;
}
/*area-4*/

section#area-4 .container-fluid{
  overflow: hidden;
}
section#area-4 article .container-fluid {
  background: url('../img/main/bg_portfolio_30.png') no-repeat center center;
  background-size: cover;
}
section#area-4 article .container {
  padding: 17.5rem 0 10rem 0;
}
section#area-4 .title {
  font-family: NanumSquare;
  font-weight: 800;
  font-size: 5.95rem;
  letter-spacing: -2.98px;
  text-align: center;
  color: #ffffff;
  padding: 0 0 9rem;
}
section#area-4 .title span {
  display: block;
  opacity: 0.5;
  font-family: NanumSquare;
  font-weight: 300;
  font-size: 1.9rem;
  letter-spacing: 11.4px;
  color: rgba(255, 222, 47, 0.5);
}
section#area-4 .bxslider div{
  overflow:hidden;
  transition: 1s;
}
section#area-4 .bxslider div img{
  transition: 1s;
  -webkit-transition: 0.5s;
}
section#area-4 .bxslider div:hover img{
  transform: scale(1.2);
}
/*bxslider*/
.container .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 47%;
  margin-top: -16px;
  outline: 0;
  width: 60px;
  height: 61px;
  text-indent: -9999px;
  z-index: 997;
  text-indent: 0;
  opacity: 1;
  color: #959595;
  text-align: center;
}
.container .bx-wrapper .bx-controls-direction a.bx-prev {
  left: -100px;
  text-align: right;
}
.container .bx-wrapper .bx-controls-direction a.bx-next {
  right: -100px;
}
/*area-5*/

section#area-5 {
  padding: 14.1rem 3rem 10rem;
  background-color: #fff;
}
section#area-5 .title {
  font-family: NanumSquare;
  font-weight: 800;
  font-size: 5.1rem;
  letter-spacing: -2.55px;
  text-align: center;
  color: #111111;
  margin: 0 0 3rem 0;
}
section#area-5 .desc {
  display: block;
  font-family: NanumSquare;
  font-weight: 400;
  font-size: 2.8rem;
  text-align: center;
  padding: 0 0 5rem 0;
}
section#area-5 .content {
  font-family: NanumSquare;
  margin: 2rem 0;
  position: relative;
  opacity: 0;
  padding: 2rem 5rem;
  min-height: 200px;
}
section#area-5 .content b {
  font-weight: 800;
}
section#area-5 .content .num {
  font-family: NanumSquareRound;
  background-color: #fff;
  font-weight: 700;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: -1.08px;
  color: #3f3f3f;
  padding: 0;
  margin: 0;
  font-style: italic;
}
section#area-5 .content .num span{
  font-family: NanumSquareRound;
  display: block;
  background-color: #fff;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -1.08px;
  color: #3f3f3f;
  padding: 0;
  margin: 0;
  font-style: normal;
}
section#area-5 .content .msg {
  position: relative;
  background-color: #fff;
  font-family: NanumSquare;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 1px;
  text-align: left;
  color: #7b7b7b;
  padding: 3rem 0 0 0;
  margin: 0;
}
section#area-5 .content .msg:before {
  content: "";
  position: absolute;
  width: 70px;
  height: 1px;
  background-color: #e6e6e6;
  left: -10px;
  top: 15px;
}
/*area-6*/

/*area-7*/

section#area-7 {
  background-color: #fff;
  padding: 10rem 0;
}
section#area-7 article .company_info{
  padding: 1rem;
  font-size: 2rem;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
section#area-7 article .company_info .row{
  padding: 1.3rem 0;
}
section#area-7 article .company_map{
  padding: 0 2rem;
}
section#area-7 article .company_map img{
  width: 100%;
}
/*widget*/
.widget{
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 998;
}
.widget li{
  overflow: hidden;
}
.widget li span{
  float: right;
  display: inline-block;
  width: 5rem;
  height: 5rem;
  border-radius: 50px;
  background-color: transparent;
  margin: 5px 0;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 4px 0px !important;
}
.widget li:nth-child(1){
  display: inline-block;
  /*height: 5rem;*/
  padding: 1.5rem 2.5rem;
  border-radius: 50px;
  background-color: #eed824;
  text-align: center;
  margin-bottom: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 4px 0px !important;
}
.widget li:nth-child(2){
  margin-top: 10px;
}
.widget li:nth-child(1) a{
  color: #111;
  font-weight: 900;
  font-size: 2rem;
}
.widget li:nth-child(2) span{
  background: url(../img/main/quick_icon_none_1_home.png) no-repeat center center transparent;
  background-size: contain;
}
.widget li.active:nth-child(2) span{
  background: url(../img/main/quick_icon_hover_1_home.png) no-repeat center center transparent;
  background-size: contain;
}
.widget li:nth-child(3) span{
  background: url(../img/main/quick_icon_none_2.png) no-repeat center center transparent;
  background-size: contain;
}
.widget li.active:nth-child(3) span{
  background: url(../img/main/quick_icon_hover_2.png) no-repeat center center transparent;
  background-size: contain;
}
.widget li:nth-child(4) span{
  background: url(../img/main/quick_icon_none_3.png) no-repeat center center transparent;
  background-size: contain;
}
.widget li.active:nth-child(4) span{
  background: url(../img/main/quick_icon_hover_3.png) no-repeat center center transparent;
  background-size: contain;
}
.widget li:nth-child(5) span{
  background: url(../img/main/quick_icon_none_4.png) no-repeat center center transparent;
  background-size: contain;
}
.widget li.active:nth-child(5) span{
  background: url(../img/main/quick_icon_hover_4.png) no-repeat center center transparent;
  background-size: contain;
}

/*footer*/
footer {
  background-color: #000000;
  padding: 7rem 0 2rem;
}
footer a {
  color: #959595;
  text-decoration: none;
}
footer a:hover {
  color: #959595;
  text-decoration: underline;
}
footer .row>div {
  font-family: NanumSquare;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.34;
  letter-spacing: 0px;
  text-align: left;
  color: #959595;
}
footer .justify{
  text-align: justify !important;
}
footer .row div.logo{
  text-align: center;
  padding: 50px 0 0px 0px;
  min-height: 220px;
}
footer .logo img {
  width: 70%;
  max-width: 200px;
}
footer .row>div .title {
  display: block;
  padding-bottom: 23px;
  font-family: NanumSquare;
  font-size: 1.9rem;
  font-weight: 800;
  letter-spacing: -0.95px;
  text-align: left;
  color: #898989;
}
footer .row .company{
  min-height: 220px;
}
footer .row .customer{
  min-height: 220px;
}
footer .customer a {
  display: inline-block;
  width: 100%;
}
footer .company>div,
footer .customer>div{
  padding-bottom: 8px;
}
footer .chat div{
  padding-bottom: 15px;
  padding-left: 15px;
}
footer .chat .kakao img{
  width: 155px;
}
footer .chat .channel img{
  width: 120px;
  margin-left: 3px;
}
footer div div.copyright{
  text-align: center;
  padding: 60px 0 0 0;
}
/*mediaquies*/

@media screen and (max-width: 1200px) {
  header #gnb .menu ul li a {
    padding: 10px 10px;
  }
  header #gnb .menu ul li.view:after {
    top: 20px;
    left: 20px;
  }
  section#area-1 .banner-1 .bt {
    padding: 2.5rem;
  }
  section#area-1 .banner-1 .text {
    font-size: 2.2rem;
  }
  section#area-1 .banner-1 .text h3 {
    font-size: 4.5rem;
  }
  section#area-1 .news {
    /*padding: 1rem 0;*/
  }
}
/*tablet*/

@media screen and (max-width: 992px) {
  html, body {
    font-size: 9px;
  }
  header #gnb {
    height: 80px;
  }
  header #gnb .logo {
    line-height: 80px;
  }
  header #gnb .menu ul li {
    float: left;
    padding: 10px 1rem;
  }
  header #gnb .menu ul.customer li {
    padding: 10px 5px;
  }
  header #gnb .menu ul li a {
    padding: 15px .5rem;
  }
  header #gnb .menu ul li.view:after {
    top: 0px;
    left: 10px;
  }
  section#area-1 .banner-1 {
    padding: 1.5rem 2.5rem 2.5rem 0;
    border-right: 0px none;
  }
  section#area-1 .banner-1 .bt {
    padding: 2.5rem;
  }
  section#area-1 .banner-1 .text {
    font-size: 2.4rem;
  }
  section#area-1 .banner-1 .text h3 {
    font-size: 4.5rem;
  }
  section#area-1 .news {
    padding: 1rem 0;
  }
  section#area-1 .news ul li:before {
    left: 0.8rem;
  }
  footer {
    padding: 6rem 3rem 3rem;
  }
  footer .row>div .title {
    font-size: 2.4rem;
  }
  footer .row>div {
    font-size: 1.8rem;
  }
  footer .row>div:nth-child(2) {
    padding-bottom: 1.2rem;
  }
}
/*mobile*/

@media screen and (max-width: 768px) {
  html, body {
    font-size: 1.4vw;
  }
  header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
  }
  header #top_banner {
    padding: 4rem 0 10rem;
  }
  header #top_banner, header #top_banner span.point, header #top_banner .text-2 {
    font-size: 4rem;
    line-height: 1.8;
  }
  header #top_banner span {
    line-height: 1.8;
  }
  header #top_banner .arrow-1 {
    line-height: 4;
  }
  header #top_banner .close {
    font-size: 3rem;
    bottom: 2rem;
  }
  header #gnb {
    height: 70px;
  }
  header #gnb .logo {
    line-height: 70px;
  }
  header #gnb .logo img{
    width: 70%;
    max-width: 300px;
  }
  header #gnb .mobile_bt {
    /*line-height: 70px;*/
  }
  .slides .slide.slide-4 {
    color: #fff;
  }
  section#area-1 .container {
    padding: 0;
  }
  section#area-1 .banner-1 {
    padding: 3rem 0;
  }
  section#area-1 .banner-1 .bt {
    padding: 2rem 1rem;
    margin-top: 1rem;
  }
  section#area-1 .banner-1 .text {
    font-size: 3rem;
  }
  section#area-1 .banner-1 .text h3 {
    font-size: 5rem;
  }
  section#area-1 .news {
    padding: 1rem 0;
  }
  section#area-1 .news .title {
    font-size: 3.5rem;
  }
  section#area-1 .news ul li {
    font-size: 2.4rem;
  }
  section#area-1 .news ul li span.date {
    font-size: 2.4rem;
  }
  section#area-1 .news ul li:before {
    left: 0.8rem;
  }
  section#area-3 .article-2, section#area-3 .article-3, section#area-3 .article-4 {
    padding: 10rem 0;
  }
  section#area-3 .container .img {
    padding-top: 80%;
  }
  section#area-3 .container .content {
    text-align: center;
  }
  section#area-3 .container .content h2 {
    text-align: center;
    position: relative;
    top: -3rem;
    margin: 0 0 4rem 0;
    padding: 1.2rem 4rem;
  }
  section#area-4 article .container {
    padding: 12rem 0 10rem;
  }
  section#area-3 article .container .content dl dt {
    font-size: 2.4rem;
    line-height: 1.5;
    text-align: left;
  }
  section#area-3 article .container .content dl dd {
    font-size: 2.7rem;
  }
  section#area-5 {
    padding: 10rem 0rem 10rem;
  }
  section#area-5 .content {
    padding: 2rem 7rem;
  }
  section#area-5 .content .msg {
    font-size: 3.5rem;
    margin: 0 auto;
    padding: 7rem 3rem;
    min-height: auto;
  }
  section#area-5 .content .name {
    font-size: 4rem;
    margin: 0 auto;
    padding: 7rem 4rem 4rem;
  }
  section#area-7 article .company_info{
    padding: 2rem;
    margin-bottom: 2rem;
  }
  .widget{
    bottom: 45px;
    right: 15px;
  }
  .widget li span{
    width: 7rem;
    height: 7rem;
    border-radius: 50px;
    background-color: transparent;
    margin: 7px 0;
    cursor: pointer;
  }
  .widget li:nth-child(1){
    display: table-cell;
    padding: 2rem 3rem;
    border-radius: 10px;
    background-color: #eed824;
    text-align: center;
  }
  .widget li:nth-child(1) a{
    color: #111;
    font-weight: 900;
    font-size: 5vw;
  }
  footer {
    padding: 5rem 4rem 5rem;
  }
  footer .row>div .title {
    font-size: 3.5rem;
  }
  footer .row>div {
    font-size: 2.8rem;
    padding-bottom: 1.2rem;
  }
  footer .chat{
    padding: 15px 0 0 0;
  }
  footer .chat div{
    padding-bottom: 5px;
    padding-left: 0px;
  }
  footer .chat .channel{
    text-align: right;
  }
}
