@charset "utf-8";

.w100 {
  width: 100% !important;
}

p,
a,
button,
h1,
h2,
h3,
b {
  color: #1c1c1c;
  font-family: 'NanumSquareAcr' !important;
  text-decoration: none;
}

/* font-family: 'NanumSquareLight';
font-family: 'NanumSquare';
font-family: 'NanumSquareBold';
font-family: 'NanumSquareExtraBold';
font-family: 'NanumSquareAcb';
font-family: 'NanumSquareAceb';
font-family: 'NanumSquareAcl';
font-family: 'NanumSquareAcr'; */

.border_bar {
  /* border-bottom: 1px solid #dee2e6; */
  box-shadow: 0 2px 9px rgb(210 210 210 / 50%);
}

/* submit btn */
.submit_btn {
  display: inline-block;
  border-radius: 10px;
  background-color: #3C444A;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  padding: 25px;
  width: 260PX;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}


.submit_btn:hover {
  box-shadow: 2px 2px 5px #aaa;
}


/* top content commonness*/

.top_wrap {
  position: relative;
  height: 50%;
  min-height: 440px;
}

.bg_wrap {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.row-bg-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  z-index: 3;
  backface-visibility: hidden;
  background-color: #000000fd;
  opacity: 0.5;
}

.inner_text_wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  padding: 140px 0 100px 0;
  z-index: 4;
  line-height: 1.6;
  animation-duration: 0.5s;
  animation-name: slideup;
  animation-iteration-count: unset;
}

.inner_text_wrap h1 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}

.inner_text_wrap p {
  width: 90%;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
}


/* 입력창 */

input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  box-shadow: 0 0 10px rgba(0, 0, 0, .11);
}

/* 폰트 */
.eng {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 800;
}

.mont {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  /* 원하는 굵기로 변경 */
  font-style: normal;
}


/* top Btn */
#topBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  font-weight: 900;
  font-size: 16px;
  color: #b7b7b7;
  background-color: #fff;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  transition: all .8s;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
  box-shadow: 0px 3px 2px #c7c7c7;
  opacity: .8;
  z-index: 9;
}

#topBtn:hover {
  animation: btn-top 3s infinite;
}

#topBtn img {
  width: 20px;
}

/* title text style */
.common_tit {
  font-size: 22px;
  margin-bottom: 50px;
  font-family: 'NanumSquareAceb' !important;
  margin-bottom: 70px;
}

.common_tit span {
  margin-left: 10px;
  color: #A4A4A4;
  font-size: 18px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif !important;
}

.common_tit img {
  width: 7px;
  vertical-align: -6px;
}


.text_box {
  text-align: center;
}

.text_box p.tit_txt {
  line-height: 1.4;
  font-weight: 900;
  font-size: 24px;
  font-family: 'NanumSquareAceb' !important;
}




@keyframes btn-top {
  0% {
    transform: scale(1);
  }

  20% {
    transform: scale(.8);
  }

  50% {
    transform: scale(1.1);
  }

  75% {
    transform: scale(.8);
  }

  100% {
    transform: scale(1);
  }
}


@media only screen and (max-width: 767px) {

  .text_box p.tit_txt {
    word-break: keep-all;
    font-size: 20px;
  }

  .text_box p.tit_txt {
    line-height: 1.4;
  }

}

@media only screen and (max-width: 500px) {


  .inner_text_wrap h1 {
    font-size: 26px;
    line-height: 1.2;
  }

  .inner_text_wrap p {
    font-size: 16px;
    word-break: keep-all;
  }

  .text_box p.tit_txt {
    width: 100%;
    word-break: keep-all;
    line-height: 1.4;
    margin: 0 auto;
    font-size: 18px;
  }

}

@media only screen and (max-width: 375px) {

  .inner_text_wrap {
    animation-name: slideup_m;
    padding: 150px 0 120px 0;
  }

  .inner_text_wrap p {
    font-size: 14px;
    line-height: 1.4;
  }

  .modal-body p {
    line-height: 1.4;
    font-size: 13px;
  }

  .modal-title.fs-5 {
    font-size: 1.05rem !important;
  }

  .modal-footer button {
    font-size: 13px;
  }

  .navbar-toggler-icon {
    width: 1.2em;
    height: 1.2em;
  }

  #topBtn {
    display: none !important;
  }

  .common_tit {
    font-size: 18px;
  }

  .common_tit span {
    margin-left: 5px;
    font-size: 15px;
  }

  .common_tit img {
    width: 5px;
    vertical-align: -3px;
    margin-right: 15px;
  }

}


@keyframes slideup {
  from {
    padding: 140px 0 0 0;
  }

  to {
    padding: 140px 0 100px 0;

  }
}

@keyframes slideup_m {
  from {
    padding: 150px 0 0 0;
  }

  to {
    padding: 150px 0 120px 0;

  }
}