#header_wrap {
  width: 100%;
  height: 100px;
  background-color: transparent;
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 0px solid rgba(255, 255, 255, 0.15);
}
#header #logo {
  margin-left: 0;
  padding: 0;
  display: flex;
  align-items: flex-end;
}
#header #logo a {
  display: block;
  font-family: "Noto Sans KR", sans-serif;
  color: #fff;
  font-size: 2em;
}
#header #logo img {
  height: 50px;
  margin-right: 10px;
}
#header {
  left: 0;
  top: 0px;
  width: 100%;
  z-index: 6;
  height: 100px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#header .header-inner {
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-content: flex-end;
  padding: 0;
}
.main_visual {
  position: relative;
  background: #000;
  height: 820px;
  margin-top: 0;
  overflow: hidden;
}
.main_visual .sec_inner {
  position: relative;
  width: 1300px;
  margin: 0 auto;
}
.main_visual .text {
  position: absolute;
  left: 0;
  top: 260px;
  z-index: 99;
}
.main_visual .text h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 54px;
  color: #fff;
}
.main_visual .text p {
  font-family: "NanumSquare", sans-serif;
  font-size: 18px;
  color: #b0b0b0;
  font-weight: 300;
  margin-top: 20px;
}
.main_visual .imgs {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 98;
  height: 820px;
  text-align: right;
}
.main_visual .imgs .img1 {
  position: absolute;
  right: 130px;
  top: 0;
  z-index: 1;
}
.main_visual .imgs .img2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.main_visual .imgs .img3 {
  position: absolute;
  right: 220px;
  bottom: 0;
  z-index: 2;
}
#sec1_wrap .sec_inner {
  width: 1300px;
  margin: 0 auto;
}
#sec1_wrap .btn1 {
  width: 270px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #333;
  font-size: 16px;
  font-weight: 300;
  overflow: hidden;
  z-index: 1;
  position: relative;
  border: 1px solid #ddd;
  transition: all 0.5s ease;
}
#sec1_wrap .btn1::before {
  content: "";
  z-index: -1;
  position: absolute;
  background: #1f4491;
  transition: all 0.5s;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
}
#sec1_wrap .btn1 strong.point {
  color: #1f4491;
  font-weight: 800;
}
#sec1_wrap .btn2 {
  width: 210px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #1f4491;
  font-size: 16px;
  font-weight: 300;
  overflow: hidden;
  z-index: 1;
  position: relative;
  border: 1px solid #1f4491;
  transition: all 0.5s ease;
}
#sec1_wrap .btn2::before {
  content: "";
  z-index: -1;
  position: absolute;
  background: #1f4491;
  transition: all 0.5s;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
}
#sec1_wrap .btn_arrow {
  display: block;
  width: 24px;
  height: 1px;
  position: relative;
  background: #1f4491;
  margin-left: 60px;
  transition: all 0.5s ease;
  top: 2px;
  left: 0;
}
#sec1_wrap .btn_arrow::after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 1px;
  background: #1f4491;
  right: 0;
  transform: rotate(43deg);
  top: -3px;
  transition: all 0.5s ease;
}
#sec1_wrap .btn2:hover {
  border-color: #1f4491;
  color: #fff;
}
#sec1_wrap .btn2:hover::before {
  width: 100%;
}
#sec1_wrap .btn2:hover .btn_arrow,
#sec1_wrap .btn2:hover .btn_arrow::after {
  background: #fff;
}
#sec1_wrap {
  background: #fff;
}
#sec1_wrap .sec_inner {
  display: flex;
  align-items: center;
}
#sec1_wrap .left {
  width: 550px;
  text-align: left;
}
#sec1_wrap .right {
  width: 750px;
}
#sec1_wrap .left h2 {
  font-size: 15px;
  font-weight: 600;
  color: #1f4491;
  letter-spacing: 10px;
  font-family: "Montserrat";
  text-transform: uppercase;
}
#sec1_wrap .left .subTitle {
  font-size: 32px;
  font-weight: 600;
  color: #333;
  line-height: 38px;
  font-family: "NanumSquare", sans-serif;
  margin: 20px 0;
}
#sec1_wrap .left .subTitle span {
  font-weight: 800;
  color: #1f4491;
  position: relative;
  z-index: 1;
}
#sec1_wrap .left p {
  font-size: 15px;
  font-weight: 300;
  color: #666;
  line-height: 20px;
}
#sec1_wrap .left .btn1 {
  margin: 35px 20px 0 0;
}
#sec1_wrap .right ul {
  width: 100%;
  display: flex;
  text-align: center;
  padding: 155px 15px 145px;
}
#sec1_wrap .right ul li {
  width: 50%;
}
#sec1_wrap .right ul li a {
  display: block;
  width: 100%;
}
#sec1_wrap .right ul li h2 {
  font-size: 24px;
  font-weight: 700;
  color: #ddd;
  font-family: "Montserrat";
  transition: color 0.4s ease;
}
#sec1_wrap .right ul li .icon {
  width: 130px;
  height: 130px;
  background: #fff;
  border: 1px solid #ddd;
  transition: all 0.4s ease;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 25px;
  position: relative;
}
#sec1_wrap .right ul li .icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  border: 3px solid #1f4491;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#sec1_wrap .right ul li a .icon img {
  transition: transform 500ms;
}
#sec1_wrap .right ul li .title {
  font-size: 18px;
  font-weight: 800;
  color: #1f4491;
  font-family: "NanumSquare", sans-serif;
}
#sec1_wrap .right ul li p {
  font-size: 14px;
  font-weight: 300;
  color: #666;
  line-height: 24px;
  letter-spacing: -0.42px;
  margin: 10px 0 25px;
}
#sec1_wrap .right ul li span {
  display: block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  transition: all 0.4s ease;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 12px;
  font-weight: 400;
  color: #bcbcbc;
  font-family: "Montserrat";
  margin: 0 auto;
}
#sec1_wrap .right ul li a:hover h2 {
  color: #1f4491;
}
#sec1_wrap .right ul li a:hover .icon {
  border-color: #1f4491;
}
#sec1_wrap .right ul li a:hover .icon::after {
  opacity: 1;
}
#sec1_wrap .right ul li a:hover span {
  background: #1f4491;
  border-color: #1f4491;
  color: #fff;
}
#sec2_wrap .sec_inner {
  width: 1300px;
  margin: 0 auto;
}
#sec2_wrap {
  text-align: left;
  padding: 130px 0 140px;
  background: url("../images/newmain/bg_aboutcompany.jpg") 50% 50% no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#sec2_wrap h2 {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 10px;
  font-family: "Montserrat";
  text-transform: uppercase;
}
#sec2_wrap h1 {
  font-size: 34px;
  font-weight: 300;
  color: #fff;
  line-height: 52px;
  font-family: "NanumSquare", sans-serif;
  margin: 50px 0;
}
#sec2_wrap h1 span {
  font-weight: 700;
}
#sec2_wrap p {
  max-width: 900px;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.85);
  line-height: 28px;
}
#sec2_wrap .btn1 {
  margin: 50px auto 0;
}
footer {
  width: 100%;
  background-color: #212121;
  padding: 45px 0 40px 0;
  clear: both;
  border-top: 1px solid #212121;
}
.footer_inner {
  max-width: 1300px;
  margin: 0 auto;
  display: block;
  font-size: 13px;
  font-weight: 300;
  color: #888;
  line-height: 24px;
  text-align: left;
  word-break: keep-all;
  font-weight: 300;
}
.footer_inner p.copy {
  color: #666;
  font-weight: 300;
  display: block;
  margin-top: 5px;
}
.footer_inner a {
  color: #666 !important;
  line-height: 18px;
  font-weight: 300;
}
