.index-main {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.index-mv-sec {
  position: relative;
  width: 100%;
  height: 900px;
}
.index-mv-sec .minart-mv-swiper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index-mv-sec .minart-mv-swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.index-mv-sec .minart-mv-swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  padding-top: 170px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.index-mv-sec .minart-mv-swiper .swiper-wrapper .swiper-slide .slide-content-box {
  width: 95%;
  height: auto;
  max-width: 1520px;
  display: flex;
  flex-direction: column;
}
.index-mv-sec .minart-mv-swiper .swiper-wrapper .swiper-slide .slide-content-box > span {
  margin-bottom: 24px;
  font-size: 30px;
  line-height: 1.2;
  color: #196587;
  word-break: keep-all;
}
.index-mv-sec .minart-mv-swiper .swiper-wrapper .swiper-slide .slide-content-box .slide-title {
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 16px;
}
.index-mv-sec .minart-mv-swiper .swiper-wrapper .swiper-slide .slide-content-box .slide-title > span {
  font-size: 48px;
  font-weight: 300;
  color: black;
  word-break: keep-all;
}
.index-mv-sec .minart-mv-swiper .swiper-wrapper .swiper-slide .slide-content-box .slide-title > img {
  width: auto;
  height: 56px;
}
.index-mv-sec .minart-mv-swiper .swiper-wrapper .swiper-slide .slide-content-box .slide-desc {
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 300;
  color: black;
  line-height: 1.8;
  word-break: keep-all;
}
.index-mv-sec .minart-mv-swiper .swiper-wrapper .swiper-slide .slide-content-box > a {
  align-self: flex-start;
  padding-bottom: 2px;
  font-size: 18px;
  font-weight: 500;
  color: #196587;
  border-bottom: 1px solid #196587;
}
.index-mv-sec .minart-mv-swiper .custom-control-box {
  position: absolute;
  right: 80px;
  bottom: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  z-index: 100;
}
.index-mv-sec .minart-mv-swiper .custom-control-box .custom-prev, .index-mv-sec .minart-mv-swiper .custom-control-box .custom-next {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.index-mv-sec .minart-mv-swiper .custom-control-box .custom-prev > svg, .index-mv-sec .minart-mv-swiper .custom-control-box .custom-next > svg {
  width: 100%;
  height: 100%;
  fill: white;
}
.index-mv-sec .minart-mv-swiper .custom-control-box .swiper-pagination {
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  color: white;
  font-size: 20px;
}
.index-mv-sec .minart-mv-swiper .custom-control-box .swiper-pagination .swiper-pagination-total {
  opacity: 0.5;
}
.index-mv-sec .scroll-down {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  z-index: 100;
}
.index-mv-sec .scroll-down > img {
  width: 72px;
  height: auto;
}
.index-mv-sec .scroll-down > img:nth-of-type(1) {
  display: block;
}
.index-mv-sec .scroll-down > img:nth-of-type(2) {
  display: none;
}

.company {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 175px;
  height: 732px;
  padding-top: 0px;
  margin-bottom: 150px;
}
@media (max-width: 1024px) {
  .company {
    height: auto;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 60px;
    padding: 60px 20px 0 20px;
    align-items: center;
    gap: 20px;
  }
}
.company > .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.company > .left > .tit {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.company > .left > .tit > h2 {
  font-size: 18px;
  font-weight: 300;
  color: #196587;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .company > .left > .tit > h2 {
    font-size: 14px;
  }
}
.company > .left > .tit > h3 {
  font-size: 49px;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .company > .left > .tit > h3 {
    font-size: 22px;
  }
}
.company > .left > .tit > h3 > span {
  font-weight: 600;
}
.company > .left > .word {
  display: flex;
  flex-direction: column;
  margin-bottom: 65px;
}
@media (max-width: 1024px) {
  .company > .left > .word {
    margin-bottom: 30px;
  }
}
.company > .left > .word > p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 45px;
}
@media (max-width: 1024px) {
  .company > .left > .word > p {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.company > .left > .word > a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  border: 0.5px solid #959595;
  border-radius: 500px;
  color: #818181;
  font-size: 17px;
  font-weight: 300;
  width: 205px;
  height: 54px;
}
.company > .left > .img_box {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1024px) {
  .company > .left > .img_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
    width: 100%;
  }
}
.company > .left > .img_box > .box {
  position: relative;
  width: 143px;
  height: 100px;
}
.company > .left > .img_box > .box > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company > .right {
  width: 960px;
  height: 732px;
  position: relative;
  background-color: #EFFAFF;
}
@media (max-width: 1024px) {
  .company > .right {
    width: 100%;
    height: auto;
  }
}
.company > .right > .select_img {
  position: absolute;
  left: -7%;
  bottom: 0;
  width: 832px;
  height: 589px;
}
@media (max-width: 1024px) {
  .company > .right > .select_img {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    height: auto;
  }
}
.company > .right > .select_img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.portfolio {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 150px;
}
@media (max-width: 1024px) {
  .portfolio {
    margin-bottom: 60px;
    padding: 0 20px;
  }
}
.portfolio > .wrap {
  width: 100%;
  max-width: 1520px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.portfolio > .wrap > .tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 93px;
  text-align: center;
}
@media (max-width: 1024px) {
  .portfolio > .wrap > .tit {
    margin-bottom: 30px;
  }
}
.portfolio > .wrap > .tit > h2 {
  font-size: 18px;
  font-weight: 300;
  color: #196587;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .portfolio > .wrap > .tit > h2 {
    font-size: 14px;
  }
}
.portfolio > .wrap > .tit > h3 {
  font-size: 49px;
  font-weight: 300;
  margin-bottom: 45px;
}
@media (max-width: 1024px) {
  .portfolio > .wrap > .tit > h3 {
    font-size: 24px;
  }
}
.portfolio > .wrap > .tit > h3 > span {
  font-weight: 500;
}
.portfolio > .wrap > .tit > p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .portfolio > .wrap > .tit > p {
    font-size: 14px;
  }
}
.portfolio > .wrap > .port_cate {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  background-color: #F2F2F2;
  border-radius: 7px;
  height: 63px;
  margin-bottom: 65px;
}
@media (max-width: 1024px) {
  .portfolio > .wrap > .port_cate {
    height: auto;
    margin-bottom: 30px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 30px;
  }
}
.portfolio > .wrap > .port_cate > .port_all {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #196587;
  border-radius: 7px;
  color: white;
  height: 100%;
}
@media (max-width: 1024px) {
  .portfolio > .wrap > .port_cate > .port_all {
    font-size: 13px;
  }
}
.portfolio > .wrap > .port_cate > .port_menu {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .portfolio > .wrap > .port_cate > .port_menu {
    font-size: 13px;
    padding: 10px 0;
  }
}
.portfolio > .wrap > .port_cate > .active {
  color: #196587;
  font-weight: 500;
}
.portfolio > .wrap > .port_box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 19px;
  margin-bottom: 90px;
}
@media (max-width: 1024px) {
  .portfolio > .wrap > .port_box {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 30px;
  }
}
.portfolio > .wrap > .port_box > .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
}
.portfolio > .wrap > .port_box > .box > .top {
  width: 100%;
  height: 290px;
}
.portfolio > .wrap > .port_box > .box > .bot {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.portfolio > .wrap > .port_box > .box > .bot > h2 {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .portfolio > .wrap > .port_box > .box > .bot > h2 {
    font-size: 14px;
  }
}
.portfolio > .wrap > a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  border: 0.5px solid #959595;
  border-radius: 500px;
  color: #818181;
  font-size: 17px;
  font-weight: 300;
  width: 205px;
  height: 54px;
}
.trd-colors-section {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: #F3FBFF;
  overflow: hidden;
}
.trd-colors-section .container {
  width: 95%;
  height: auto;
  max-width: 1520px;
  padding: 120px 0;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 1024px) {
  .trd-colors-section .container {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .trd-colors-section .container {
    padding: 70px 0;
    gap: 40px;
  }
}
.trd-colors-section .container .top {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .trd-colors-section .container .top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
}
.trd-colors-section .container .top .title-wrap {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.trd-colors-section .container .top .title-wrap .primary-subject {
  margin-bottom: 1rem;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 300;
  color: #196587;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .trd-colors-section .container .top .title-wrap .primary-subject {
    margin-bottom: 12px;
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .trd-colors-section .container .top .title-wrap .primary-subject {
    font-size: 14px;
  }
}
.trd-colors-section .container .top .title-wrap .title {
  margin-bottom: 40px;
  font-size: 48px;
  line-height: 1.3;
  font-weight: 300;
  color: black;
  word-break: keep-all;
}
.trd-colors-section .container .top .title-wrap .title > em {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .trd-colors-section .container .top .title-wrap .title {
    margin-bottom: 20px;
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .trd-colors-section .container .top .title-wrap .title {
    margin-bottom: 1rem;
    font-size: 24px;
  }
}
.trd-colors-section .container .top .title-wrap .desc {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 300;
  color: black;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .trd-colors-section .container .top .title-wrap .desc {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .trd-colors-section .container .top .title-wrap .desc {
    font-size: 14px;
  }
}
.trd-colors-section .container .top > a {
  flex: 0 0 auto;
  width: auto;
  height: 80px;
  padding: 0 44px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 40px;
  background: #196587;
  border-radius: 10000rem;
}
@media (max-width: 1024px) {
  .trd-colors-section .container .top > a {
    height: 60px;
    padding: 0 32px;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .trd-colors-section .container .top > a {
    height: 48px;
    padding: 0 20px;
    gap: 1rem;
  }
}
.trd-colors-section .container .top > a > span {
  flex: 0 0 auto;
  font-size: 20px;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .trd-colors-section .container .top > a > span {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .trd-colors-section .container .top > a > span {
    font-size: 14px;
  }
}
.trd-colors-section .container .top > a > img {
  flex: 0 0 auto;
  width: auto;
  height: 12px;
}
@media (max-width: 1024px) {
  .trd-colors-section .container .top > a > img {
    height: 8px;
  }
}
@media (max-width: 768px) {
  .trd-colors-section .container .top > a > img {
    height: 6px;
  }
}
.trd-colors-section .container .bottom {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.trd-colors-section .container .bottom .tab-row {
  width: 100%;
  height: auto;
  margin-bottom: 44px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .trd-colors-section .container .bottom .tab-row {
    margin-bottom: 20px;
  }
}
.trd-colors-section .container .bottom .tab-row .trd-tabs {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.trd-colors-section .container .bottom .tab-row .trd-tabs::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: calc(100% - 24px);
  height: 1px;
  background: #196587;
}
.trd-colors-section .container .bottom .tab-row .trd-tabs .tab {
  position: relative;
  flex: 0 0 auto;
  width: 170px;
  height: 64px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 300;
  color: #3D3D3D;
  text-align: center;
  word-break: keep-all;
  background: transparent;
  border-radius: 12px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .trd-colors-section .container .bottom .tab-row .trd-tabs .tab {
    width: 140px;
    height: 52px;
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .trd-colors-section .container .bottom .tab-row .trd-tabs .tab {
    width: 120px;
    height: 48px;
    font-size: 14px;
  }
}
.trd-colors-section .container .bottom .tab-row .trd-tabs .tab.active {
  background: #196587;
  color: white;
  font-weight: 500;
}
.trd-colors-section .container .bottom .tab-row .trd-tabs .devide {
  display: block;
  width: 1px;
  height: 60%;
  background: #ddd;
}
.trd-colors-section .container .bottom .trd-swiper {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (max-width: 1024px) {
  .trd-colors-section .container .bottom .trd-swiper {
    gap: 32px;
  }
}
.trd-colors-section .container .bottom .trd-swiper .swiper-wrapper {
  width: 100%;
  height: auto;
}
.trd-colors-section .container .bottom .trd-swiper .swiper-wrapper .swiper-slide > a {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}
@media (max-width: 1024px) {
  .trd-colors-section .container .bottom .trd-swiper .swiper-wrapper .swiper-slide > a {
    gap: 16px;
  }
}
.trd-colors-section .container .bottom .trd-swiper .swiper-wrapper .swiper-slide > a .product-image {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.trd-colors-section .container .bottom .trd-swiper .swiper-wrapper .swiper-slide > a .product-image > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.trd-colors-section .container .bottom .trd-swiper .swiper-wrapper .swiper-slide > a .prod-name {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  color: black;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1024px) {
  .trd-colors-section .container .bottom .trd-swiper .swiper-wrapper .swiper-slide > a .prod-name {
    font-size: 1rem;
  }
}
.trd-colors-section .container .bottom .trd-swiper .scrollbar-wrap {
  position: relative;
  width: 100%;
  height: auto;
}
.trd-colors-section .container .bottom .trd-swiper .scrollbar-wrap .swiper-scrollbar {
  width: 100%;
  height: 4px;
  background: #CAE4EF;
}
.trd-colors-section .container .bottom .trd-swiper .scrollbar-wrap .swiper-scrollbar .swiper-scrollbar-drag {
  background: #196587;
  cursor: pointer;
}
.trd-colors-section .container .bottom .trd-swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
}

.why_sec {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 150px;
}
@media (max-width: 1024px) {
  .why_sec {
    margin-bottom: 60px;
    gap: 30px;
  }
}
.why_sec > .why_1 {
  width: 100%;
  max-width: 1720px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.why_sec > .why_1 > .why_1_con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1024px) {
  .why_sec > .why_1 > .why_1_con {
    flex-direction: column;
    gap: 20px;
  }
}
.why_sec > .why_1 > .why_1_con > .left {
  width: 946px;
  height: 577px;
}
@media (max-width: 1024px) {
  .why_sec > .why_1 > .why_1_con > .left {
    width: 100%;
    height: auto;
  }
}
.why_sec > .why_1 > .why_1_con > .left > img {
  width: 100%;
  height: 100%;
}
.why_sec > .why_1 > .why_1_con > .right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: end;
}
@media (max-width: 1024px) {
  .why_sec > .why_1 > .why_1_con > .right {
    text-align: left;
    justify-content: flex-start;
    padding: 0 20px;
  }
}
.why_sec > .why_1 > .why_1_con > .right > .tit {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: end;
}
@media (max-width: 1024px) {
  .why_sec > .why_1 > .why_1_con > .right > .tit {
    align-items: flex-start;
    text-align: left;
  }
}
.why_sec > .why_1 > .why_1_con > .right > .tit > h2 {
  font-size: 18px;
  font-weight: 300;
  color: #196587;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .why_sec > .why_1 > .why_1_con > .right > .tit > h2 {
    font-size: 14px;
  }
}
.why_sec > .why_1 > .why_1_con > .right > .tit > h3 {
  font-size: 49px;
  font-weight: 300;
  margin-bottom: 60px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .why_sec > .why_1 > .why_1_con > .right > .tit > h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.why_sec > .why_1 > .why_1_con > .right > .tit > h3 > span {
  font-weight: 500;
}
.why_sec > .why_1 > .why_1_con > .right > .word > p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .why_sec > .why_1 > .why_1_con > .right > .word > p {
    font-size: 14px;
  }
}
.why_sec > .why_2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.why_sec > .why_2 > .why_2_con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1720px;
}
@media (max-width: 1024px) {
  .why_sec > .why_2 > .why_2_con {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.why_sec > .why_2 > .why_2_con > .left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .why_sec > .why_2 > .why_2_con > .left {
    padding: 0 20px;
  }
}
.why_sec > .why_2 > .why_2_con > .left > .tit {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.why_sec > .why_2 > .why_2_con > .left > .tit > h2 {
  font-size: 18px;
  font-weight: 300;
  color: #196587;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .why_sec > .why_2 > .why_2_con > .left > .tit > h2 {
    font-size: 14px;
  }
}
.why_sec > .why_2 > .why_2_con > .left > .tit > h3 {
  font-size: 49px;
  font-weight: 300;
  margin-bottom: 60px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .why_sec > .why_2 > .why_2_con > .left > .tit > h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.why_sec > .why_2 > .why_2_con > .left > .tit > h3 > span {
  font-weight: 500;
}
.why_sec > .why_2 > .why_2_con > .left > .word > p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .why_sec > .why_2 > .why_2_con > .left > .word > p {
    font-size: 14px;
  }
}
.why_sec > .why_2 > .why_2_con > .right {
  width: 960px;
  height: 577px;
}
@media (max-width: 1024px) {
  .why_sec > .why_2 > .why_2_con > .right {
    width: 100%;
    height: auto;
  }
}
.why_sec > .why_2 > .why_2_con > .right > img {
  width: 100%;
  height: 100%;
}

.brand {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 150px;
}
@media (max-width: 1024px) {
  .brand {
    margin-bottom: 60px;
  }
}
.brand > .wrap {
  width: 100%;
  max-width: 1520px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.brand > .wrap > .tit {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 93px;
  text-align: center;
}
@media (max-width: 1024px) {
  .brand > .wrap > .tit {
    margin-bottom: 30px;
  }
}
.brand > .wrap > .tit > h2 {
  font-size: 18px;
  font-weight: 300;
  color: #196587;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .brand > .wrap > .tit > h2 {
    font-size: 14px;
  }
}
.brand > .wrap > .tit > h3 {
  font-size: 49px;
  font-weight: 300;
  margin-bottom: 45px;
}
@media (max-width: 1024px) {
  .brand > .wrap > .tit > h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.brand > .wrap > .tit > h3 > span {
  font-weight: 500;
}
.brand > .wrap > .tit > p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .brand > .wrap > .tit > p {
    font-size: 14px;
  }
}
.brand > .wrap > .img_box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 23px;
  row-gap: 70px;
}
@media (max-width: 1024px) {
  .brand > .wrap > .img_box {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }
}
.brand > .wrap > .img_box > .box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
}
.brand > .wrap > .img_box > .box > .top > img {
  width: 100%;
}
.brand > .wrap > .img_box > .box > .bot {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 1024px) {
  .brand > .wrap > .img_box > .box > .bot {
    justify-content: center;
  }
}
.brand > .wrap > .img_box > .box > .bot > h2 {
  font-size: 21px;
  font-weight: 400;
  color: #959595;
}
@media (max-width: 1024px) {
  .brand > .wrap > .img_box > .box > .bot > h2 {
    font-size: 17px;
  }
}
.brand > .wrap > .img_box > .box > .bot > h3 {
  font-size: 21px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .brand > .wrap > .img_box > .box > .bot > h3 {
    font-size: 17px;
  }
}

.work {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 175px;
  height: 732px;
  padding-top: 0px;
  margin-bottom: 150px;
}
@media (max-width: 1024px) {
  .work {
    gap: 40px;
    height: auto;
    padding: 60px 20px 0 20px;
    margin-bottom: 60px;
    flex-direction: column;
  }
}
.work > .left {
  width: 960px;
  height: 732px;
  position: relative;
  background-color: #EFFAFF;
}
@media (max-width: 1024px) {
  .work > .left {
    width: 100%;
    height: auto;
  }
}
.work > .left > .vid {
  position: absolute;
  right: -7%;
  bottom: 0;
  width: 832px;
  height: 589px;
}
@media (max-width: 1024px) {
  .work > .left > .vid {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 300px;
  }
}
.work > .left > .vid > iframe {
  width: 100%;
  height: 100%;
}
.work > .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: end;
}
.work > .right > .tit {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .work > .right > .tit {
    margin-bottom: 30px;
  }
}
.work > .right > .tit > h2 {
  font-size: 18px;
  font-weight: 300;
  color: #196587;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .work > .right > .tit > h2 {
    font-size: 14px;
  }
}
.work > .right > .tit > h3 {
  font-size: 49px;
  font-weight: 300;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .work > .right > .tit > h3 {
    font-size: 24px;
  }
}
.work > .right > .tit > h3 > span {
  font-weight: 600;
}
.work > .right > .word {
  display: flex;
  flex-direction: column;
  margin-bottom: 65px;
}
@media (max-width: 1024px) {
  .work > .right > .word {
    margin-bottom: 30px;
  }
}
.work > .right > .word > p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 45px;
}
@media (max-width: 1024px) {
  .work > .right > .word > p {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.work > .right > a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  background-color: #196587;
  border-radius: 500px;
  color: white;
  font-size: 17px;
  font-weight: 300;
  width: 300px;
  height: 65px;
}
@media (max-width: 1024px) {
  .work > .right > a {
    font-size: 15px;
  }
}

.inq {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 680px;
  justify-content: center;
  background-image: url(../img/inq_back.png);
}
@media (max-width: 1024px) {
  .inq {
    height: auto;
    padding: 40px 20px;
  }
}
.inq .wrap {
  width: 100%;
  max-width: 1520px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .inq .wrap {
    flex-direction: column;
    justify-content: center;
    gap: 40px;
  }
}
.inq .wrap > .left {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.inq .wrap > .left > .tit {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.inq .wrap > .left > .tit > h2 {
  font-size: 18px;
  font-weight: 300;
  color: #196587;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .inq .wrap > .left > .tit > h2 {
    font-size: 14px;
  }
}
.inq .wrap > .left > .tit > h3 {
  font-size: 49px;
  font-weight: 300;
  margin-bottom: 60px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .inq .wrap > .left > .tit > h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.inq .wrap > .left > .tit > h3 > span {
  font-weight: 500;
}
.inq .wrap > .left > .word {
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .inq .wrap > .left > .word {
    margin-bottom: 30px;
  }
}
.inq .wrap > .left > .word > p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .inq .wrap > .left > .word > p {
    font-size: 14px;
  }
}
.inq .wrap > .left > .info {
  width: 100%;
  max-width: 653px;
  height: 196px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 45px;
  gap: 20px;
  border: 1px solid #196587;
}
@media (max-width: 1024px) {
  .inq .wrap > .left > .info {
    padding: 20px;
    height: auto;
  }
}
.inq .wrap > .left > .info > .box {
  display: flex;
  align-items: center;
  gap: 30px;
}
.inq .wrap > .left > .info > .box > img {
  width: 24px;
  height: 24px;
}
@media (max-width: 1024px) {
  .inq .wrap > .left > .info > .box > img {
    width: 20px;
    height: 20px;
  }
}
.inq .wrap > .left > .info > .box > h2 {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .inq .wrap > .left > .info > .box > h2 {
    font-size: 14px;
  }
}
.inq .wrap .right {
  flex: 1 1 40%;
}
@media (max-width: 1024px) {
  .inq .wrap .right {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
.inq .wrap .right .minart-inquiry-form {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 1024px) {
  .inq .wrap .right .minart-inquiry-form {
    max-width: 768px;
  }
}
.inq .wrap .right .minart-inquiry-form .input-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 1rem;
}
@media (max-width: 1024px) {
  .inq .wrap .right .minart-inquiry-form .input-grid {
    gap: 20px 1rem;
  }
}
@media (max-width: 768px) {
  .inq .wrap .right .minart-inquiry-form .input-grid {
    grid-template-columns: 1fr;
  }
}
.inq .wrap .right .minart-inquiry-form .input-grid .input-cell {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 1024px) {
  .inq .wrap .right .minart-inquiry-form .input-grid .input-cell {
    gap: 12px;
  }
}
.inq .wrap .right .minart-inquiry-form .input-grid .input-cell.full-row {
  grid-column: 1/-1;
}
.inq .wrap .right .minart-inquiry-form .input-grid .input-cell > label {
  font-size: 18px;
  font-weight: 500;
  color: black;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .inq .wrap .right .minart-inquiry-form .input-grid .input-cell > label {
    font-size: 1rem;
  }
}
.inq .wrap .right .minart-inquiry-form .input-grid .input-cell > label .rq {
  color: red;
}
.inq .wrap .right .minart-inquiry-form .input-grid .input-cell > input {
  width: 100%;
  height: 48px;
  padding: 0 1rem;
  border: none;
  outline: none;
  background-color: white;
  box-shadow: 0 4px 8px -3px rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  font-weight: 300;
  color: #2D2D2D;
}
@media (max-width: 1024px) {
  .inq .wrap .right .minart-inquiry-form .input-grid .input-cell > input {
    height: 40px;
    padding: 0 12px;
    font-size: 14px;
  }
}
.inq .wrap .right .minart-inquiry-form .input-grid .input-cell > textarea {
  width: 100%;
  height: auto;
  padding: 12px;
  border: none;
  outline: none;
  resize: none;
  background-color: white;
  box-shadow: 0 4px 8px -3px rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  font-weight: 300;
  color: #2D2D2D;
}
@media (max-width: 1024px) {
  .inq .wrap .right .minart-inquiry-form .input-grid .input-cell > textarea {
    font-size: 14px;
  }
}
.inq .wrap .right .minart-inquiry-form > label {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
.inq .wrap .right .minart-inquiry-form > label > span {
  font-size: 1rem;
  font-weight: 300;
  color: #3D3D3D;
  word-break: keep-all;
}
@media (max-width: 1024px) {
  .inq .wrap .right .minart-inquiry-form > label > span {
    font-size: 14px;
  }
}
.inq .wrap .right .minart-inquiry-form > button {
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #196587;
  font-size: 18px;
  line-height: 1;
  color: white;
  word-break: keep-all;
  text-align: center;
  border: none;
}
@media (max-width: 1024px) {
  .inq .wrap .right .minart-inquiry-form > button {
    height: 48px;
    font-size: 1rem;
  }
}/*# sourceMappingURL=main.css.map */