@charset "UTF-8";
html, body {
  height: 100%;
}

body {
  background: #fefefe;
  color: #555555;
  font-family: "Noto Sans KR", sans-serif;
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.04em;
}

html, body, ul, li, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #1d1d1d;
  font-family: "Poppins", sans-serif;
}

p {
  font-family: "Noto Sans KR", sans-serif;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #33353d;
  transition: 0.5s;
}
a:hover {
  color: #191919;
}

.gbtn {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  background: #33353d;
  color: white;
  border: 1px solid #33353d;
}
.gbtn.right {
  float: right;
}
.gbtn:hover {
  color: #33353d;
  background: white;
}

.box {
  display: flex;
}
.box.items-2 .items {
  flex: 50%;
}
.box .items {
  box-sizing: border-box;
  padding: 50px;
  font-size: 18px;
  flex: 100%;
  flex-shrink: 0;
}
.box .items .title {
  margin-top: 100px;
  font-size: 32px;
}
.box .items img {
  width: 100%;
}
.box .items.center {
  text-align: center;
}

.introduce .box .items {
  padding: 30px;
}
.introduce .box .items .title {
  margin-top: 30px;
}
.introduce .box .items .title-h4 {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 20px;
}
.introduce .box .items .mission-text {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 315px;
  background-color: #f3f3f3;
  color: #1d1d1d;
  font-size: 36px;
  margin: 0;
}
.introduce .box .items .items-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.introduce .box .items .items-inner li {
  width: 45.5%;
  height: 200px;
  padding: 15px;
  color: #fff;
}
.introduce .box .items .items-inner li h4 {
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  padding: 30px 0 10px 20px;
}
.introduce .box .items .items-inner li p {
  font-size: 16px;
  padding: 10px 20px;
  line-height: 25px;
}
.introduce .box .items .items-inner li:nth-child(1) {
  background: url("../img/company/value-img01.png") no-repeat center/cover;
}
.introduce .box .items .items-inner li:nth-child(2) {
  background: url("../img/company/value-img02.png") no-repeat center/cover;
}
.introduce .box .items .items-inner li:nth-child(3) {
  background: url("../img/company/value-img03.png") no-repeat center/cover;
}
.introduce .box .items .items-inner li:nth-child(4) {
  background: url("../img/company/value-img04.png") no-repeat center/cover;
}
.introduce .box .items .items-inner li:nth-child(2) {
  background: url("../img/company/value-img02.PNG") no-repeat center/cover;
}
.introduce .box .items .items-inner li:nth-child(1), .introduce .box .items .items-inner li:nth-child(2) {
  margin-bottom: 30px;
}
.introduce .box .items .award-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.introduce .box .items .award-list li {
  width: 23%;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 15px;
}
.introduce .box .items .award-list li:nth-child(5), .introduce .box .items .award-list li:nth-child(6), .introduce .box .items .award-list li:nth-child(7) {
  margin-bottom: 0;
}
.introduce .box .items .award-list li img {
  width: 60%;
  -o-object-position: center;
     object-position: center;
  border: 1px solid #dedede;
  padding: 40px;
  margin-bottom: 15px;
}

.ci .box .items {
  padding: 30px;
}
.ci .box .items .title {
  margin-top: 30px;
}
.ci .box .items .title.ci-title {
  font-family: "Noto Sans KR", sans-serif;
}
.ci .box .items p.ci-info {
  font-size: 16px;
}
.ci .box .items.ci-bg {
  position: relative;
}
.ci .box .items.ci-bg img {
  opacity: 0.1;
}
.ci .box .items.ci-bg ul {
  width: 80%;
  display: flex;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%);
}
.ci .box .items.ci-bg ul li {
  width: 30%;
  margin: 0 50px;
  text-align: center;
}
.ci .box .items.ci-bg ul li span {
  font-size: 14px;
}
.ci .box .items.ci-bg ul li h4 {
  font-size: 120px;
  font-weight: 400;
  line-height: 1;
}

.history .box .items {
  padding: 30px;
}
.history .box .items .title {
  margin-top: 30px;
  text-align: center;
}
.history .box .items .title-h4 {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
}
.history .box .items.history-list {
  position: relative;
}
.history .box .items.history-list .line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: #dedede;
}
.history .box .items.history-list ul {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.history .box .items.history-list ul li {
  position: relative;
  width: 45%;
}
.history .box .items.history-list ul li:nth-child(odd) {
  text-align: right;
  padding-right: 30px;
  margin: 30px 0;
}
.history .box .items.history-list ul li:nth-child(odd)::after {
  right: -26px;
}
.history .box .items.history-list ul li:nth-child(even) {
  text-align: left;
  padding-left: 30px;
  margin: 150px 0 30px 0;
}
.history .box .items.history-list ul li:nth-child(even)::after {
  left: -23px;
}
.history .box .items.history-list ul li h5 {
  font-size: 22px;
  color: #444;
  font-weight: 500;
}
.history .box .items.history-list ul li p {
  margin: 0;
  font-size: 16px;
}
.history .box .items.history-list ul li::after {
  content: "";
  position: absolute;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  border: 3px solid #33353d;
}

.product .box .items {
  padding: 20px;
}
.product .box .items .title {
  margin-top: 0;
}
.product .box .items .gbtn {
  margin: 50px 0 0 40%;
  font-size: 15px;
}

.gallery-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
.gallery-wrap .gallery {
  position: relative;
  width: 750px;
  margin: 30px auto;
}
.gallery-wrap .gallery #main {
  width: 750px;
  height: 580px;
  float: right;
  overflow: hidden;
  box-sizing: border-box;
  border: 3px solid white;
}
.gallery-wrap .gallery #main img {
  width: 100%;
}
.gallery-wrap .gallery .navi-wrap {
  position: relative;
}
.gallery-wrap .gallery .navi-wrap > img {
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 500;
}
.gallery-wrap .gallery .navi-wrap > img.next {
  right: 0;
  transform: translate(100%, -50%);
}
.gallery-wrap .gallery .navi-wrap > img.prev {
  left: 0;
  transform: translate(-100%, -50%);
}
.gallery-wrap .gallery .navi-wrap #navi {
  width: 750px;
  overflow: hidden;
}
.gallery-wrap .gallery .navi-wrap #navi ul li {
  width: 150px;
  float: left;
  border: 3px solid white;
  box-sizing: border-box;
}
.gallery-wrap .gallery .navi-wrap #navi ul li img {
  width: 100%;
}
.gallery-wrap .gallery .navi-wrap #navi .page-wrap {
  width: 1800px;
}
.gallery-wrap .gallery .navi-wrap #navi .page-wrap .page {
  float: left;
  overflow: hidden;
}

.location .box {
  text-align: center;
}
.location .box .items {
  padding: 20px;
}
.location .box .items .title {
  margin-top: 20px;
  font-family: "Noto Sans KR", sans-serif;
}
.location .box .items .location-btn {
  margin-top: 30px;
}
.location .box .items .location-btn ul {
  display: flex;
  width: 50%;
  margin: 0 auto;
}
.location .box .items .location-btn ul li {
  width: 33%;
  padding: 8px 15px;
  background-color: #fff;
  border: 1px solid #33353d;
  cursor: pointer;
  font-family: "Noto Sans KR", sans-serif;
  transition: 0.3s;
}
.location .box .items .location-btn ul li:not(:nth-child(1)) {
  border-left: 0;
}
.location .box .items .location-btn ul li.on, .location .box .items .location-btn ul li:hover {
  background-color: #33353d;
  color: #fff;
}
.location .location-list {
  width: 100%;
  margin-top: 50px;
  text-align: center;
}
.location .location-list li {
  color: #1d1d1d;
  font-size: 18px;
  display: none;
}
.location .location-list li .location-name {
  font-size: 22px;
  margin: 10px 0;
}
.location .location-list li.on {
  display: block;
}

dl {
  margin: 20px 0 0 0;
}
dl:nth-child(1) {
  margin: 50px 0 0 0;
}
dl dt {
  text-indent: 1em;
  font-size: 17px;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  background: #33353d;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
}
dl dt:hover {
  background: #191919;
}
dl dd {
  margin: 0;
  margin-bottom: 20px;
  height: 300px;
  background: #eee;
  border-radius: 0 0 10px 10px;
}
dl dd.on {
  display: block;
}
dl dd p {
  margin: 0;
  padding: 20px;
}

table + .gbtn {
  margin-top: 20px;
}
table.common-table {
  width: 100%;
  margin: 50px auto 0;
  border-collapse: collapse;
  /* 첫번째 테이블 속성의 타이틀 영역을 제외한 가로줄 hover 효과 주기 */
}
table.common-table th, table.common-table td {
  padding: 15px;
  height: 30px;
  text-align: left;
  vertical-align: middle;
  font-size: 16px;
}
table.common-table th {
  background: #33353d;
  color: white;
  font-weight: 500;
}
table.common-table td {
  font-weight: 300;
  color: #555555;
  border-bottom: 1px solid #33353d;
}
table.common-table tr:not(:first-child):hover {
  background: #eee;
}

.hover {
  background: #eee;
}

#map {
  margin-top: 50px;
}

.customoverlay {
  position: relative;
  bottom: 60px;
  border-radius: 6px;
  border: 1px solid #ccc;
  border-bottom: 2px solid #ddd;
  float: left;
}
.customoverlay:nth-of-type(n) {
  border: 0;
  box-shadow: 0px 1px 2px #888;
}
.customoverlay a {
  display: block;
  text-decoration: none;
  color: #33353d;
  text-align: center;
  border-radius: 6px;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  background: #33353d;
  background: #33353d url(https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/arrow_white.png) no-repeat right 14px center;
}
.customoverlay .title {
  display: block;
  text-align: center;
  background: #fff;
  margin-right: 35px;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: bold;
}
.customoverlay::after {
  content: "";
  position: absolute;
  margin-left: -12px;
  left: 50%;
  bottom: -12px;
  width: 22px;
  height: 12px;
  background: url("https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/vertex_white.png");
}

#wrap {
  width: 100%;
  min-width: 1320px;
  /* footer */
}
#wrap .inner-wrap {
  width: 1320px;
  margin: 0 auto;
}
#wrap #header {
  position: relative;
  height: 75px;
  z-index: 500;
}
#wrap #header #top-logo {
  float: left;
  margin-top: 15px;
}
#wrap #header #top-logo a {
  display: inline-block;
  width: 80px;
  height: 24px;
  line-height: 24px;
}
#wrap #header #top-logo a img {
  width: 100%;
}
#wrap #header #top-nav {
  position: relative;
  height: 75px;
  float: right;
}
#wrap #header #top-nav ul {
  float: left;
}
#wrap #header #top-nav ul li {
  position: relative;
  float: left;
  margin-left: 30px;
}
#wrap #header #top-nav ul li:first-child {
  margin-left: 0;
}
#wrap #header #top-nav ul li:hover .sub-menu {
  opacity: 1;
}
#wrap #header #top-nav ul li:hover .sub-menu li {
  height: 40px;
  opacity: 1;
}
#wrap #header #top-nav ul li a {
  width: 100%;
  height: 75px;
  line-height: 75px;
}
#wrap #header #top-nav ul li .sub-menu {
  position: absolute;
  top: 80%;
  border: 1px solid #33353d;
  opacity: 0;
  transition: 0.5s;
}
#wrap #header #top-nav ul li .sub-menu li {
  margin: 0;
  min-width: 150px;
  width: 100%;
  height: 0;
  padding: 0 10px;
  box-sizing: border-box;
  background: white;
  opacity: 0;
  transition-duration: 0.5s;
}
#wrap #header #top-nav ul li .sub-menu li a {
  line-height: 40px;
}
#wrap main {
  min-height: calc(100vh - (75px + 612px) - 51px);
}
#wrap #footer {
  margin-top: 50px;
  color: #33353d;
}
#wrap #footer .footer-top {
  padding: 60px 0 30px;
}
#wrap #footer .inner-wrap > .container {
  padding: 30px 0;
  text-align: center;
}
#wrap #footer .container {
  margin: 0 auto;
}
#wrap #footer .container .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#wrap #footer .container .row .column {
  flex: 25%;
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 30px;
}
#wrap #footer .container .row .column.footer-logo {
  flex: 180px;
  opacity: 0.3;
}
#wrap #footer .container .row .column.footer-logo h3 {
  width: 100px;
}
#wrap #footer .container .row .column.footer-logo h3 img {
  width: 100%;
}
#wrap #footer .container .row .column.news input[type=search] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}
#wrap #footer .container .row .column.news input[type=submit] {
  border: 0;
  padding: 6px 0;
  width: 35%;
  text-align: center;
  color: #ffffff;
  background: #33353d;
  cursor: pointer;
}
#wrap #footer .container .row .column h4 {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
#wrap #footer .container .row .column h4:before, #wrap #footer .container .row .column h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}
#wrap #footer .container .row .column h4:before {
  right: 0;
  background: #191919;
}
#wrap #footer .container .row .column h4:after {
  width: 60px;
  background: #33353d;
}
#wrap #footer .container .row .column ul li {
  border-bottom: 1px solid #33353d;
  padding: 10px 0;
}
#wrap #footer .container .row .column ul li:nth-child(1) {
  padding-top: 0;
}
#wrap #footer .container .row .column p {
  font-size: 14px;
  line-height: 22px;
}
#wrap #footer .container .credits,
#wrap #footer .container .copyright {
  font-size: 14px;
}

.mainbanner {
  position: relative;
  width: 100%;
  height: calc(100vh - 75px);
  overflow: hidden;
}
.mainbanner .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.mainbanner .bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.mainbanner .bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.inner:nth-child(1) {
  margin-top: 50px;
}
.inner .box.items-2 p + a {
  margin-top: 50px;
}

body.subpage main .container {
  display: flex;
}
body.subpage main .container #lnb {
  flex: 230px;
  flex-shrink: 0;
  flex-grow: 0;
  box-sizing: border-box;
  padding-right: 50px;
}
body.subpage main .container #lnb ul li {
  border-bottom: 1px solid #33353d;
}
body.subpage main .container #lnb ul li.on a {
  color: white;
  background: #33353d;
  padding-left: 20px;
}
body.subpage main .container #lnb ul li:hover a {
  padding-left: 20px;
}
body.subpage main .container #lnb ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 50px;
  font-size: 18px;
  box-sizing: border-box;
}
body.subpage main .container .content {
  flex: 100%;
}
body.subpage main .container .content.faq {
  min-height: 650px;
}
body.subpage main .container .sub-title {
  height: 51px;
}
body.subpage main .container .sub-title span {
  position: absolute;
  display: inline-block;
  padding-bottom: 8px;
  font-size: 24px;
  font-weight: bold;
  line-height: 43px;
}
body.subpage main .container .sub-title span:after {
  content: "";
  position: absolute;
  height: 3px;
  background: #33353d;
  left: 0;
  right: 0;
  bottom: 0;
}
body.subpage main .container .inner + .inner {
  margin-top: 50px;
  border-top: 1px solid #33353d;
}
body.subpage main .container .inner .box {
  flex-wrap: wrap;
}/*# sourceMappingURL=style.css.map */