@charset "UTF-8";
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
.subtop-wrap {
  background-image: url("../imgs/subtop_trader.png");
}
@media screen and (max-width: 767.98px) {
  .subtop-wrap {
    background-image: url("../imgs/subtop_trader_m.png");
  }
}
.subtop-wrap .title {
  color: #2b4865;
}

.inner-content-wrapper {
  padding-bottom: 0;
}
@media screen and (max-width: 991.98px) {
  .inner-content-wrapper {
    padding-bottom: 110px;
  }
}

.profile-wrap {
  display: flex;
  justify-content: space-between;
  gap: 140px;
}
@media screen and (max-width: 1919.98px) {
  .profile-wrap {
    gap: 7.2954663887vw;
  }
}
@media screen and (max-width: 991.98px) {
  .profile-wrap {
    display: block;
  }
}
.profile-wrap .img-wrap {
  max-width: 500px;
  max-height: 573px;
}
@media screen and (max-width: 1499.98px) {
  .profile-wrap .img-wrap {
    max-width: 36%;
  }
}
@media screen and (max-width: 991.98px) {
  .profile-wrap .img-wrap {
    display: flex;
    align-items: flex-end;
    max-width: none;
    max-height: none;
  }
}
.profile-wrap .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 991.98px) {
  .profile-wrap .img-wrap img {
    width: auto;
    max-width: 30%;
  }
}
@media screen and (max-width: 543.98px) {
  .profile-wrap .img-wrap img {
    max-width: 144px;
  }
}
.profile-wrap .img-wrap .name {
  margin-left: 26px;
  font-size: 16px;
  font-weight: 700;
}
.profile-wrap .img-wrap .name .sign {
  width: 58px;
  vertical-align: bottom;
}
.profile-wrap .txt-wrap {
  padding-top: 80px;
}
@media screen and (max-width: 991.98px) {
  .profile-wrap .txt-wrap {
    padding-top: 30px;
  }
}
.profile-wrap .txt-wrap .title {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 991.98px) {
  .profile-wrap .txt-wrap .title {
    font-size: 16px;
  }
}
.profile-wrap .txt-wrap .txt1 {
  margin: 45px 0;
  font-size: 26px;
}
@media screen and (max-width: 991.98px) {
  .profile-wrap .txt-wrap .txt1 {
    margin: 20px 0;
    font-size: 14px;
  }
}
.profile-wrap .txt-wrap .career-lists li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 13px;
  font-size: 26px;
  line-height: 1.5;
}
@media screen and (max-width: 1199.98px) {
  .profile-wrap .txt-wrap .career-lists li {
    font-size: 2.1684737281vw;
  }
}
@media screen and (max-width: 991.98px) {
  .profile-wrap .txt-wrap .career-lists li {
    padding-left: 20px;
    margin-bottom: 6px;
    font-size: 14px;
  }
}
.profile-wrap .txt-wrap .career-lists li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 27px;
  height: 27px;
  background: url("../imgs/trader/icon_career_list.png") no-repeat center/contain;
}
@media screen and (max-width: 991.98px) {
  .profile-wrap .txt-wrap .career-lists li:before {
    width: 14px;
    height: 14px;
  }
}

#section02 {
  padding-top: 320px;
}
@media screen and (max-width: 1499.98px) {
  #section02 {
    padding-top: 21.3475650434vw;
  }
}
@media screen and (max-width: 991.98px) {
  #section02 {
    padding-top: 90px;
  }
}
#section02 .bg-txt {
  font-size: 150px;
  font-weight: 900;
  color: #cbd5c0;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
}
@media screen and (max-width: 1919.98px) {
  #section02 .bg-txt {
    font-size: 7.8165711308vw;
  }
}
#section02 .blink-image {
  margin-top: -70px;
  animation: blink 0.8s steps(1, start) infinite;
}
@media screen and (max-width: 1919.98px) {
  #section02 .blink-image {
    margin-top: -3.6477331944vw;
  }
}
#section02 .txt-wrap {
  padding: 95px 0 85px;
  font-size: 60px;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  #section02 .txt-wrap {
    padding: 43px 0 35px;
    font-size: 18px;
  }
}
#section02 .txt-wrap .title {
  margin-bottom: 50px;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #3e7c4b;
}
@media screen and (max-width: 991.98px) {
  #section02 .txt-wrap .title {
    margin-bottom: 15px;
  }
}
#section02 .txt-wrap .desc {
  margin-bottom: 85px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 991.98px) {
  #section02 .txt-wrap .desc {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991.98px) {
  #section02 .txt-wrap img {
    width: 33px;
  }
}

#section03 {
  position: relative;
  display: flex;
  height: 100vh;
  max-height: 1048px;
  overflow: hidden;
}
@media screen and (max-width: 991.98px) {
  #section03 {
    height: auto;
    display: block;
  }
}
#section03:before, #section03:after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(50% + 1vw);
  width: 1px;
  height: 77%;
  background-color: rgba(204, 204, 204, 0.3);
  z-index: 1;
  transform: translate(0, -50%) scaleY(0);
  transition: 0.8s;
}
@media screen and (max-width: 991.98px) {
  #section03:before, #section03:after {
    content: none;
  }
}
#section03:before {
  background-color: #000;
  transform: translate(0, -50%);
}
#section03 .left-wrap,
#section03 .right-wrap {
  position: relative;
  display: flex;
  align-items: center;
  width: 50%;
}
@media screen and (max-width: 991.98px) {
  #section03 .left-wrap,
  #section03 .right-wrap {
    display: block;
    width: auto;
    text-align: center;
  }
}
#section03 .left-wrap:before,
#section03 .right-wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 101%;
  background-color: #3e7c4b;
  z-index: 0;
  transform: translate(0, -100%);
  transition: 1.4s;
}
@media screen and (max-width: 991.98px) {
  #section03 .left-wrap:before,
  #section03 .right-wrap:before {
    content: none;
  }
}
#section03 .left-wrap {
  padding-left: 15.997915581vw;
  padding-right: 7.608129234vw;
}
@media screen and (max-width: 1199.98px) {
  #section03 .left-wrap {
    padding-left: 100px;
  }
}
@media screen and (max-width: 991.98px) {
  #section03 .left-wrap {
    padding: 0;
  }
}
#section03 .left-wrap .inner {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s ease-out;
  transition-delay: 0.8s;
}
@media screen and (max-width: 991.98px) {
  #section03 .left-wrap .inner {
    opacity: 1;
    transform: none;
  }
}
#section03 .right-wrap {
  padding-left: 7.608129234vw;
  padding-right: 8.2334549244vw;
}
@media screen and (max-width: 1199.98px) {
  #section03 .right-wrap {
    padding-right: 100px;
  }
}
@media screen and (max-width: 991.98px) {
  #section03 .right-wrap {
    padding: 0;
  }
}
#section03 .right-wrap:before {
  transform: translate(0, 100%);
}
#section03 .right-wrap .inner {
  margin-left: auto;
  text-align: center;
}
#section03.active:before {
  background-color: transparent;
}
#section03.active:after {
  transform: translate(0, -50%);
  transition-delay: 0.7s;
}
#section03.active .left-wrap .inner {
  opacity: 1;
  transform: translateY(0);
}
#section03.active .left-wrap:before,
#section03.active .right-wrap:before {
  transform: none;
}
#section03.active .btn-ask {
  opacity: 1;
}
#section03 .inner {
  width: 100%;
  z-index: 1;
}
#section03 .title {
  margin-bottom: 45px;
  font-size: 60px;
  font-weight: 900;
  line-height: 1.3;
  color: #fff;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1919.98px) {
  #section03 .title {
    font-size: 3.1266284523vw;
  }
}
@media screen and (max-width: 991.98px) {
  #section03 .title {
    margin-bottom: 39px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
  }
}
#section03 .desc {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #f6cb42;
}
@media screen and (max-width: 1499.98px) {
  #section03 .desc {
    font-size: 28px;
  }
}
@media screen and (max-width: 991.98px) {
  #section03 .desc {
    display: inline-block;
    color: #3e7c4b;
    box-shadow: inset 0 -6px 0 #f6cb42;
    line-height: 21px;
    font-size: 16px;
    font-weight: 900;
  }
}
#section03 .video {
  width: 100%;
}
@media screen and (max-width: 991.98px) {
  #section03 .video {
    margin: 28px auto 0;
    width: 80%;
  }
}
#section03 .btn-ask {
  display: inline-flex;
  margin-top: 57px;
  width: 225px;
  height: 45px;
  padding: 0 14px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.02em;
  background-color: #f6cb42;
  color: #3e7c4b;
  opacity: 0;
  transition: all 0.4s;
  transition-delay: 0.8s;
  cursor: pointer;
}
@media screen and (max-width: 991.98px) {
  #section03 .btn-ask {
    margin-top: 37px;
    width: 110px;
    height: 25px;
    padding: 0;
    font-size: 12px;
    opacity: 1;
  }
}