@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
.banner {
  width: 100%;
  height: 100vh;
  background-color: #fdfdfc;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 98px;
}
@media (max-width: 1024px) {
  .banner {
    height: auto;
    padding-top: 70px;
  }
}
@media (max-width: 991px) {
  .banner {
    padding-bottom: 20px;
  }
}
@media (max-width: 579px) {
  .banner {
    padding-bottom: 0px;
    padding-top: 65px;
  }
}
.banner .bnr-wrp {
  display: flex;
}
@media (max-width: 991px) {
  .banner .bnr-wrp {
    flex-direction: column;
  }
}
.banner .animation-bnr {
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .banner .animation-bnr {
    order: 1;
  }
}
.banner .animation-bnr .bird-lott-ico {
  position: absolute;
  max-width: 250px;
  top: 158px;
  height: 60px;
  left: 98px;
}
@media (max-width: 1679px) {
  .banner .animation-bnr .bird-lott-ico {
    top: 116px;
    left: 52px;
  }
}
@media (max-width: 400px) {
  .banner .animation-bnr .bird-lott-ico {
    top: 48px;
    left: 52px;
    max-width: 130px;
  }
}
@media (max-width: 300px) {
  .banner .animation-bnr .bird-lott-ico {
    display: none;
  }
}
.banner .animation-bnr .img-banner {
  height: 800px;
  max-width: inherit;
}
@media (max-width: 1679px) {
  .banner .animation-bnr .img-banner {
    height: 600px;
  }
}
@media (max-width: 991px) {
  .banner .animation-bnr .img-banner {
    height: 500px;
  }
}
@media (max-width: 579px) {
  .banner .animation-bnr .img-banner {
    height: 400px;
  }
}
@media (max-width: 400px) {
  .banner .animation-bnr .img-banner {
    height: 300px;
  }
}
.banner .bnr-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 655px;
  width: 100%;
  flex-shrink: 0;
  margin-left: auto;
  color: #0C3B4B;
}
@media (max-width: 1679px) {
  .banner .bnr-left {
    max-width: 560px;
    margin-left: 36px;
  }
}
@media (max-width: 1310px) {
  .banner .bnr-left {
    flex-shrink: initial;
  }
}
@media (max-width: 991px) {
  .banner .bnr-left {
    order: 2;
    max-width: 100%;
    display: flex;
    align-items: center;
    margin-left: 0px;
    text-align: center;
  }
}
.banner .bnr-left .bnr-title {
  color: #0C3B4B;
  font-size: 21px;
  line-height: 31px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 1679px) {
  .banner .bnr-left .bnr-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1281px) {
  .banner .bnr-left .bnr-title {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .banner .bnr-left .bnr-title {
    font-size: 17px;
    line-height: 25px;
    text-align: center;
  }
}
.banner .bnr-left .welcome-txt {
  font-size: 29px;
  line-height: 1;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
  color: #0C3B4B;
}
@media (max-width: 1679px) {
  .banner .bnr-left .welcome-txt {
    font-size: 27px;
  }
}
@media (max-width: 1441px) {
  .banner .bnr-left .welcome-txt {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .banner .bnr-left .welcome-txt {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.banner .bnr-left .welcome-txt span {
  color: #18BF8B;
}
.banner .bnr-left .bnr-second-title {
  font-size: 26px;
  line-height: 36px;
  color: #0C3B4B;
  margin-bottom: 0px;
}
@media (max-width: 1679px) {
  .banner .bnr-left .bnr-second-title {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1441px) {
  .banner .bnr-left .bnr-second-title {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  .banner .bnr-left .bnr-second-title {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .banner .bnr-left .bnr-second-title {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .banner .bnr-left .bnr-second-title br {
    display: none;
  }
}
.banner .bnr-left .bnr-btn-wrp {
  display: flex;
  margin-top: 56px;
}
@media (max-width: 1679px) {
  .banner .bnr-left .bnr-btn-wrp {
    margin-top: 30px;
  }
}
@media (max-width: 1441px) {
  .banner .bnr-left .bnr-btn-wrp {
    margin-top: 25px;
  }
}
@media (max-width: 1281px) {
  .banner .bnr-left .bnr-btn-wrp {
    margin-top: 20px;
  }
}
@media (max-width: 579px) {
  .banner .bnr-left .bnr-btn-wrp {
    width: 100%;
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .banner .bnr-left .bnr-btn-wrp .round-btn:not(:first-child) {
    margin-left: 13px;
  }
}
@media (max-width: 991px) {
  .banner .bnr-left .bnr-btn-wrp .round-btn {
    margin-left: 18px;
  }
}
@media (max-width: 579px) {
  .banner .bnr-left .bnr-btn-wrp .round-btn {
    margin-left: 0;
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.banner .bnr-left .bnr-desc {
  font-size: 17px;
  line-height: 20px;
  color: #0C3B4B;
}
@media (max-width: 1679px) {
  .banner .bnr-left .bnr-desc {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 1281px) {
  .banner .bnr-left .bnr-desc {
    font-size: 14px;
    line-height: 22px;
  }
}
.banner .scroll-down {
  position: absolute;
  left: 50%;
  bottom: 40px;
  display: block;
  text-align: center;
  font-size: 20px;
  z-index: 1;
  text-decoration: none;
  text-shadow: 0;
  width: 98px;
  height: 58px;
  transform: translate(-50%, 0%);
  animation: fade_move_down 2s ease-in-out infinite;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner .scroll-down .scroll-txt {
  font-size: 18px;
  line-height: 32px;
  margin-top: 12px;
  color: #FFB533;
}
@media (max-width: 991px) {
  .banner .scroll-down {
    display: none;
  }
}
@keyframes fade_move_down {
  0% {
    transform: translate(0, -10px);
    opacity: 1;
  }
  50% {
    transform: translate(0, 10px);
  }
  100% {
    transform: translate(0, -10px);
    opacity: 1;
  }
}