@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
body {
  color: #000;
  font-family: "Noto Sans KR";
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
}

/*nav*/
.nav-link:hover {
  color: #e40a17 !important;
}

/*width*/
.w_70 {
  width: 70%;
}

/*display*/
.d_flex {
  display: flex;
}

/*position*/
.p_relativ {
  position: relative;
}
.p_absolute {
  position: absolute;
  z-index: 3;
}

/*font-weight*/
.weight300 {
  font-weight: 300 !important;
}
.weight500 {
  font-weight: 500 !important;
}
.weight700 {
  font-weight: 700 !important;
}
.weight900 {
  font-weight: 900 !important;
}

/*text*/
.text_left {
  text-align: left;
}

/*text-shadow*/
.text_shadow {
  text-shadow: 0px 0px 2px rgb(0 0 0 / 50%);
}

/*color*/
.text-point {
  color: #e40a17;
}
.text_maincolor {
  color: #ffbf00 !important;
}
.text-soft-point {
  color: #e6888e;
}
.line16 {
  line-height: 1.6;
}

/*background*/
.bg-white {
  background: white !important;
}
.bg-maincolor {
  background: #feda31 !important;
}
.bg-light-maincolor {
  background: #fcfaf4 !important;
}
.bg-soft-maincolor {
  background-color: #fce36f !important;
}
.bg-pale-maincolor {
  background: #fff2b9;
}
.bg-strong-maincolor {
  background: #d1b225 !important;
}
.bg-dark-maincolor {
  background: #30240b;
}
.bg-gradient-maincolor {
  background: linear-gradient(
    180deg,
    #fcfaf4,
    rgba(255, 255, 255, 0) 100%
  ) !important;
}
.bg-gradient-reverse-maincolor {
  background: linear-gradient(
    0deg,
    #fcfaf4,
    rgba(255, 255, 255, 0) 100%
  ) !important;
}
.bg-gradient-pale-maincolor {
  background: linear-gradient(
    180deg,
    #fff2b9,
    rgba(255, 255, 255, 0) 100%
  ) !important;
}

.bg-light-skyblue {
  background: #e2f2f4;
}
.bg-light-green {
  background: #e8f9f0;
}
.bg-light-orange {
  background: #fff2e6;
}
.bg-soft-subcolor {
  background: #ffb019;
}

.wrapper.bg-light-maincolor.angled.upper-start:before {
  border-left-color: #fcfaf4 !important;
}

/*button*/
.btn_maincolor {
  color: #fff;
  background-color: #f7ce18;
  border-color: #f7ce18;
}
.btn_soft_maincolor {
  color: #eec200;
  background-color: #fff2b9;
  border-color: #fff2b9;
}
.btn_pointcolor {
  color: #fff;
  background-color: #e40a17;
  border-color: #e40a17;
}
.btn_soft_pointcolor {
  color: #e40a17;
  background-color: #f2abb0;
  border-color: #f2abb0;
}

/*border*/
.border-maincolor {
  border-color: #feda31 !important;
}

/*pattern*/
.bg-line.main {
  background: repeating-linear-gradient(
    -55deg,
    rgba(255, 255, 255, 0) 0.8px,
    #feda31 1.6px,
    #feda31 3px,
    rgba(255, 255, 255, 0) 3.8px,
    rgba(255, 255, 255, 0) 10px
  );
}
.bg-dot.main {
  background-image: radial-gradient(#f7ce18 2px, transparent 2.5px);
}

/*floating button*/
.progress-wrap:after {
  color: #e40a17;
}
.progress-wrap svg.progress-circle path {
  stroke: #e40a17;
}
.floating {
  background-color: #e40a17;
  border: 0;
  position: fixed;
  right: 1rem;
  bottom: 4.5rem;
}

/*icon:체크*/
.icon-list.bullet-soft-primary.bullet-bg i {
  background: #fce36f;
}
.icon-list.bullet-soft-primary i {
  color: #d1b225;
}

/*밑줄*/
.underline-2.primary:after,
.underline-2:not([class*="underline-gradient-"]):after {
  background: #feda31;
}

/* text .active*/
.nav-pills .nav-link.active,
.nav-tabs .nav-link.active {
  color: #30240b;
}

/*footer*/
.list-unstyled li a:hover {
  color: #d1b225 !important;
}

/********************
        메인
*********************/
.navbar-dark .navbar-nav .nav-link {
  text-shadow: 0px 0px 2px rgb(0 0 0 / 50%);
}

.navbar-light .navbar-nav .nav-link.active,
.nav-tabs .nav-link.active,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #e40a17;
}

@media screen and (max-width: 575px) {
  .floating {
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
  }
}

/*kpi*/
.kpi_counter {
  position: absolute;
  left: 50%;
  top: 0rem;
  transform: translate(-50%, 0);
}
.kpi_counter h3 {
  font-size: 8rem;
}
.kpi_counter span {
  font-size: 2rem;
}
.mobile_txt_center h3,
.mobile_txt_center p {
  line-height: 1.4;
}
@media screen and (max-width: 991px) {
  .kpi_wrap .kpi_counter h3 {
    font-size: 6rem;
  }
  .kpi_wrap .kpi_counter span {
    font-size: 1.5rem;
  }
  .mobile_txt_center {
    text-align: center;
  }
}

@media (min-width: 480px) {
}

@media (min-width: 576px) {
}

@media (max-width: 768px) {
}

@media (min-width: 992px) {
}

@media (max-width: 1199px) {
  .main__inverview__max_1200 {
    padding: 2rem 3rem !important;
  }
  .main__inverview__max_1200_2 {
    padding: 1rem 3rem !important;
  }
}

/*finbook*/
.accordion-wrapper .card-header button:before {
  color: #ffbf00 !important;
}

/*인터뷰*/
blockquote.icon-top {
  padding-top: 2rem;
}

/*FAQ*/
.accordion-wrapper .card-header button {
  color: #ffbf00;
}
.accordion-wrapper .card-header button:hover {
  color: #ffbf00;
}
.accordion-wrapper .card-header button.red:before {
  color: #e40a17 !important;
}
.accordion-wrapper .card-header button.red:hover {
  color: #e40a17;
}
.accordion-wrapper .card-header button.red {
  color: #e40a17;
}
.accordion-wrapper .card-header button.collapsed {
  color: #343f52;
}

/********************
      회사소개
*********************/
/*svg icon*/
.icon-svg,
.icon-svg.icon-svg-lg {
  width: 8rem;
  height: 8rem;
}

/********************
      경쟁력
*********************/
@media screen and (min-width: 992px) {
  .process-wrapper2.line [class*="col-"]:after {
    width: 100%;
    position: absolute;
    content: "";
    height: 1px;
    background: 0 0;
    border-top: 1px solid rgba(164, 174, 198, 0.2);
    top: 1.5rem;
    z-index: 1;
    left: 5rem;
  }
}

.link-check-fc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.link-check-fc a {
  width: 340px;
  height: 80px;
  margin: auto;
  background-color: #f6f6f6;
  border: 1px solid #eee;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.link-insu-corp a {
  display: block;
  margin: 10px auto;
  padding: 20px 30px;
  width: 340px;
  border: 1px solid #eee;
  border-radius: 6px;
}

.ani_icon {
  width: 2.6rem;
  height: 2.6rem;
}

/********************
      지원하기
*********************/
.form-check-input {
  width: 1.05rem;
  height: 1.05rem;
  margin-top: 0.325rem;
  vertical-align: top;
  background-color: #fefefe;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(8, 60, 130, 0.4);
}

.recruit__max_767 {
  display: none;
}
.navbar .container .sub-menu {
  padding-left: 25px;
}

.is_correct_fc {
  border: 2px solid #e40a17;
  padding: 11px;
  font-size: 22px;
  font-weight: bold;
  color: #e40a17;
  margin: 10px 0;
}

@media (max-width: 768px) {
  .recruit__min_768 {
    display: none;
  }
  .recruit__max_767 {
    display: block;
  }
}

a.badge:hover {
  color: #fff;
}

/*pop up*/
.pop_text {
  max-height: 50vh;
  overflow-y: scroll;
}

@media (max-width: 768px) {
  .modal-body {
    padding: 1.5rem;
  }
}

@media (min-width: 992px) {
  .navbar .container {
    align-items: flex-start !important;
  }

  .navbar .container .navbar-brand {
    margin-top: 0.5rem;
  }

  .navbar .container .sub-menu {
    display: none;
    padding: 15px;
    background: #fff;
  }
  .navbar .container .sub-menu li {
    list-style: none;
    font-size: 0.8em;
    margin: 0.2rem 0;
    line-height: 1.2;
  }

  .navbar .container .has-submenu:hover .sub-menu {
    display: block;
  }
}
