@charset "UTF-8";
@import url("../scss/commons.css");
/* nav */
header {
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 80px;
  background-color: #fff;
}
header .logo {
  padding-left: 300px;
}
header .sub-menu-bg {
  display: none;
  width: 100%;
  height: 150px;
  position: absolute;
  top: 80px;
  background-color: rgba(240, 251, 255, 0.5);
  z-index: 10;
}
header nav {
  position: absolute;
  right: 0px;
  top: 20px;
  z-index: 10;
  margin-right: 300px;
}
header nav .main-menu {
  gap: 70px;
  margin-bottom: 0;
}
header nav .main-menu .text-center a {
  display: block;
  padding: 10px;
  font-size: 1.25rem;
  color: var(--my-txt-main);
}
header nav .main-menu .text-center a:hover {
  color: var(--my-main-one);
}
header nav .main-menu .text-center .sub-menu {
  padding-top: 20px;
  display: none;
}
header nav .main-menu .text-center .sub-menu li a {
  color: #fff;
  padding: 10px;
  display: block;
  box-sizing: border-box;
}
header nav .main-menu .text-center .sub-menu li a:hover {
  color: var(--my-main-one);
  -webkit-text-decoration: 1px solid underline var(--my-main-one);
          text-decoration: 1px solid underline var(--my-main-one);
}

/* banner */
.banner {
  background: url("../images/sub1-2-banner.png");
}
.banner .container {
  padding: 200px 20px;
}
.banner .container .row .col-md-12 .body-txt20-m {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 0;
}

/* sec01 */
.sec01 .container {
  padding: 200px 20px 100px 20px;
}
.sec01 .container .row .col-md-12 .top-t {
  font-weight: 400;
  margin-bottom: 10px;
}
.sec01 .container .mt-10 {
  margin-top: 100px;
}

/* sec02 */
.sec02 .container .row .col-md-9 .main-subt-m {
  font-weight: 700;
  margin-bottom: 10px;
}
.sec02 .container .row .col-md-9 .body-txt18-m {
  padding-right: 5%;
}
.sec02 .container .mt-10 {
  margin-top: 100px;
}
.sec02 .container .mt-10 .col-md-2 {
  justify-content: space-around;
}
.sec02 .container .mt-10 .col-md-2 .content .icon1 {
  display: flex;
  justify-content: center;
}
.sec02 .container .mt-10 .col-md-2 .content .icon1 img {
  width: 50px;
  height: 50px;
}
.sec02 .container .mt-10 .col-md-2 .content .icon2 {
  display: flex;
  justify-content: center;
}
.sec02 .container .mt-10 .col-md-2 .content .icon2 img {
  width: 50px;
  height: 50px;
}
.sec02 .container .mt-10 .col-md-2 .content .icon3 {
  display: flex;
  justify-content: center;
}
.sec02 .container .mt-10 .col-md-2 .content .icon3 img {
  width: 50px;
  height: 50px;
}
.sec02 .container .mt-10 .col-md-2 .content .contxt .body-txt16-m {
  color: var(--my-main-two);
  margin-bottom: 10px;
}
.sec02 .container .mt-10 .icon {
  display: flex;
  align-items: center;
}
.sec02 .container .mt-10 .icon .arrow-container {
  display: flex;
}
.sec02 .container .mt-10 .icon .arrow-container i {
  font-size: 0.88rem;
  font-weight: bold;
  animation: colorCycle 3s steps(3) infinite;
}
.sec02 .container .mt-10 .icon .arrow-container i:nth-child(1) {
  animation-delay: 0s;
}
.sec02 .container .mt-10 .icon .arrow-container i:nth-child(2) {
  animation-delay: 1s;
}
.sec02 .container .mt-10 .icon .arrow-container i:nth-child(3) {
  animation-delay: 2s;
}
@keyframes colorCycle {
  /* 0% ~ 33.33%: 레드 */
  0%, 33.33% {
    color: #DDDDDD;
  }
  /* 33.34% ~ 66.66%: 옐로우 */
  33.34%, 66.66% {
    color: #BCBCBC;
  }
  /* 66.67% ~ 100%: 블루 */
  66.67%, 100% {
    color: #808080;
  }
}

/* sec03 */
.sec03 {
  background: url("../images/sub1-2-sec03.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.sec03 .container {
  color: #fff;
}
.sec03 .container .mt-10 {
  margin-top: 100px;
}
.sec03 .container .mt-10 .col-md-4 .icon i {
  font-size: 60px;
}
.sec03 .container .mt-10 .col-md-4 .txtbox .txt1 {
  font-size: 2.25rem;
  font-weight: 700;
  margin-top: 50px;
}

/* sec04 */
.sec04 .container {
  padding: 100px 20px 200px 20px;
}
.sec04 .container .row .col-md-9 .main-subt-m {
  font-weight: 700;
}
.sec04 .container .row .col-md-9 .body-txt18-m {
  margin-top: 10px;
  padding-right: 4%;
}
.sec04 .container .mt-10 {
  margin-top: 100px;
}
.sec04 .container .mt-10 .col-md-9 {
  border: 1px solid #DDDDDD;
  padding: 50px 0;
}
.sec04 .container .mt-10 .col-md-9 .content {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.sec04 .container .mt-10 .col-md-9 .content .ci-img {
  width: 50%;
}
.sec04 .container .mt-10 .col-md-9 a {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--my-txt-main);
}
.sec04 .container .mt-10 .col-md-9 a i {
  font-size: 1rem;
  padding-left: 5px;
}
.sec04 .container .mt-10 .col-md-9 a:hover {
  color: var(--my-main-two);
  transition: 0.3s ease;
}
.sec04 .container .mt-10 .col-md-9 .t-12 {
  margin-top: 30px;
  font-size: 0.75rem;
  color: #999;
}

/* footer */
footer {
  background: #00364A;
}
footer .container {
  padding: 50px 20px;
}
footer .container .col-md-3 .logo {
  width: 80%;
}
footer .container .col-md-8 .d-flex {
  gap: 50px;
}
footer .container .col-md-8 .d-flex a {
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
}
footer .container .col-md-8 .footxt {
  padding-top: 20px;
}
footer .container .col-md-8 .footxt p {
  color: #fff;
  font-size: 0.88rem;
  font-weight: 300;
  margin: 0;
}
footer .container .col-md-8 .copy {
  padding-top: 10px;
  font-size: 0.88rem;
  font-weight: 300;
  color: #fff;
  margin: 0;
}

@media (max-width: 767px) {
  .icon .arrow-container i {
    transform: rotate(90deg);
    transition: transform 0.3s ease;
  }
}/*# sourceMappingURL=sub1-2.css.map */