main>section {
  position: relative;
  z-index: 4;
}

main>section.sub__top {
  position: relative;
  z-index: 1;
}

.header__right>a {
  background: #fff;
}

.header__right>a span {
  color: #000;
}

nav ul li a span {
  color: #fff;
}

section.first {
  margin-top: var(--space1);
}

.sub__top {
  position: relative;
  width: calc(100% - 20px);
  height: 670px;
  margin: 0 auto;
  margin-top: 10px;
  overflow: hidden;
  border-radius: 30px;
}

.sub__top__bg {
  height: 100%;
}

.sub__top__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub__top__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sub__top__text h3 {
  color: #FFF;
  font-size: 100px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -3px;
  display: flex;
  align-items: center;
  gap: 25px;
}

.sub__top__text h3 img {
  transition: all 0.5s ease;
  transform: scale(0);
  width: 0;
}

.sub__top__text.start h3 img {
  transform: scale(1);
  width: 170px;
}

.sub__title1 {
  color: #000;
  font-size: 55px;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: -1.65px;
}

.about__text__flex {
  display: flex;
  justify-content: space-between;
}

.about__text__flex p {
  max-width: 560px;
  color: rgba(0, 0, 0, 0.50);
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: -0.78px;
}

.about__img {
  margin-top: var(--space1);
}

.about__img img {
  max-width: 100%;
}

.about__core {
  position: relative;
  margin-top: var(--space2);
  padding-bottom: var(--space1);
  background: #EBEBEB;
  z-index: 3;
}

.about__core::before {
  content: '';
  position: absolute;
  left: 0;
  top: -390px;
  width: 100%;
  height: 390px;
  background: #EBEBEB;
  z-index: -1;
}

.about__core .inner>span {
  display: block;
  color: #000;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.87;
  letter-spacing: -0.96px;
}

.about__core ul {
  display: flex;
  gap: 10px;
  margin-top: 40px;
}

.about__core ul li {
  flex: 1;
}

.about__core ul li div {
  padding: 80px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}

.about__core ul li div span {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.42px;
  border-radius: 6px;
  background: var(--01, #BA111E);
  color: #FFF;
  padding: 3px 20px;
  height: 36px;
  display: inline-block;
  box-sizing: border-box;
}

.about__core ul li div h5 {
  margin-top: 30px;
  height: 140px;
  color: #000;
  font-size: 55px;
  font-weight: 500;
  line-height: 1.27;
  letter-spacing: -1.65px;
}

.about__core ul li div p {
  margin-top: 30px;
  color: #727272;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.6px;
}

.portfolio__board {
  margin-top: var(--space2);
}

.portfolio__select {
  display: none;
}

.portfolio__head ul {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.portfolio__head ul li {}

.portfolio__head ul li a {
  display: block;
  border-radius: 300px;
  border: 1px solid rgba(0, 0, 0, 0.30);
  background: #FFF;
  padding: 6px 30px;
  color: rgba(0, 0, 0, 0.50);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.8;
  transition: all 0.5s ease;
}

.portfolio__head ul li.active a,
.portfolio__head ul li:hover a {
  display: block;
  border-radius: 300px;
  border: 1px solid #BA111E;
  background: #BA111E;
  padding: 6px 30px;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.8;
}

.portfolio__grid {
  width: calc(100% - 20px);
  margin: 0 auto;
  max-width: 1920px;
}

.portfolio__grid ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 30px;
  margin-top: 40px;
}

.portfolio__grid ul li a {
  display: block;
}

.portfolio__grid ul li a .imgbox {
  font-size: 0;
  border-radius: 30px;
  overflow: hidden;
}

.portfolio__grid ul li a:hover .imgbox img {
  transform: scale(1.1);
}

.portfolio__grid ul li a .imgbox img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
  transform: scale(1);
  transition: all 0.5s ease;
}

.portfolio__grid ul li a .textbox {}

.portfolio__grid ul li a .textbox h4 {
  margin-top: 30px;
  color: #000;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  margin-top: 10px;
  max-height: 80px;
  line-height: 1.5;
  overflow: hidden;
  vertical-align: top;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: color 0.5s ease;
}

.portfolio__grid ul li a:hover .textbox h4 {
  color: #BA111E;
}

.portfolio__grid ul li a .textbox p {
  margin-top: 15px;
  color: rgba(0, 0, 0, 0.50);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.54px;
}

.press__board__title,
.contact__map__title {
  color: #000;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.87;
  letter-spacing: -0.96px;
}

.press__board {
  margin-bottom: var(--space1);
}

.press__board ul {
  border-top: 1px solid rgba(0, 0, 0, 0.50);
  margin-top: 30px;
}

.press__board ul li {}

.press__board ul li a {
  display: flex;
  padding: 50px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.50);
}

.press__board ul li a span {
  width: 100px;
  color: rgba(0, 0, 0, 0.50);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.54px;
}

.press__board ul li a p {
  width: calc(100% - 120px);
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 100px;
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.9px;
  transition: color 0.5s ease;
}

.press__board ul li a:hover p {
  color: #BA111E
}

.press__board ul li a img {
  width: 20px;
  opacity: 0;
  position: relative;
  left: -8px;
  transition: all 0.5s ease;
}

.press__board ul li a:hover img {
  left: 0;
  opacity: 1;
}

.com__board3__head {
  display: flex;
  justify-content: space-between;
  padding: 40px 0 40px;
  border-top: 2px solid rgba(0, 0, 0, 1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.30);
  align-items: center;
}

.com__board3__head h4 {
  color: #000;
  font-size: 55px;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: -1.65px;
}

.com__board3__head h4 {
  max-width: 80%;
  width: 100%;
  word-break: break-all;
}

.com__board3__head div {
  display: flex;
  gap: 20px;
}

.com__board3__head div p {
  color: rgba(0, 0, 0, 0.50);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.54px;
}

.com__board3__head div p b {
  font-weight: 400;
}

.com__board3 {
  /* border-top: 1px solid rgba(194, 193, 192, 0.50); */
}

.com__board3__down {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.30);
  gap: 20px;
}

.com__board3__down span {
  color: rgba(0, 0, 0, 0.50);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.54px;
}

.com__board3__down i {
  display: inline-block;
  color: rgba(0, 0, 0, 0.10);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.54px;
}

.com__board3__down div {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
}

.com__board3__down div p a {
  color: rgba(0, 0, 0, 0.50);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.54px;
}

.com__board3__body {
  padding: 40px 0;
  border-bottom: 2px solid #000;
  min-height: 240px;
}

.com__board3__arr {
  margin-top: 30px;
}

.com__board3__com {
  border-bottom: 1px solid rgba(194, 193, 192, 0.50);
}

.com__board3__prev {
  border-top: 1px solid rgba(194, 193, 192, 0.50);
}

.com__board3__com a {
  display: flex;
  width: 100%;
  padding: 33px 0;
  justify-content: space-between;
  align-items: center;
}

.com__board3__com a div {
  display: inline-flex;
  gap: 30px;
  align-items: center;
  width: 100%;
}

.com__board3__com a div p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  color: #333;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.6px;
  transition: color 0.5s ease;
}

.com__board3__com a div span {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  color: #34322E;
  /* table_ttl01 */
  color: #222;
  /* table_ttl01 */
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.54px;
  transition: color 0.5s ease;
}

.com__board3__com a div img {
  width: 8px;
  height: 4px;
  transition: filter 0.5s ease;
  object-fit: contain;
}

.com__board3__next a div img {
  transform: rotate(180deg);
}

.com__board3__com a b {
  color: rgba(87, 85, 80, 0.80);
  /* body01 */
  font-family: "Pretendard";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.54px;
  transition: color 0.5s ease;
}

.com__board3__com a:hover div p,
.com__board3__com a:hover b,
.com__board3__com a:hover span {
  color: var(--color-main);
}

.detail__arrow__com a:hover div img {
  filter: invert(83%) sepia(64%) saturate(2031%) hue-rotate(16deg) brightness(94%) contrast(101%);
}

.com__board3__list {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.com__board3__list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 300px;
  border: 1px solid #BA111E;
  background: #BA111E;
  gap: 8px;
  padding: 10px 30px;
  min-width: 100px;
  min-height: 50px;
  box-sizing: border-box;
  transition: background 0.5s ease, border 0.5s ease;
}

.com__board3__list a img {
  filter: invert(0);
  transition: filter 0.5s ease;
}

.com__board3__list a span {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  transition: color 0.5s ease;
}

.com__board3__list a:hover {
  border: 1px solid #000;
  background: transparent;
}

.com__board3__list a:hover span {
  color: #000;
}

.com__board3__list a:hover img {
  filter: invert(1);
}

.partner__grid {
  margin-top: var(--space2);
}

.partner__grid__title {
  color: #000;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: -0.96px;
}

.partner__grid ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 30px;
}

.partner__grid ul li {
  width: 100%;
  height: auto;
  will-change: transform, opacity;
  aspect-ratio: 335 / 300;
}

.partner__grid ul li div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.20);
  background: rgba(255, 255, 255, 0.10);
  padding: 20px;
  box-sizing: border-box;
}

.partner__grid ul li div img {
  max-width: 100%;
}

.contact__map__info {
  margin-top: 30px;
  padding-top: 100px;
  border-top: 1px solid rgba(0, 0, 0, 0.50);
}

.contact__map__info ul {
  display: flex;
}

.contact__map__info ul li {
  padding: 0 100px;
  padding-bottom: 25px;
  border-right: 1px solid rgba(0, 0, 0, 0.10);
}

.contact__map__info ul li:first-child {
  padding-left: 0;
}

.contact__map__info ul li:last-child {
  border-right: 0;
}

.contact__map__info ul li span {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.contact__map__info ul li p {
  margin-top: 15px;
  color: rgba(0, 0, 0, 0.50);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.contact__map__box {
  position: relative;
  margin-top: 40px;
}

.contact__map__box #daumRoughmapContainer1780015111416 {
  width: 100% !important;
  height: 730px !important;
}

.root_daum_roughmap .wrap_map {
  height: 100% !important;
}

.contact__map__text {
  margin-top: 35px;
}

.contact__map__text p {
  color: rgba(0, 0, 0, 0.50);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.contact__map__text p b {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  /* 133.333% */
}

.map-overlay {
  display: none;
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  background: rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: 0.3s;
  padding: 40px;
  box-sizing: border-box;
}

.map-overlay span {
  display: inline-block;
  font-size: 27px;
  color: #111;
  background: rgba(255, 255, 255, 0.8);
  padding: 8px 15px;
}

.inquiry .bs__box {
  display: flex;
  position: relative;
  align-items: flex-start;
}

.inquiry .bs__box__left {
  width: 33.34%;
  position: sticky;
  top: 150px;
}

.inquiry .bs__box__right {
  position: relative;
  width: 66.66%;
}

.radio__box {
  position: relative;
  padding-left: 30px;
  display: flex;
  margin-right: 20px;
  white-space: pre;
}

.radio__box label {
  cursor: pointer;
  color: #18171B;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.4px;
}

.radio__box:last-child {
  margin-right: 0;
}

.radio__box>div {
  display: flex;
}

.radio__box>div label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 21px;
  height: 21px;
}

.radio__box>div input[type="radio"]:checked+label::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translate(0%, -50%);
  border: 0px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}

.check__box>div input[type="checkbox"] {
  vertical-align: middle;
  appearance: none;
  margin: 0;
}

.radio__box [type="radio"] {
  appearance: none;
}

.radio_box {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.radio__box {}

.form__box__info2 {
  margin-top: 50px;
}

.bs__box {
  display: flex;
  margin-top: var(--space-sub1);
}

.commu.interview .bs__box {
  display: flex;
  margin-top: var(--space-sub2);
}

.bs__box:first-child {
  margin-top: 0;
}

.bs__box__left {
  width: 33.34%;
}

.bs__box__right {
  position: relative;
  width: 66.66%;
}

.bs__search1 {
  position: absolute;
  right: 0;
  top: -30px;
  transform: translateY(-100%);
}

.bs__search1 div {
  position: relative;
  width: 380px;
  height: 70px;
}

.bs__search1 div input {
  width: 100%;
  height: 100%;
  border: 0;
  border-bottom: 2px solid #000;
  outline: none;
  font-size: 18px;
  color: #222;
}

.bs__search1 div button {
  border: 0;
  padding: 0;
  background: transparent;
  margin: 0;
  font-size: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.bs__box__title h3 {
  color: #000;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: -0.96px;
}

.bs__box__title p {
  margin-top: 15px;
  color: rgba(0, 0, 0, 0.50);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.6px;
}

.bs__box__title p.mt0 {
  margin-top: 0;
}

.bs__box__desc {
  margin-top: 50px;
}

.bs__box__desc span {}

.bs__box__desc ul {
  margin-top: 25px;
  border-top: 1px solid #000;
}

.bs__box__desc ul li {
  border-bottom: 1px solid #000;
  display: flex;
  gap: 20px;
  padding: 27px 0;
}

.bs__box__desc ul li .title {
  width: 33.33%;
  padding: 0 10px;
  box-sizing: border-box;
}

.bs__box__desc ul li .addr {
  width: 33.33%;
  padding: 0 10px;
  box-sizing: border-box;
}

.bs__box__desc ul li .phone {
  width: 33.33%;
  padding: 0 10px;
  box-sizing: border-box;
}

.form__box__info1 h3,
.form__box__info2 h3,
.form__box__info3 h3 {
  position: relative;
  display: inline-block;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.72px;
}

.form__box__info3 h3 b {
  color: #FF2E00;
}

.form__box__info1 p,
.form__box__info2 p {
  color: rgba(30, 29, 26, 0.70);
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.48px;
}

.form__box__info3 {
  text-align: center;
}

.form__box__info3 button {
  cursor: pointer;
  margin-top: 70px;
  display: inline-flex;
  margin-top: 75px;
  background: var(--01, #BA111E);
  display: inline-flex;
  padding: 6px 30px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 300px;
  height: 48px;
  box-sizing: border-box;
  outline: none;
  border: 0;
}

.form__box__info3 button span {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  /* 225% */
}

.form__box__info3 button img {
  position: relative;
  right: 0;
  transition: all 0.5s ease;
}

.form__box__info3 button:hover img {
  right: -7px;
}

.form__box__row {
  margin-top: 50px;
  display: flex;
  gap: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #1E1D1A;
  padding: 30px 0;
}

.form__box__row.flex1 {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.form__box__row.flex1 .content {
  border-top: 1px solid rgba(0, 0, 0, 0.50);
  width: 100%;
  padding-top: 2px;
}

.form__box__row.flex1 .content textarea {
  padding-top: 30px;
  box-sizing: border-box;
}

.form__box__row.center {
  align-items: center;
}

.form__box__row.border0 {
  border-bottom: 0;
}

.form__box__row.ver1 {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.form__box__row .content textarea {
  width: 100%;
  border: 0;
  outline: none;
  color: #34322E;
  font-family: "Pretendard";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.6px;
  padding: 0;
  position: relative;
  top: -2px;
}

.form__box__row:first-child {
  margin-top: 0;
}

.form__box__row .subject {
  width: 200px;
}

.form__box__row.ver1 .subject {
  width: 100%;
  border-bottom: 1px solid #000;
  padding-bottom: 30px;
}

.form__box__row .subject h5 {
  position: relative;
  display: inline-block;
}

.form__box__row .subject h5 span {
  color: #1E1D1A;
  font-family: "Pretendard";
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.72px;
}

.form__box__row .subject h5 span b {
  position: absolute;
  top: 1px;
  right: -16px;
  color: #FF2E00;
  font-family: "Pretendard";
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.72px;
}

.form__box__row .subject h5 span b.ver1 {
  right: 24px;
}

.form__box__row .subject h5 i {
  color: rgba(87, 85, 80, 0.80);
  font-family: "Pretendard";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.51px;
}

.form__box__row .content {
  width: 1030px;
}

.form__box__row .input {
  width: 100%;
}

.form__box__row .input input {
  width: 100%;
  border: 0;
  outline: none;
  color: #34322E;
  /* body */
  font-family: "Pretendard";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.6px;
  box-sizing: border-box;
}

.form__box__row .input input::placeholder,
.form__box__row textarea::placeholder {
  color: rgba(136, 136, 136, 0.60);
}

.form__box__row .ul__flex .input input {
  border: 1px solid #000;
  padding-left: 10px;
}

.form__box__row .content .ul__flex {}

.form__box__row .content .ul__flex li {
  margin-top: 20px;
  display: flex;
  gap: 50px;
  align-items: center;
}

.form__box__row .content .ul__flex li:first-child {
  margin-top: 0;
}

.form__box__row .content .ul__flex li h6 {
  width: 26%;
  color: #34322E;
  font-family: "Pretendard";
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.6px;
}

.form__box__row .content .ul__flex li .input {
  width: calc(74% - 50px);
}

.form__box__row .content .content__flex {
  display: flex;
  gap: 50px;
  margin-top: 3px;
}

.form__box__row .content .content__flex h6 {
  color: #34322E;
  font-family: "Pretendard";
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: -0.6px;
}

.form__box__row .content .content__flex ul li {
  margin-top: 17px;
}

.check__line input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.check__line input[type="checkbox"]+label {
  display: inline-block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
}

.check__line input[type="checkbox"]+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 20px;
  height: 20px;
  text-align: center;
  background: url(../images/sub/check_off.svg)no-repeat;
  box-sizing: border-box;
}

/* 보여질 부분의 스타일을 추가하면 된다. */
.check__line input[type="checkbox"]:checked+label:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../images/sub/check_on.svg)no-repeat;
  background-position: center center;
}

.check__line input[type="checkbox"]+label span {
  color: #34322E;
  font-family: "Pretendard";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.6px;
}

.form__box__agree {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 0;
  text-align: left;
}

.form__box__agree .subject {
  width: 100%;
}

.form__box__agree .bg1 {
  margin-top: 20px;
  background: rgba(239, 238, 237, 0.50);
  padding: 30px 20px;
  box-sizing: border-box;
}

.form__box__agree .bg1 p {
  color: #34322E;
  /* txt02 */
  font-family: "Pretendard";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.54px;
}

.form__box__agree .bg1 p {
  display: flex;
  gap: 5px;
}

.form__box__agree .check__line {
  margin-top: 20px;
}

.form__box__agree .check__line span {
  color: #1E1D1A;
  font-family: "Pretendard";
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.6px;
}

.form__box__agree button {
  cursor: pointer;
  max-width: 240px;
  margin: 0 auto;
  margin-top: 80px;
  display: inline-flex;
  height: 60px;
  padding: 0px 30px;
  align-items: center;
  gap: 80px;
  border: 1px solid #0075E2;
  background: #0075E2;
  transition: border 0.5s ease, background 0.5s;
}

.form__box__agree button span {
  color: #fff;
  font-family: "Pretendard";
  font-size: 17px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: -0.34px;
  transition: color 0.5s ease;
}

.form__box__agree button:hover {
  background: #fff;
}

.form__box__agree button:hover span {
  color: #0075E2;
}

.form__box__agree button:hover img {
  filter: invert(33%) sepia(100%) saturate(3563%) hue-rotate(196deg) brightness(95%) contrast(97%);
}

.file__box {
  margin-top: 20px;
}

.file__box:first-child {
  margin-top: 0;
}

.file__box__head {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: flex-start;
}

.file__box__head p {
  width: max-content;
  color: rgba(30, 29, 26, 0.70);
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  /* 225% */
  letter-spacing: -0.48px;
}

.file__box__head div.file__name {
  width: 290px;
  color: rgba(133, 133, 133, 0.70);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.file__box__head .detail__btn {
  margin-top: 0;
  cursor: pointer;
}

.file__box__head .detail__btn a {
  position: relative;
  height: auto;
  cursor: pointer;
  display: flex;
  width: 180px;
  height: 56px;
  padding: 20px 30px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 300px;
  border: 1px solid #322E2D;
  background: #FFF;
  box-sizing: border-box;
}

.file__box__head .detail__btn a span {
  color: #18171B;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  /* 118.75% */
  letter-spacing: -0.32px;
}

.file__box__head .detail__btn a img {
  width: 11px;
}

.file__box__head input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#fileList .close__btn {
  position: absolute;
  right: 0;
  top: -22px;
  font-size: 18px;
  cursor: pointer;
}

.inquiry .bs__box {
  display: flex;
  position: relative;
  align-items: flex-start;
}

.inquiry .bs__box__left {
  width: 33.34%;
  position: sticky;
  top: 150px;
}

.inquiry .bs__box__right {
  position: relative;
  width: 66.66%;
}

.radio__box {
  position: relative;
  padding-left: 30px;
  display: flex;
  margin-right: 20px;
  white-space: pre;
}

.radio__box label {
  cursor: pointer;
  color: #18171B;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.4px;
}

.radio__box:last-child {
  margin-right: 0;
}

.radio__box>div {
  display: flex;
}

.radio__box>div label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 21px;
  height: 21px;
}

.radio__box>div input[type="radio"]:checked+label::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translate(0%, -50%);
  border: 0px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}

.check__box>div input[type="checkbox"] {
  vertical-align: middle;
  appearance: none;
  margin: 0;
}

.radio__box [type="radio"] {
  appearance: none;
}

.radio_box {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.radio__box {}

.form__box__info2 {
  margin-top: 50px;
}

section.inquiry {
  margin-top: var(--space1);
}

main.inquiry {
  margin-bottom: var(--space1);
}

.select {
  position: relative;
  width: 300px;
  font-family: inherit;
}

.select__button {
  width: 100%;
  height: 56px;
  padding: 0 20px;
  border: 1px solid #ddd;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 16px;
}

.select__button i {
  width: 10px;
  height: 10px;
  border-left: 2px solid #111;
  border-bottom: 2px solid #111;
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
  margin-top: -4px;
}

.select.active .select__button i {
  transform: rotate(135deg);
  margin-top: 4px;
}

.select__list {
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 10;
}

.select.active .select__list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.select__list li {
  padding: 16px 20px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.select__list li:hover {
  background: #f5f5f5;
}

@media (max-width: 1700px) {
  .about__core ul li div {
    padding: 40px;
  }

  .about__core ul li div h5 {
    height: 130px;
    font-size: 50px;
  }

  .about__core ul li div p {
    margin-top: 25px;
    font-size: 18px;
  }
}

@media (max-width: 1600px) {
  .about__text__flex {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 50px;
  }

  .about__text__flex p {
    max-width: 100%;
  }
}

@media (max-width: 1400px) {
  .contact__map__info ul li {
    padding: 0 50px;
  }
}

@media (max-width: 1280px) {
  :root {
    --space1: 100px;
    --space2: 80px;
    --space3: 55px;
    --space4: 35px;
  }

  .sub__top {
    height: 550px;
  }

  .sub__top__text h3 {
    font-size: 80px;
  }

  .sub__top__text.start h3 img {
    width: 140px;
  }

  .sub__title1 {
    font-size: 45px;
  }

  .about__text__flex {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 25px;
  }

  .about__text__flex p {
    font-size: 21px;
  }

  .inquiry .bs__box {
    display: flex;
    position: relative;
    align-items: flex-start;
    flex-direction: column;
  }

  .inquiry .bs__box__left,
  .inquiry .bs__box__right {
    width: 100%;
    position: relative;
    top: 0;
  }

  .form__box__info3 button {
    margin: 0 auto;
    margin-top: 70px;
  }

  .inquiry .bs__box {
    display: flex;
    position: relative;
    margin-top: 0;
    align-items: flex-start;
  }

  .inquiry .bs__box__title {
    text-align: center;
  }

  .form__box__info1 {
    margin-top: 100px;
  }

  .form__box__info2 {
    margin-top: 50px;
  }

  .about__core::before {
    display: none;
  }

  .about__img {
    position: relative;
  }

  .about__img::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    height: calc(50% + var(--space2));
    background: #EBEBEB;
    z-index: -1;
    width: 100%;
  }

  .about__core ul li div h5 {
    margin-top: 20px;
    height: 100px;
    font-size: 40px;
  }

  .about__core ul li div {
    padding: 30px;
  }

  .about__core ul li div p {
    margin-top: 20px;
  }

  .about__core .inner>span {
    font-size: 27px;
  }

  .portfolio__grid ul li a .textbox h4 {
    margin-top: 20px;
    font-size: 25px;
  }

  .portfolio__grid ul li a .textbox p {
    margin-top: 10px;
    font-size: 15px;
  }

  .about__text h4 br {
    display: none;
  }

  .about__text h4 br:first-child {
    display: block;
  }

  .construction__title h3 {
    font-size: 50px;
  }

  .construction__title p {
    font-size: 17px;
  }

  .construction__link a {
    margin-top: 55px;
  }

  .com__board3__head h4 {
    font-size: 40px;
  }

  .com__board3__head div p {
    font-size: 16px;
  }

  .contact__map__info ul li span {
    font-size: 18px;
  }

  .contact__map__info ul li p {
    font-size: 18px;
  }

  .contact__map__box #daumRoughmapContainer1780015111416 {
    height: 530px !important;
  }

  .contact__map__text p,
  .contact__map__text p b {
    font-size: 16px;
  }

  .contact__map__info {
    margin-top: 30px;
    padding-top: 50px;
  }
}

/* 모바일에서는 끔 */
@media (max-width: 1024px) {
  :root {
    --space1: 80px;
    --space2: 60px;
    --space3: 35px;
    --space4: 25px;
  }

  .sub__top {
    height: 450px;
  }

  .sub__top__text.start h3 img {
    width: 125px;
  }

  .sub__top__text h3 {
    font-size: 65px;
  }

  .sub__title1 {
    font-size: 40px;
  }

  .about__text__flex p {
    font-size: 18px;
  }

  .map-overlay {
    display: none;
  }

  .bs__box {
    display: flex;
    flex-direction: column;
  }

  .bs__box__left,
  .bs__box__right {
    width: 100%;
  }

  .bs__box__title p br {
    display: none;
  }

  .bs__box__title p {
    margin-top: 30px;
    word-break: keep-all;
  }

  .about__core ul {
    margin-top: 20px;
  }

  .construction__title h3 {
    font-size: 37px;
  }

  .construction__title p {
    font-size: 16px;
  }

  .construction__link a {
    margin-top: 45px;
    height: 40px;
  }

  .construction__link a span {
    font-size: 14px;
  }

  .portfolio__grid ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 30px;
    margin-top: 40px;
  }

  .press__board ul li a {
    padding: 35px 0;
  }

  .press__board ul li a p {
    width: calc(100% - 80px);
    padding: 0 40px;
    font-size: 25px;
  }

  .press__board ul li a span {
    width: 70px;
    font-size: 14px;
  }

  .press__board__title,
  .contact__map__title,
  .partner__grid__title {
    font-size: 27px;
  }

  .com__board3__head h4 {
    font-size: 30px;
  }

  .partner__grid ul {
    grid-template-columns: repeat(4, 1fr);
  }

  .contact__map__info ul li {
    padding: 0 25px;
  }
}

@media only screen and (max-width: 870px) {
  .sub__title1 {
    font-size: 30px;
  }

  .about__core ul {
    display: flex;
    flex-direction: column;
  }

  .about__core ul li div h5 {
    height: auto;
  }

  .about__core ul li div h5 br {
    display: none;
  }

  .partner__grid ul {
    grid-template-columns: repeat(3, 1fr);
  }

  .contact__map__info ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .contact__map__info ul li {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .contact__map__info ul li p {
    margin-top: 0;
  }

  .contact__map__info ul li span {
    width: 80px;
  }

  .contact__map__info ul li {
    border: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .sub__top__text h3 {
    font-size: 55px;
    gap: 15px;
  }

  .sub__top__text.start h3 img {
    width: 105px;
  }

  .form__box__info1 {
    margin-top: 50px;
  }

  .form__box__agree {
    border-bottom: 0 !important;
  }

  .form__box__agree .check__line {
    margin-top: 0px;
  }

  .radio__box {
    position: relative;
    padding-left: 20px;
    display: flex;
    margin-right: 20px;
    white-space: pre;
  }

  .radio__box label {
    font-size: 15px;
  }

  .radio_box {
    margin-top: 10px;
  }

  .form__box__row .content textarea {
    font-size: 15px;
    height: 100px;
  }

  .addTable {
    margin-top: 30px;
    width: 100%;
  }

  .btnaddList,
  .form__box__info3 button {
    width: 100%;
  }

  .file__box__head div.file__name {
    width: 100%;
    font-size: 15px;
  }

  .file__box__head .detail__btn {
    margin-top: 0;
    cursor: pointer;
    width: 100%;
  }

  .file__box__head p {
    width: 100%;
    font-size: 15px;
  }

  .form__box__row {
    margin-top: 30px;
    display: flex;
    gap: 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid #1E1D1A;
    padding: 10px 0;
    flex-direction: column;
  }

  .file__box__head .detail__btn a {
    width: 100%;
  }

  .form__box__row .subject,
  .form__box__row .content {
    width: 100%;
  }

  .form__box__info3 button {
    height: 60px;
    padding: 20px 30px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-size: 15px;
    transition: filter 0.5s ease;
  }

  .btnaddList {
    height: 50px;
    padding: 20px 30px;
    font-size: 14px;
  }

  .form__box__info1 h3, .form__box__info2 h3, .form__box__info3 h3 {
    font-size: 20px;
  }

  .form__box__agree .bg1 {
    margin-top: 0px;
    background: rgba(239, 238, 237, 0.50);
    padding: 30px 20px;
    box-sizing: border-box;
  }

  .form__box__agree .bg1 p {
    font-size: 15px;
  }

  .check__line input[type="checkbox"]+label span {
    font-size: 15px;
  }

  .check__line input[type="checkbox"]+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 15px;
    height: 15px;
    text-align: center;
    background: url(../images/sub/check_off.svg) no-repeat;
    box-sizing: border-box;
    background-size: contain;
  }

  .check__line input[type="checkbox"]:checked+label:after {
    width: 15px;
    height: 15px;
  }

  .check__line input[type="checkbox"]+label {
    padding-left: 23px;
  }

  .form__box__row .subject h5 span {
    color: #1E1D1A;
    font-family: "Pretendard";
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.72px;
  }

  .form__box__row .input input {
    font-size: 17px;
  }

  .portfolio__head ul {
    display: none;
  }

  .portfolio__select {
    position: relative;
    display: block;
  }

  .portfolio__select select {
    width: 100%;
    height: 60px;
    padding: 0 50px 0 20px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border: 0;
    border-radius: 0;
    background: var(--01, #BA111E);
    cursor: pointer;
    outline: none;
    /* 기본 화살표 제거 */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  /* IE 화살표 제거 */
  .portfolio__select select::-ms-expand {
    display: none;
  }

  /* 커스텀 화살표 */
  .portfolio__select::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-70%) rotate(45deg);
    pointer-events: none;
  }

  .contact__map__box #daumRoughmapContainer1780015111416 {
    height: 430px !important;
  }
}

@media only screen and (max-width: 640px) {
  :root {
    --space1: 50px;
    --space2: 30px;
    --space3: 25px;
    --space4: 15px;
  }

  .sub__title1 {
    font-size: 25px;
  }

  .sub__title1 br {
    display: none;
  }

  .about__text__flex p {
    font-size: 15px;
  }

  .sub__top {
    height: 350px;
  }

  .sub__top__text h3 {
    font-size: 30px;
    gap: 10px;
    letter-spacing: -0.025em;
  }

  .sub__top__text.start h3 img {
    width: 75px;
  }

  .com__board3__down span {
    font-size: 15px;
    line-height: 1.8;
  }

  .com__board3__down div p a {
    font-size: 15px;
    line-height: 1.6;
  }

  .com__board3__head div p,
  .com__board3__com a div span,
  .com__board3__com a b,
  .com__board3__list a span {
    font-size: 13px;
  }

  .com__board3__com a div p {
    font-size: 15px;
  }

  .com__board3__com a {
    padding: 18px 0;
    height: 40px;
    min-height: 40px;
  }

  .com__board3__list {
    margin-top: 30px;
  }

  .bs__box__title h3 {
    font-size: 25px;
  }

  .bs__box__desc ul li {
    border-bottom: 1px solid #000;
    display: flex;
    gap: 20px;
    padding: 15px 0;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .bs__box__desc ul li .title {
    width: 100%;
  }

  .bs__box__desc ul li .addr,
  .bs__box__desc ul li .phone {
    width: calc(50% - 20px);
    padding: 0 10px;
    box-sizing: border-box;
  }

  .bs__box__desc {
    margin-top: 25px;
  }

  .bs__box__title p {
    margin-top: 10px;
    font-size: 15px;
  }

  .about__core .inner>span {
    font-size: 22px;
  }

  .about__core ul li div {
    padding: 20px;
    text-align: center;
  }

  .about__core ul li div h5 {
    margin-top: 20px;
    font-size: 25px;
  }

  .about__core ul li div p {
    margin-top: 15px;
    font-size: 15px;
  }

  .about__core ul li div span {
    font-size: 13px;
    line-height: 27px;
    padding: 2px 15px;
    height: 30px;
  }

  .about__img {
    position: relative;
    height: 200px;
  }

  .about__img .inner {
    height: 100%;
  }

  .about__img img {
    height: 100%;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
  }

  .about__core .inner>span {
    font-size: 22px;
    text-align: center;
  }

  .construction__title h3 {
    font-size: 25px;
  }

  .construction__title p {
    font-size: 14px;
    margin-top: 20px;
  }

  .construction__link a {
    margin-top: 35px;
    height: 40px;
  }

  .construction {
    padding: 50px 0;
  }

  .construction__title .line {
    height: 80px;
  }

  .construction__title i {
    max-height: 80px;
  }

  .about__text h4 br:first-child {
    display: none;
  }

  .portfolio__grid ul li a .textbox h4 {
    margin-top: 10px;
    font-size: 16px;
  }

  .portfolio__grid ul li a .textbox p {
    margin-top: 5px;
    font-size: 12px;
  }

  .construction__title {
    margin-top: 20px;
    text-align: center;
  }

  .press__board__title,
  .contact__map__title,
  .partner__grid__title {
    font-size: 23px;
  }

  .press__board ul li a p {
    width: calc(100% - 40px);
    padding: 0 20px;
    padding-left: 0;
    font-size: 20px;
  }

  .press__board ul li a {
    position: relative;
    padding: 20px 0;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .press__board ul li a img {
    opacity: 1;
    width: 15px;
    left: inherit;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .com__board3__head {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 20px;
    align-items: stretch;
    flex-direction: column;
    gap: 20px;
  }

  .com__board3__head h4 {
    font-size: 25px;
  }

  .com__board3__head div {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
  }

  .partner__grid ul {
    margin-top: 10px;
    grid-template-columns: repeat(2, 1fr);
  }

  .contact__map__box #daumRoughmapContainer1780015111416 {
    height: 330px !important;
  }

  .contact__map__info ul li {
    padding: 0;
    display: flex;
    align-items: flex-start;
    gap: 20px;
  }

  .contact__map__info ul li span {
    width: 60px;
    font-size: 15px;
  }

  .contact__map__info ul li p {
    margin-top: 0;
    width: calc(100% - 80px);
    font-size: 15px;
  }

  .contact__map__text p,
  .contact__map__text p b {
    font-size: 14px;
    line-height: 1.5;
  }

  .contact__map__text p {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .select {
    width: 100%;
  }
}