@font-face {
  font-family: "Pretendard-Bold";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard-Regular";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff")
    format("woff");
  font-weight: 400;
  font-style: normal;
}

.vision_banner {
  background: url(../img/vision_banner_bg.jpg) no-repeat center 100%;
  background-size: cover;
  width: 100%;
  height: 1280px;
}

.vision_banner .txt_box {
  text-align: center;
  padding-top: 450px;
  color: #fff;
}

.vision_banner .txt_box .tit {
  font-size: 54px;
  margin-bottom: 50px;
  font-family: "Montserrat";
  font-weight: bold;
  position: relative;
}

.vision_banner .txt_box .tit::after {
  content: "";
  display: block;
  width: 12%;
  height: 3px;
  position: absolute;
  bottom: -8px;
  left: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  left: 50%;
  transform: translateX(-50%);
}

.vision_banner .txt_box .txt {
  font-size: 68px;
  font-weight: bold;
}

.vision_banner .txt_box .txt .highlight {
  background-color: #ff8400;
  padding: 0 7px;
}

#brand2 {
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
  text-align: center;
  background: url(../img/visual_bg.jpg) no-repeat center 85%;
}
#brand2 .tit {
  font-size: 32px;
  line-height: 65px;
  margin-bottom: 10px;
  font-family: "Montserrat";
  font-weight: 500;
  color: #11588f;
}
#brand2 .txt {
  font-size: 48px;
  line-height: 35px;
  padding: 20px 0;
  font-weight: bold;
}

#brand2 .txt2 {
  font-size: 34px;
  line-height: 50px;
  padding: 20px 0;
  font-weight: 500;
}

#brand2 .keyword {
  clear: both;
  overflow: hidden;
  padding: 30px 0;
}
#brand2 ul li {
  display: inline-block;
}
#brand2 ul li a {
  display: block;
  text-align: center;
  padding: 12px 30px;
  border-radius: 50px;
  font-size: 20px;
  background: #fff;
  font-weight: 500;
  margin: 5px 8px;
  width: 200px;
  border: 1px solid #333;
  font-weight: 600;
}
#brand2 ul li a:hover {
  background: #11588f;
  border: 1px solid #11588f;
  color: #fff;
  transition: all 0.3s;
  color: #fff;
}

/*---------------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/
@media (max-width: 1400px) {
  #brand2 {
    max-width: calc(100% - 100px);
  }
}
@media (max-width: 1023px) {
  #brand2 {
    max-width: calc(100% - 30px);
    margin: 50px auto;
    padding: 0;
  }
  #brand2 .tit {
    font-size: 20px;
    line-height: 30px;
  }
  #brand2 .txt {
    font-size: 14px;
    line-height: 22px;
    padding: 0px 0 0px 0;
  }
  #brand2 .txt2 {
    font-size: 16px;
    line-height: 24px;
  }
  #brand2 .keyword {
    clear: both;
    overflow: hidden;
    padding: 20px 0;
  }
  #brand2 ul li {
    display: inline-block;
  }
  #brand2 ul li a {
    display: block;
    text-align: center;
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 15px;
    background: #fff;
    font-weight: 500;
    margin: 5px 3px;
    width: 100px;
    border: 1px solid #333;
    font-weight: 600;
  }
  #brand2 ul li a:hover {
    background: #166ae8;
    border: 1px solid #166ae8;
    color: #fff;
    transition: all 0.3s;
    color: #fff;
  }
  .vision_banner {
    background: url(../img/vision_banner_bg.jpg) no-repeat center 100%;
    height: 600px;
  }
  
  .vision_banner .txt_box {
    text-align: center;
    padding-top: 200px;
    color: #fff;
  }
  .vision_banner .txt_box .tit {
    font-size: 28px;
  }
  .vision_banner .txt_box .txt {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
}
@media (max-width: 480px) {
}
@media (max-width: 320px) {
}
