@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap");
/**************************************** company 공통 시작*/
.comp__back_title {
  position: absolute;
  color: rgba(96, 96, 96, 0.05);
  font-size: 25rem;
  top: 100px;
  left: 0;
  line-height: 0.65;
  white-space: nowrap;
}

/**************************************** company 공통 끝*/
/**************************************** company 시작*/
.company__sec1 {
  height: 100vh;
  position: relative;
}

.comp__s1_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  margin-top: 100px;
}

.comp__s1_back_container {
  position: absolute;
  left: 50%;
  bottom: -30%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
}
.comp__s1_back_container .comp__s1_back_wrap {
  width: 120.3125vw;
  display: grid;
  grid-template-columns: 0.5fr 1.5fr;
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
}
.comp__s1_back_container .comp__s1_back_wrap .circle {
  border: 50px solid #FFFC77;
  border-radius: 100%;
  width: 34.375vw;
  height: 34.375vw;
}
.comp__s1_back_container .comp__s1_back_wrap .circle_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.comp__s2_contents_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.comp__s2_contents_container .comp__s2_contents_wrap p {
  white-space: pre-line;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.65;
}
.comp__s2_contents_container .comp__s2_title {
  font-size: 3.75rem;
  font-weight: 700;
}

.comp__sec3 {
  background-color: #1A1A1A;
}

.comp__s3_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 100px;
}

.comp__s3_count_container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  height: 515px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(/img/sub01/comp__s3_banner.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.comp__s3_count_container .comp__s3_count_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1024px;
  width: 100%;
}
.comp__s3_count_container .comp__s3_count_wrap .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 20px;
  color: #fff;
}
.comp__s3_count_container .comp__s3_count_wrap .count .name {
  font-size: 1.625rem;
}
.comp__s3_count_container .comp__s3_count_wrap .count .val {
  font-size: 5.625rem;
  font-weight: 700;
}

.comp__s3_info_container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  color: #fff;
}
.comp__s3_info_container .comp__s3_info_wrap {
  display: grid;
  grid-template-columns: 2.5fr 3.5fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
}
.comp__s3_info_container .comp__s3_info_wrap .comp__s3_info {
  display: grid;
  grid-template-columns: 100px 1fr;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comp__s3_info_container .comp__s3_info_wrap .comp__s3_info .name,
.comp__s3_info_container .comp__s3_info_wrap .comp__s3_info .contents {
  font-size: 1.0625rem;
}

.comp__sec4 {
  position: relative;
}

.comp__s4_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 100px;
}

.comp__s4_cap_wrap {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  position: relative;
  z-index: 6;
}
.comp__s4_cap_wrap li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comp__s4_cap_wrap li p {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  padding: 0 20px;
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.comp__s4_cap_wrap::after {
  content: "";
  width: calc(100% - 200px);
  height: 1px;
  background-color: #1A1A1A;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.comp__s4_contents_wrap {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  position: relative;
  z-index: 5;
}
.comp__s4_contents_wrap li {
  aspect-ratio: 1/1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.comp__s4_contents_wrap li p {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.65;
  font-weight: 700;
}
.comp__s4_contents_wrap li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 30px solid #FFFC77;
}

.comp__sec5 {
  background-color: #1A1A1A;
  position: relative;
  color: #fff;
}
.comp__sec5 .comp__back_title {
  color: rgba(96, 96, 96, 0.15);
}

.comp__s5_container {
  position: relative;
  z-index: 2;
}

.comp__s5_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  padding-left: calc((100% - 1640px) / 2);
}
.comp__s5_title_wrap .title {
  white-space: nowrap;
  font-size: 9.375rem;
  font-weight: 700;
}
.comp__s5_title_wrap .line {
  display: block;
  width: 100%;
  height: 5px;
  background-color: #fff;
  margin-top: 50px;
}

.comp__s5_contents_container {
  margin-top: 150px;
}
.comp__s5_contents_container .comp__s5_contents_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
.comp__s5_contents_container .comp__s5_contents_wrap li {
  font-size: 1.0625rem;
  display: grid;
  grid-template-columns: 75px 1fr;
}
.comp__s5_contents_container .comp__s5_contents_wrap li .year {
  white-space: nowrap;
}
.comp__s5_contents_container .comp__s5_contents_wrap li .contents {
  word-break: keep-all;
}
.comp__s5_contents_container .comp__s5_contents_slide figure {
  width: 100%;
  aspect-ratio: 17/24;
  overflow: hidden;
}

.comp__sec6 {
  position: relative;
}

.comp__s6_container {
  position: relative;
  z-index: 2;
}

.comp__s6_contents_container {
  display: grid;
  grid-template-columns: 335px 1fr;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
}
.comp__s6_contents_container .comp__s6_info_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
.comp__s6_contents_container .comp__s6_info_wrap li {
  display: grid;
  grid-template-columns: 75px 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.0625rem;
}
.comp__s6_contents_container .comp__s6_info_wrap li .name {
  font-weight: 700;
}
.comp__s6_contents_container .comp__s6_map_wrap {
  aspect-ratio: 216/109;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comp__s6_contents_container .comp__s6_map_wrap iframe {
  width: 100%;
  height: 100%;
}

/**************************************** company 끝*/
@media screen and (max-width: 1680px) {
  .comp__s5_title_wrap {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1440px) {
  .comp__back_title {
    font-size: 18.75rem;
  }
  .comp__s5_title_wrap .title {
    font-size: 7.5rem;
  }
  .comp__s5_title_wrap .line {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1240px) {
  .comp__back_title {
    font-size: 15.625rem;
  }
  .company__sec1 {
    height: 90vh;
  }
  .comp__s1_back_container .comp__s1_back_wrap {
    width: 138.5416666667vw;
  }
  .comp__s1_back_container .comp__s1_back_wrap .circle {
    width: 39.5833333333vw;
    height: 39.5833333333vw;
  }
  .comp__s2_contents_container {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .comp__s2_contents_container .comp__s2_contents_wrap p {
    font-size: 1rem;
  }
  .comp__s2_contents_container .comp__s2_title {
    font-size: 2.5rem;
  }
  .comp__s3_container {
    row-gap: 80px;
  }
  .comp__s3_count_container {
    height: 430px;
  }
  .comp__s3_count_container .comp__s3_count_wrap .count {
    row-gap: 10px;
  }
  .comp__s3_count_container .comp__s3_count_wrap .count .name {
    font-size: 1.375rem;
  }
  .comp__s3_count_container .comp__s3_count_wrap .count .val {
    font-size: 4.375rem;
  }
  .comp__s3_info_container .comp__s3_info_wrap {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .comp__s3_info_container .comp__s3_info_wrap .comp__s3_info {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .comp__s4_container {
    row-gap: 80px;
  }
  .comp__s4_cap_wrap {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .comp__s4_cap_wrap li p {
    padding: 0 10px;
  }
  .comp__s4_contents_wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
  .comp__s4_contents_wrap li p {
    font-size: 1.125rem;
  }
  .comp__s4_contents_wrap li::after {
    border: 15px solid #FFFC77;
  }
  .comp__s5_title_wrap .title {
    font-size: 5rem;
  }
  .comp__s5_title_wrap .line {
    margin-top: 40px;
  }
  .comp__s5_contents_container {
    margin-top: 30px;
  }
  .comp__s6_contents_container {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .comp__back_title {
    font-size: 15.625rem;
    top: 50px;
  }
  .company__sec1 {
    height: 80vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .comp__s1_title_wrap {
    margin-top: 0;
  }
  .comp__s1_back_container .comp__s1_back_wrap .circle {
    border: 40px solid #FFFC77;
  }
  .comp__s2_contents_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    row-gap: 30px;
  }
  .comp__s3_count_container {
    height: 350px;
  }
  .comp__s3_count_container .comp__s3_count_wrap {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
  .comp__s3_count_container .comp__s3_count_wrap .count {
    row-gap: 5px;
  }
  .comp__s3_count_container .comp__s3_count_wrap .count .name {
    font-size: 1.25rem;
  }
  .comp__s3_count_container .comp__s3_count_wrap .count .val {
    font-size: 3.125rem;
  }
  .comp__s3_info_container .comp__s3_info_wrap {
    grid-template-columns: 1fr;
    row-gap: 25px;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .comp__s3_info_container .comp__s3_info_wrap .comp__s3_info {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #fff;
  }
  .comp__s4_container {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .comp__s4_cap_wrap {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .comp__s4_cap_wrap li p {
    padding: 10px 0;
  }
  .comp__s4_cap_wrap::after {
    content: "";
    width: 1px;
    height: calc(100% - 200px);
  }
  .comp__s4_contents_wrap {
    padding-right: 0;
    padding-left: 0;
    grid-template-columns: 1fr;
    justify-items: center;
    row-gap: 15px;
  }
  .comp__s4_contents_wrap li {
    max-width: 200px;
  }
  .comp__s4_contents_wrap li p {
    font-size: 1.125rem;
  }
  .comp__s4_contents_wrap li::after {
    border: 15px solid #FFFC77;
    background-color: #fff;
    z-index: -1;
  }
  .comp__s5_title_wrap .title {
    font-size: 4.375rem;
  }
  .comp__s5_title_wrap .line {
    margin-top: 20px;
  }
  .comp__s5_contents_container {
    margin-top: 30px;
  }
  .comp__s5_contents_container .comp__s5_contents_wrap li {
    font-size: 0.9375rem;
    grid-template-columns: 55px 1fr;
  }
  .comp__s6_contents_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .comp__back_title {
    top: 30px;
    font-size: 9.375rem;
  }
  .company__sec1 {
    height: auto;
    display: block;
  }
  .comp__s1_title_wrap {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .comp__s1_back_container .comp__s1_back_wrap .circle {
    border: 30px solid #FFFC77;
  }
  .comp__s2_contents_container {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .comp__s2_contents_container .comp__s2_title {
    font-size: 2.25rem;
  }
  .comp__s4_cap_wrap li p {
    padding: 10px 0;
    font-size: 1.125rem;
  }
  .comp__s4_contents_wrap {
    row-gap: 10px;
  }
  .comp__s4_contents_wrap li {
    max-width: 150px;
  }
  .comp__s4_contents_wrap li p {
    font-size: 1rem;
  }
  .comp__s4_contents_wrap li::after {
    border: 10px solid #FFFC77;
    background-color: #fff;
    z-index: -1;
  }
  .comp__s5_title_wrap .title {
    font-size: 3.125rem;
  }
  .comp__s5_title_wrap .line {
    height: 3px;
    margin-top: 15px;
  }
  .comp__s5_contents_container {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
  .comp__s5_contents_container .comp__s5_contents_wrap {
    row-gap: 10px;
  }
  .comp__s5_contents_container .comp__s5_contents_wrap li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 540px) {
  .comp__back_title {
    font-size: 5.625rem;
    line-height: 1;
  }
  .comp__s1_title_wrap {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .comp__s1_back_container .comp__s1_back_wrap {
    width: 132vw;
  }
  .comp__s1_back_container .comp__s1_back_wrap .circle {
    border: 15px solid #FFFC77;
    width: 40vw;
    height: 40vw;
  }
  .comp__s2_contents_container .comp__s2_contents_wrap p {
    white-space: normal;
    word-break: keep-all;
    font-weight: 400;
  }
  .comp__s2_contents_container .comp__s2_contents_wrap p .br_type.br_type--mo {
    display: block;
  }
  .comp__s2_contents_container .comp__s2_title {
    font-size: 1.875rem;
  }
  .comp__s3_container {
    row-gap: 50px;
  }
  .comp__s3_count_container {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .comp__s3_count_container .comp__s3_count_wrap {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .comp__s3_count_container .comp__s3_count_wrap .count .name {
    font-size: 0.9375rem;
  }
  .comp__s3_count_container .comp__s3_count_wrap .count .val {
    font-size: 2.25rem;
  }
  .comp__s3_info_container .comp__s3_info_wrap {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  .comp__s3_info_container .comp__s3_info_wrap .comp__s3_info {
    grid-template-columns: 60px 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    padding-bottom: 20px;
  }
  .comp__s3_info_container .comp__s3_info_wrap .comp__s3_info .name,
  .comp__s3_info_container .comp__s3_info_wrap .comp__s3_info .contents {
    font-size: 0.9375rem;
  }
  .comp__s4_cap_wrap li p {
    padding: 5px 0;
    font-size: 1rem;
  }
  .comp__s4_cap_wrap::after {
    content: "";
    width: 1px;
    height: calc(100% - 100px);
  }
  .comp__s4_container {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .comp__s4_contents_wrap {
    row-gap: 8px;
  }
  .comp__s4_contents_wrap li {
    max-width: 120px;
  }
  .comp__s4_contents_wrap li p {
    font-size: 1rem;
  }
  .comp__s4_contents_wrap li p .br_type.br_type--mo {
    display: block;
  }
  .comp__s4_contents_wrap li::after {
    border: 8px solid #FFFC77;
  }
  .comp__s6_contents_container {
    row-gap: 30px;
  }
  .comp__s6_contents_container .comp__s6_info_wrap li {
    grid-template-columns: 65px 1fr;
  }
  .comp__s6_contents_container .comp__s6_map_wrap {
    aspect-ratio: 16/9;
  }
}/*# sourceMappingURL=sub01.css.map */