@charset "UTF-8";
header nav ul.main_menu > li:nth-child(1) a * {
  color: #91AAC0 !important;
}

.sub01 {
  margin-top: 200px;
}
.sub01 .brand_logo_wrap ul {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
}
.sub01 .brand_logo_wrap ul li {
  width: 100%;
  height: 466px;
  padding: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub01 .brand_logo_wrap ul li:nth-child(1) {
  background-color: #2F2F2F;
  justify-content: left;
}
.sub01 .brand_logo_wrap ul li:nth-child(2) {
  background-color: #87A0B6;
}
.sub01 .brand_logo_wrap ul li:nth-child(3) {
  background-color: #fff;
}
.sub01 .brand_logo_wrap ul li:nth-child(4) {
  background-color: #fff;
}
.sub01 .brand_logo_wrap ul li:nth-child(5) {
  padding: 0;
  grid-column: 2/4;
}
.sub01 .brand_info {
  margin: 200px 0;
}
.sub01 .brand_info .info_text {
  margin-bottom: 60px;
}
.sub01 .brand_info .info_text h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -1.5px;
}
.sub01 .brand_info .info_text h2 span {
  color: #fff;
  display: inline-block;
  position: relative;
}
.sub01 .brand_info .info_text h2 span:before {
  content: "";
  display: inline-block;
  background-color: #87A0B6;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 102%;
  height: 100%;
  z-index: -1;
}
.sub01 .brand_info .info_text h2 strong {
  color: #87A0B6;
  font-weight: 600;
}
.sub01 .philosophy_wrap {
  background-color: #2F2F2F;
  padding: 200px 0;
  overflow: hidden;
}
.sub01 .philosophy_wrap * {
  color: #fff;
}
.sub01 .philosophy_wrap > div {
  display: flex;
  justify-content: space-between;
}
.sub01 .philosophy_wrap > div > div {
  width: 100%;
}
.sub01 .philosophy_wrap > div > div:first-child {
  margin-right: 100px;
}
.sub01 .philosophy_wrap .box:not(:last-child) {
  margin-bottom: 320px;
}
.sub01 .philosophy_wrap .box .text_box small {
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
  color: #87A0B6;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
}
.sub01 .philosophy_wrap .box .text_box h4 {
  font-size: 56px;
  font-weight: 600;
  line-height: normal;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  margin: 10px 0 40px;
}
.sub01 .philosophy_wrap .box .text_box p {
  font-size: 20px;
  font-weight: 300;
  line-height: 170%; /* 34px */
  letter-spacing: -1px;
}
.sub01 .philosophy_wrap .inner_box {
  max-width: 1400px;
  margin: 0 auto;
}
.sub01 .philosophy_wrap .inner_box .philosophy_title {
  margin-top: -15px;
}
.sub01 .philosophy_wrap .inner_box .philosophy_title small {
  display: flex;
  align-items: center;
}
.sub01 .philosophy_wrap .inner_box .philosophy_title small span {
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
  color: #87A0B6;
  white-space: nowrap;
}
.sub01 .philosophy_wrap .inner_box .philosophy_title small::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #87A0B6;
  display: inline-block;
  margin-left: 20px;
  transition: width 2s ease;
}
.sub01 .philosophy_wrap .inner_box .philosophy_title h3 {
  font-size: 80px;
  font-weight: 600;
  line-height: normal;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  margin-top: 15px;
}
.sub01 .philosophy_wrap .box01 .philosophy_con_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sub01 .philosophy_wrap .box01 .philosophy_con_box .text_box {
  align-self: flex-end;
  margin-bottom: 107px;
}
.sub01 .philosophy_wrap .box02 {
  justify-content: center;
}
.sub01 .philosophy_wrap .box02 .text_box {
  margin-top: 130px;
}
.sub01 .philosophy_wrap .box03 .philosophy_con_box {
  display: flex;
  flex-direction: column;
}
.sub01 .philosophy_wrap .box03 .philosophy_con_box img {
  align-self: flex-end;
  margin-top: 120px;
}
.sub01 .philosophy_wrap .box03 .philosophy_img_box {
  padding-top: 107px;
  text-align: right;
}
.sub01 .philosophy_wrap.active .philosophy_title small::after {
  width: 100%;
}

.sub02 {
  overflow: hidden;
}
.sub02 .brand_img_wrap {
  position: relative;
}
.sub02 .brand_img_wrap .inner {
  position: absolute;
  left: 50%;
  bottom: 150px;
  transform: translateX(-50%);
  width: 100%;
}
.sub02 .brand_img_wrap .sub_title_box h2, .sub02 .brand_img_wrap .sub_title_box p {
  color: #fff;
}
.sub02 .brand_img_wrap .sub_title_box p {
  margin-top: 50px;
}
.sub02 .vs_wrap {
  margin: 200px 0 150px;
}
.sub02 .vs_wrap .vs01 {
  display: flex;
  margin-bottom: 150px;
}
.sub02 .vs_wrap .vs01 .vs_text_box {
  margin: 60px 0 80px 100px;
}
.sub02 .vs_wrap .vs01 .vs_text_box h2 {
  font-weight: 600;
  line-height: 140%;
}
.sub02 .vs_wrap .vs01 .vs_text_box h2 strong {
  font-weight: 600;
}
.sub02 .vs_wrap .vs01 ul {
  margin-top: 80px;
  counter-reset: number 0;
}
.sub02 .vs_wrap .vs01 ul li {
  display: flex;
}
.sub02 .vs_wrap .vs01 ul li:not(:last-child) {
  margin-bottom: 50px;
}
.sub02 .vs_wrap .vs01 ul li::before {
  counter-increment: number 1;
  content: "0" counter(number);
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
  color: #87A0B6;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  margin-right: 20px;
}
.sub02 .vs_wrap .vs01 ul li h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1px;
  margin-bottom: 10px;
}
.sub02 .vs_wrap .vs01 ul li p {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: -1px;
}
.sub02 .vs_wrap .vs02 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sub02 .vs_wrap .vs02 > div {
  display: flex;
  align-items: center;
  height: 300px;
}
.sub02 .vs_wrap .vs02 > div h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 217px;
  height: 100%;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%; /* 36px */
  letter-spacing: -1px;
  color: #979797;
  background-color: #F8F8F8;
}
.sub02 .vs_wrap .vs02 > div ul {
  margin: 0 18px;
  display: flex;
  justify-content: space-between;
  counter-reset: number 0;
  background-image: url(../img/sub/vs_line.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  flex-grow: 1;
}
.sub02 .vs_wrap .vs02 > div ul li {
  width: 150px;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 87px;
  border: 1px solid rgba(47, 47, 47, 0.2);
  background: #FFF;
  position: relative;
  text-align: center;
}
.sub02 .vs_wrap .vs02 > div ul li::before {
  counter-increment: number 1;
  content: "STEP" counter(number);
  font-size: 16px;
  font-weight: 600;
  line-height: 150%; /* 24px */
  color: #A8A8A8;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
}
.sub02 .vs_wrap .vs02 > div ul li p {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: -1px;
  margin-top: 8px;
}
.sub02 .vs_wrap .vs02 > div.vs_bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.sub02 .vs_wrap .vs02 > div.vs_bottom h3 {
  background: rgba(195, 217, 237, 0.17);
  color: #87A0B6;
  position: relative;
}
.sub02 .vs_wrap .vs02 > div.vs_bottom h3::before {
  content: "VS";
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 100px;
  border: 1px solid rgba(47, 47, 47, 0.3);
  width: 81px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub02 .vs_wrap .vs02 > div.vs_bottom ul {
  max-width: 827px;
  margin: 0 auto;
  background-image: url(../img/sub/vs_line02.svg);
  position: relative;
}
.sub02 .vs_wrap .vs02 > div.vs_bottom ul:before {
  content: "필요 시 즉각 수정";
  color: #87A0B6;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: -1px;
  position: absolute;
  top: 30%;
  right: 15.5%;
  transform: translate(-50%, -50%);
}
.sub02 .vs_wrap .vs02 > div.vs_bottom ul li {
  border-color: #87A0B6;
}
.sub02 .vs_wrap .vs02 > div.vs_bottom ul li:before {
  color: #87A0B6;
}
.sub02 .vs_wrap .vs02 > div.vs_bottom ul li:last-child {
  background-color: #87A0B6;
}
.sub02 .vs_wrap .vs02 > div.vs_bottom ul li:last-child:before {
  color: #fff;
}
.sub02 .vs_wrap .vs02 > div.vs_bottom ul li:last-child * {
  color: #fff;
}
.sub02 .digital_wrap {
  background-color: #F6F6F6;
  padding: 200px 0;
}
.sub02 .digital_wrap .digital_top .sub_title_box h2 {
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sub02 .digital_wrap .digital_top .sub_title_box h2 p {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: -1px;
}
.sub02 .digital_wrap .digital_bottom {
  margin-top: 63px;
}
.sub02 .digital_wrap .digital_bottom ul {
  display: flex;
  justify-content: space-between;
}
.sub02 .digital_wrap .digital_bottom ul li .text_box {
  margin-top: 30px;
}
.sub02 .digital_wrap .digital_bottom ul li .text_box small {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  color: #AFAFAF;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
}
.sub02 .digital_wrap .digital_bottom ul li .text_box h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.5px;
  margin: 10px 0 30px;
}
.sub02 .digital_wrap .digital_bottom ul li .text_box p {
  font-size: 20px;
  font-weight: 400;
  line-height: 160%; /* 32px */
  letter-spacing: -1px;
}
.sub02 .banner_wrap {
  background-color: #87A0B6;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 198px 0 157px;
}
.sub02 .banner_wrap .text_banner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}