/* front.css */

/* main banner */
.banner__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
}

.banner__box.banner_01 {
  background: url(/static/images/banner/main_banner_01.jpg) 0 0 no-repeat;
  background-size: cover;
}

.banner__box.banner_02 {
  background: url(/static/images/banner/main_banner_02.jpg) 0 0 no-repeat;
  background-size: cover;
}

.banner__box.banner_03 {
  background: url(/static/images/banner/main_banner_03.jpg) 0 0 no-repeat;
  background-size: cover;
}

.banner__box.banner_04 {
  background: url(/static/images/banner/main_banner_04.jpg) 0 0 no-repeat;
  background-size: cover;
}

.banner__box .banner__text {
  font-size: 36px;
  line-height: 1.3;
  color: #fff;
  font-weight: 100;
  text-align: center;
}

.banner__box .banner__text > span {
  font-weight: 400;
}

.banner__box .banner__text .text__mobile {
  display: none;
}

/* swiper 커스텀 */
.main__banner-box .swiper-pagination {
  position: relative;
  top: -42px;
}
.main__banner-box .swiper-pagination-bullet {
  background: #626262;
  opacity: 1;
}

.main__banner-box .swiper-pagination-bullet-active {
  background-color: #007aff;
}

/* sub banner */
.sub__banner-box .sub__banner-header {
  margin-top: 76px;
  margin-bottom: 37px;
  text-align: center;
}

.sub__banner-box .sub__banner-header > h2 {
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: 700;
  color: #181818;
}

.sub__banner-box .sub__banner-header > p {
  font-size: 16px;
  font-weight: 350;
  color: #000;
}

.sub__banner-box .sub__banner-link > img {
  width: 100%;
}

.sub__banner-box .sub__banner-link > img.img__m {
  display: none;
}

.sub__banner-box .swiper__control-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 36px;
  margin-bottom: 64px;
}

.sub__banner-box .swiper-slide {
  opacity: 0.5;
}

.sub__banner-box .swiper-slide-active {
  opacity: 1;
}

.sub__banner-box .swiper__control-box .swiper-button-next,
.sub__banner-box .swiper__control-box .swiper-button-prev {
  position: static;
  top: initial;
  width: 40px;
  height: 40px;
  margin: 0 18px;
}

.sub__banner-box .swiper__control-box .swiper-button-next {
  background: url(/static/images/banner/next_btn.png) 0 0 no-repeat;
}

.sub__banner-box .swiper__control-box .swiper-button-prev {
  background: url(/static/images/banner/prev_btn.png) 0 0 no-repeat;
}

.sub__banner-box .swiper__control-box .swiper-pagination-custom {
  width: auto;
}

.sub__banner-box .swiper__control-box .swiper-pagination-custom .center {
  padding: 0 4px;
  color: #bcbcbc;
}

.sub__banner-box
  .swiper__control-box
  .swiper-pagination-custom
  .custom-pagination-total {
  color: #bcbcbc;
}

/* 철강 관련 정보 */
.steel__info-box.steel__info-bg-gray {
  background-color: #f1f1f1;
  padding-bottom: 96px;
}
.steel__info-box .steel__info-header {
  padding-top: 76px;
  padding-bottom: 36px;
  text-align: center;
}

.steel__info-box .steel__info-body {
  max-width: 1320px;
  margin: 0 auto;
}

.steel__info-box .steel__info-header > h2 {
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: 700;
  color: #181818;
}

.steel__info-box .steel__info-header > p {
  font-size: 16px;
  font-weight: 350;
  color: #000;
}

.steel__info-box .steel__info-body .card__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.steel__info-box .steel__info-body .card {
  overflow: hidden;
  padding: 20px;
  background-color: white;
  border-radius: 14px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
  flex: 1 0 calc(50% - 80px);
  max-width: 418px;
  box-sizing: content-box;
}

.steel__info-box .steel__info-body .card__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.steel__info-box .steel__info-body .card__content .card__tit {
  padding-bottom: 9px;
  font-size: 20px;
  font-weight: 600;
  color: #1e1e1e;
}

/* .steel__info-box .steel__info-body .card__content .card__sub-tit {
  font-size: 16px;
  font-weight: 600;
  color: #082958;
  padding-bottom: 8px;
} */

.steel__info-box .steel__info-body .card__content .card_sub_tit_logo {
  width: 130px;
  height: 25px;
  margin-left: 20px;
  margin-top: -5px;
}

.steel__info-box .steel__info-body .card__text-box {
  flex: 1 1 auto;
  padding: 17px 18px;
  border-radius: 8px;
  background: #f1f1f1;
}

.steel__info-box .steel__info-body .card__text-box.max-h-272 {
  overflow: auto;
  max-height: 272px;
  line-height: 1.3;
}

.steel__info-box .steel__info-body .card__text-box .card__tit {
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.steel__info-box .steel__info-body .card__text-box .card__offer-box {
  position: relative;
  padding-left: 8px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #000;
  white-space: pre-line;
}

.steel__info-box .steel__info-body .card__text-box.card__stock-box {
  padding: 0;
  background: #fff;
}
.steel__info-box .steel__info-body .card__text-box .swiper__stock-container {
  position: relative;
  height: 100%;
  padding-bottom: 30px;
}

.steel__info-box
  .steel__info-body
  .card__text-box
  .swiper__stock-container
  .swiper-pagination
  .swiper-pagination-bullet-active {
  margin-top: 8px;
  background: #808080;
}

.steel__info-box
  .steel__info-body
  .card__text-box
  .swiper__stock-container
  .stock__list-box {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  gap: 10px;
}

.steel__info-box
  .steel__info-body
  .card__text-box
  .swiper__stock-container
  .stock__list-box
  > div {
  flex: 0 0 calc(33% - 10px);
  flex-wrap: wrap;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  padding: 10px;
  padding-top: 30px;
  font-size: 13px;
}

.steel__info-box
  .steel__info-body
  .card__text-box
  .swiper__stock-container
  .stock__list-box
  > div
  .tts {
  color: red;
  margin-top: 20px;
  font-weight: 600;
}

.steel__info-box .steel__info-body .card__text-box .card__list-box {
  display: flex;
  width: 100%;
}

.steel__info-box .steel__info-body .card__text-box .list__date {
  flex: 0 0 80px;
}

.steel__info-box .steel__info-body .card__text-box .list__text {
  flex: 1 1 auto;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
}

/* 철강 뉴스 스와이프 */
.roll__wrap {
  overflow: hidden;
  height: 129px;
}
.roll__wrap .swiper-wrapper {
  display: flex;
  flex-direction: column;
}
.roll__wrap .swiper-container {
  width: 100%;
  height: 100%;
}
.roll__wrap .swiper-slide {
  text-align: center;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: left;
}

.card .card__content-text {
  font-size: 13px;
  font-weight: 400;
  color: #000;
}

/**/
.sub__banner-box.sub__banner-02 {
  padding: 90px 0 94px 0;
  background: url(/static/images/banner/sub_bg_01.png) 0 0 no-repeat;
  background-size: cover;
}

.sub__banner-box.sub__banner-02 .sub__banner-header > h2,
.sub__banner-box.sub__banner-02 .sub__banner-header > p {
  color: #fff;
}

.sub__banner-02-content {
  display: flex;
  justify-content: center;
  gap: 0 80px;
  max-width: 640px;
  margin: 0 auto;
  padding: 0 24px;
}

.sub__banner-02-content > div {
  flex: 1;
}
.sub__banner-02-content > div > img {
  width: 100%;
  max-width: 142px;
}
/* 공지사항 */
.service__box {
  display: flex;
  justify-content: space-between;
  max-width: 1320px;
  margin: 99px auto 99px auto;
  gap: 0 77px;
}
.service__box .notice__wrap {
  flex: 1 1 auto;
}

.service__box .notice__wrap .notice__header {
  display: flex;
  justify-content: space-between;
}
.notice__header > h2 {
  padding-bottom: 19px;
  font-size: 23px;
  font-weight: 600;
  color: #1f1f1f;
}

.service__box .notice__wrap .notice__header .notice__btn-more {
  cursor: pointer;
}

.service__box .notice__wrap .notice__content {
}

.service__box .notice__wrap .notice__content .notice__item {
  display: flex;
  margin-bottom: 19px;
}

.service__box .notice__wrap .notice__content .notice__item .notice__text {
  flex: 1 1 auto;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.service__box .notice__wrap .notice__content .notice__item .notice__date {
  flex: 0 0 120px;
  text-align: right;
}

.service__box .customer__wrap {
  display: flex;
  flex: 1;
}

.service__box .customer__wrap .phone__number {
  padding-bottom: 12px;
  font-size: 32px;
  font-weight: 700;
  color: #1f1f1f;
}

.service__box .customer__wrap .time__text {
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
  color: #1f1f1f;
  line-height: 1.6;
}

.service__box .customer__wrap .info__text {
  font-size: 12px;
  font-weight: 400;
  color: #1f1f1f;
}

.customer__wrap .customer-left > h2 {
  padding-bottom: 19px;
  font-size: 23px;
  font-weight: 600;
  color: #1f1f1f;
}

.customer__wrap .customer-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.customer__wrap .customer-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 40px;
}

.customer__wrap .customer-right > a {
  width: 100%;
  max-width: 120px;
}

.customer__wrap .customer-right > a > img {
  width: 100%;
}

/* 푸터 하단 영역 */
.footer__info-box {
  width: 100%;
  padding: 27px 0 44px 0;
  border-top: 1px solid #d9d9d9;
}

.footer__info-box > div {
  max-width: 1320px;
  margin: 0 auto;
}

.footer__top-box {
  display: flex;
  justify-content: space-between;
}
.footer__top-box .site__list-box {
  display: flex;
  align-items: center;
  gap: 0 29px;
}

#site_select::-ms-expand {
  display: none;
}
#site_select {
  padding: 9px 40px 9px 15px;
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/static/images/main/ico_arrow.png) calc(100% - 14px) 50%
    no-repeat;
}

.custom__btn {
  border-radius: 3px;
  background: #0e50ad;
}

.custom__btn:hover {
  background: #05295c;
}

.custom__text {
  color: #0e50ad !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 350;
  line-height: 1.5;
}

.shop__gray,
.shop__white {
  font-size: 12px;
  line-height: 1.3;
  text-align: left;
  padding: 10px 10px 10px 33px;
  background-size: 15px;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
}
.shop__gray {
  background: url(/static/images/main/shop_gray.png) 8px 50% no-repeat;
}

.shop__white {
  background: url(/static/images/main/shop_white.png) 8px 50% no-repeat;
}

.bg-dark-blue {
  font-size: 12px;
  font-weight: 350;
  opacity: 1 !important;
  background-color: #152663 !important;
}

.bg-red {
  font-size: 12px;
  font-weight: 350;
  opacity: 1 !important;
  background-color: #a40c0c !important;
}

.gradient__text {
  margin-bottom: 20px;
  font-size: 16px;
  letter-spacing: 14px;
  background: linear-gradient(to right, #84cbff, #cba3ff);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.gradient__text > br {
  display: none;
}

.mx-1300 {
  max-width: 1300px;
}

.input-group .input-group-box {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
}

.main_logo {
  max-width: 200px;
}

@media (max-width: 640px) {
  .main_logo {
    max-width: 100px;
  }

  .main__banner-box .swiper-pagination {
    display: none;
  }
  .banner__box {
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    padding: 54px 34px 54px 34px;
    max-height: 360px;
  }

  .gradient__text {
    font-size: 24px;
    margin-bottom: 20px;
    background: linear-gradient(to right, #84cbff, #cba3ff);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
  }

  .gradient__text > br {
    display: block;
  }

  .banner__box .banner__text {
    font-size: 1.4rem;
    text-align: left;
  }

  .banner__box .banner__text .text__mobile {
    display: block;
  }

  .sub__banner-box .sub__banner-link > img.img__pc {
    display: none;
  }

  .sub__banner-box .sub__banner-link > img.img__m {
    display: block;
  }

  .steel__info-box.steel__info-bg-gray {
    padding: 0 32px 32px 32px;
  }

  .steel__info-box .steel__info-body .card {
    flex: 1 0 calc(100% - 80px);
  }
}

.notice__m {
  display: none;
}

@media (max-width: 860px) {
  .service__box {
    flex-direction: column;
  }
  .service__box .notice__wrap .notice__header {
    justify-content: center;
  }

  .notice__pc {
    display: none !important;
  }

  .notice__m {
    display: block !important;
  }

  .notice__btn-more.notice__m {
    margin: 35px 0 58px 0;
    text-align: center;
  }

  .notice__btn-more.notice__m > a {
    padding: 4px 12px;
    border: 1px solid #000;
    font-size: 14px;
    border-radius: 14px;
  }

  .mobile_customer.notice__m {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    flex: 1;
  }
  .mobile-tel {
    padding: 13px 48px;
    margin-bottom: 21px;
    border: 1px solid #000;
  }
  .mobile-tel > img {
    position: relative;
    top: 2px;
  }
  .customer__item {
    display: flex;
    max-width: 190px;
    width: 100%;
    margin: 12px 0;
  }
  .service__box .notice__wrap {
    padding: 0 24px;
  }

  .service__box .notice__wrap .notice__header {
    padding-bottom: 32px;
  }

  .customer__item + p {
    width: 100%;
    max-width: 257px;
    padding: 6px 0;
    font-size: 12px;
    background: #f1f1f1;
    text-align: center;
  }

  .sub__banner-02-content {
    gap: 0 20px;
  }
}

.nav-tabs .nav-link {
  border: 1px solid silver !important;
  cursor: pointer;
}

.nav-tabs .nav-item {
  width: 130px !important;
}
.nav-tabs .nav-link.active {
  color: white !important;
  background-color: #0e50ad !important;
}

input[type="checkbox"] {
  border-radius: 3px !important;
  width: 18px !important;
  height: 18px !important;
  cursor: pointer !important;
}

.modal-body {
  line-height: 1.5 !important;
}
