@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  color: #000;
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
img {
  border: 0;
  vertical-align: middle;
}
html {
  font-size: 16px;
}
body {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #444;
  line-height: 1.14; /* normal 은 1.14 */
  letter-spacing: 0; /* normal 은 0px 이다. */
  /* 글자가 영역을 벗어날 때 어떻게 자를 것인지. 철자로 자름 */
  word-break: break-all;
}

/* 안내창 */
body {
  /* 모달창 떠있을 때 스크롤바 안생기게 */
  overflow-y: hidden;
}
body.active {
  overflow-y: auto;
}
.modal {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999999999;
}
.modal-box {
  width: 500px;
  height: 370px;
  background-color: #fff;
  border-radius: 20px;
}
.modal-box h1 {
  font-size: 55px;
  font-weight: 500;
  text-align: center;
  color: #f57584;
}
.modal-notice {
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  letter-spacing: -1.2px;
}
.modal-notice strong {
  color: #f57584;
}
.modal-notice span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 8px;
  letter-spacing: -0.8px;
}
.modal-notice span a {
  color: #f57584;
  font-weight: 700;
}

/* 공통요소 */
.container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.clearfix::after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  clear: both;
}
/* 레이아웃 */
.wrap {
  position: relative;
  display: block;
}
/* 헤더 */
.header {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 80px;
  z-index: 9999;
  overflow: hidden;
  transition: height 0.5s;
}
.header:hover {
  height: calc(80px + 330px);
}

.header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 80px;
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
}

.header::after {
  content: "";
  position: absolute;
  left: 0;
  top: 81px;
  display: block;
  width: 100%;
  height: 330px;
  background: rgba(0, 0, 0, 0.5);
}

.header-inner {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  height: 79px;
  z-index: 1;
}

.logo {
  position: absolute;
  left: 0;
  top: 20px;
  display: block;
}
.nav {
  /* 만약에 nav를 relative로 구현한다면  */
  position: relative;
  display: block;
  width: calc(160px * 6 - 60px);
  margin: 0 auto;
  /* relative 방식 사용하기. 덜 복잡함. */

  /* position: absolute;
  left: calc(50% - (180px * 6 / 2) - 60px); */
  /* 윗줄의 left 와 같은 방법 :
  left: 50%;
  transform: translatex(-50%);
  */
  /* top: 0;
  display: block; */
}
.gnb {
  position: relative;
  display: block;
  width: calc(180px * 6 - 60px);
  overflow: hidden;
}
.gnb > li {
  position: relative;
  display: block;
  width: 180px;
  float: left;
}
.gnb > li:last-child {
  width: 120px;
}
.gnb > li > a {
  position: relative;
  display: block;
  height: 79px;
  line-height: 79px;
  font-size: 19px;
  font-weight: 500;
}

.depth2 {
  position: relative;
  display: block;
  padding: 40px 0;
}
.depth2 > li {
  position: relative;
  display: block;
}
.depth2 > li > a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 1.92;
}

.gnb a:hover {
  color: #ed1c24;
}
.gnb > li:hover > a {
  color: #ed1c24;
}
.lang {
  position: absolute;
  right: 0;
  top: 36px;
  display: block;
}
.lang-list {
  position: relative;
  display: block;
  overflow: hidden;
}
.lang-list > li {
  position: relative;
  display: block;
  float: left;
  padding: 0 10px;
}
.lang-list > li > a {
  position: relative;
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  color: #888;
  font-weight: 500;
}

.lang-list > li > a.lang-active {
  color: #000;
}

.lang-list > li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;

  display: block;
  width: 1px;
  height: 11px;
  background: #999;
}
.lang-list > li:last-child::after {
  content: none;
}

/* 비주얼 */
.visual {
  position: relative;
  display: block;
  width: 100%;
  height: 910px;
  background: url("../images/img_visual01.png") no-repeat center;
  background-size: cover;

  /* header 가 fixed 가 되면 높이가 반영 안 됨. */
  /* 레이아웃을 지켜야 하므로 강제로  */
  /* header 높이 80px 만큼 조절해 줌. */
  margin-top: 80px;
}

.visual-inner {
  position: relative;
  display: block;
  height: 100%;
  /* margin-top 의 오류 해결 위해 공간 띄워주기 */
  padding-top: 1px;
}
.visual-slogan {
  position: relative;
  display: block;
  font-size: 70px;
  color: #fff;
  font-weight: 500;
  margin-top: 240px;
}
.visual-slogan::before {
  content: "";
  position: absolute;
  left: 5px;
  top: -45px;
  display: block;
  width: 60px;
  height: 5px;
  background: #ed1c24;
}
.visual-txt {
  position: relative;
  display: block;
  font-size: 21px;
  color: #fff;
  margin-top: 30px;
}

.visual-bt {
  position: absolute;
  left: calc(50% - 33px / 2);
  bottom: 40px;
  display: block;
  width: 33px;
  height: 33px;
  background: url("../images/bg_common.png") no-repeat;
  background-position: -122px 0;
  border: 0;
  font-size: 0;
  cursor: pointer;
}

/* 비즈니스 */
.business {
  position: relative;
  display: block;
  width: 100%;
  padding: 100px 0;
  background: #f8f8f8;
}
.business-inner {
  position: relative;
  display: block;
}
.business-top {
  position: relative;
  display: block;
  margin-bottom: 70px;
}
.business-title {
  position: relative;
  display: block;
  font-size: 44px;
  color: #111;
  font-weight: 600;
  text-align: center;
  padding-bottom: 31px;
}

.business-title::after {
  content: "";
  position: absolute;
  left: calc(50% - 37px / 2);
  bottom: 0;
  display: block;
  width: 37px;
  height: 4px;
  background: #ed1c24;
}

.business-desc {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 30px;
}
.business-bottom {
  position: relative;
  display: block;
}
.business-list {
  position: relative;
  display: block;
}

.business-list > li {
  position: relative;
  display: block;
  width: calc(100% / 5);
  height: 420px;
  float: left;
  background: url("../images/img_business.png") no-repeat;
}

.business-list > li:nth-child(1) {
  background-position: calc(240px * 0) 0px;
}
.business-list > li:nth-child(2) {
  background-position: calc(240px * -1) 0px;
}
.business-list > li:nth-child(3) {
  background-position: calc(240px * -2) 0px;
}
.business-list > li:nth-child(4) {
  background-position: calc(240px * -3) 0px;
}
.business-list > li:nth-child(5) {
  background-position: calc(240px * -4) 0px;
}

.business-list > li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 100px 0;
  text-align: center;
  color: #fff;
  font-size: 24px;
  background: rgba(244, 128, 37, 0);
  transition: background 0.5s;
}
.business-list > li > a:hover {
  background: rgba(244, 128, 37, 1);
}

.business-list > li > a::after {
  content: "";
  position: absolute;
  left: calc(50% - 130px / 2);
  bottom: 94px;

  display: block;
  visibility: hidden;
  opacity: 0;
  width: 130px;
  height: 112px;
  background: url("../images/bg_common.png") no-repeat;
  background-position: 0px 0px;
  transition: opacity 0.5s, visibility 0.5s;
}
.business-list > li > a:hover::after {
  visibility: visible;
  opacity: 1;
}

.business-list > li:nth-child(1) > a::after {
  background-position: -165px 0px;
}
.business-list > li:nth-child(2) > a::after {
  background-position: -298px 0px;
}
.business-list > li:nth-child(3) > a::after {
  background-position: 0px -116px;
}
.business-list > li:nth-child(4) > a::after {
  background-position: -140px -121px;
}
.business-list > li:nth-child(5) > a::after {
  background-position: -267px -114px;
}

/* 뉴스 */
.news {
  position: relative;
  display: block;
  width: 100%;
  padding: 55px 0;
  background: #ed1c24;
}
.news-bg {
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 50%;
  height: 100%;
  background: #58595b;
}
.news-inner {
  position: relative;
  display: block;
}

.news-wrap {
  position: relative;
  display: block;
  width: calc(50% - 95px);
}
.news-inner .news-wrap:first-child {
  float: left;
}
.news-inner .news-wrap:last-child {
  float: right;
}

.news-wrap h3 {
  position: relative;
  display: block;
  font-size: 32px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 45px;
}
.news-content {
  position: relative;
  display: block;
}
.news-list > li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 25px 0;
}
.news-list > li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.news-list > li > a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #fff;
}
.news-list > li > a > .news-txt {
  position: relative;
  display: block;
  width: 385px;
  /* 한줄 말줄임 ... 표시하는 법 (세가지 써야함) */
  white-space: nowrap; /* 줄내림 방지 */
  text-overflow: ellipsis; /* 넘치는 부분 점섬 */
  overflow: hidden;
}
.news-list > li > a::after {
  content: "";
  position: absolute;
  right: 29px;
  top: 0;
  width: 48px;
  height: 23px;
  background: url("../images/bg_common.png") no-repeat;
  background-position: 0px -49px;
}

/* 고객센터 */
.cs {
  position: relative;
  display: block;
  padding: 60px 0;
  background: #f8f8f8;
}
.cs-inner {
  position: relative;
  display: block;
}
.cs-link {
  position: relative;
  display: block;
  width: calc(50% - 1px);
  height: 200px;
  background: #fff;
  padding: 50px 60px;
}
.cs-inner > .cs-link:first-child {
  float: left;
  background: #fff url("../images/bg_faq.png") no-repeat;
  background-position: calc(100% - 50px) 50%;
}
.cs-inner > .cs-link:last-child {
  float: right;
  background: #fff url("../images/bg_custom.png") no-repeat;
  background-position: calc(100% - 50px) 50%;
}
.cs-link h3 {
  position: relative;
  display: block;
  color: #000;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}
.cs-link p {
  position: relative;
  display: block;
}
/* 회사소개 */
.about {
  position: relative;
  display: block;
  padding: 100px 0;
  background: #fff;
}
.about-inner {
  position: relative;
  display: block;
}
.about-top {
  position: relative;
  display: block;
  background: url("../images/img_about.png") no-repeat;
  background-position: 100% 50%;
  margin-bottom: 80px;
}
.about-top > h2 {
  position: relative;
  display: block;
  font-size: 44px;
  color: #111;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 35px;
  padding-bottom: 55px;
}
.about-top > p {
  position: relative;
  display: block;
  font-size: 15px;
  padding-left: 100px;
  padding-bottom: 70px;
}
.about-top > p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 37px;
  height: 5px;
  background: #ed1c24;
}
.about-top > p > b {
  position: relative;
  display: block;
  font-size: 21px;
  color: #111;
  font-weight: 500;
  padding-bottom: 25px;
}

.about-bottom {
  position: relative;
  display: block;
  text-align: center;
}
.about-list {
  position: relative;
  display: inline-block;
}
.about-list > li {
  position: relative;
  display: block;
  float: left;
}
.about-list > li > a {
  position: relative;
  display: block;
  font-size: 22px;
  color: #111;
  font-weight: 500;
}
.about-list > li > a::before {
  content: "";
  position: relative;
  display: block;
  width: 110px;
  height: 108px;
  background: url("../images/bg_icon.png") no-repeat;
  margin-bottom: 25px;
}
.about-list > li:nth-child(1) > a::before {
  background-position: 0px 0px;
}
.about-list > li:nth-child(2) > a::before {
  background-position: -110px 0px;
}
.about-list > li:nth-child(3) > a::before {
  background-position: -220px 0px;
}

.about-list > li:nth-child(2) {
  margin: 0 200px;
}

/* 푸터 */
.footer {
  position: relative;
  display: block;
  padding: 50px 0;
  background: #4e4e4e;
}
.footer-inner {
  position: relative;
  display: block;
}
.footer-logo {
  position: relative;
  display: block;
  float: left;
  margin-right: 130px;
}

.footer-info {
  position: relative;
  display: block;
  float: left;
}
.footer-list {
  position: relative;
  display: block;
}
.footer-list > li {
  position: relative;
  display: block;
  font-size: 13px;
  color: #c3c3c3;
  margin-bottom: 5px;
}
.footer-list > li > address {
  position: relative;
  display: inline-block;
  font-style: normal;
}
.footer-list > li > i {
  position: relative;
  display: inline-block;
}
