/* sub영역 */
.sub {
  width: 100%;
  max-width: 1920px;
  min-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}

.sub .sub-top {
  width: 100%;
  height: 634px;
  background: url("../images/sub-top.png") no-repeat center/cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  gap: 31px;
}

.sub .sub-top2 {
  width: 100%;
  height: 634px;
  background: url("../images/sub-top2.png") no-repeat center/cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  gap: 31px;
}

.sub .sub-top .sub-txt01 {
  width: 757px;
  height: 65px;
  margin-left: auto;
  margin-right: 112px;
}
.sub .sub-top .sub-txt02 {
  width: 497px;
  height: 113px;
  margin-left: auto;
  margin-right: 112px;
}

.sub .sub-bottom {
  width: 100%;
  height: auto;
  max-width: 1300px;
  margin: 0 auto;

  padding-top: 100px;
  position: relative;
  padding-bottom: 100px;
}

.sub .sub-bottom img {
  width: 100%;
  /* padding-bottom: 100px; */
}

.sub .sub-bottom .duck {
  font-size: 16px;

  color: #666;
  line-height: 1.54;
  padding: 0 0 100px 0;
  text-align: center;
  margin-top: 20px;
}

/* .sub .sub-bottom .duck {
  font-size: 16px;

  color: #666;
  line-height: 1.54;
  padding: 0 0 100px 0;
} */
/* .item_btn {
  position: absolute;
  background-color: #7a7a7a;
  width: 177px;
  height: 71px;
  top: 11%;
  right: 6.5%;
  opacity: 0;
  border-radius: 30px 30px 0 0;
} */
/* .magam_btn {
  position: absolute;
  background-color: #0e5ab8;
  width: 177px;
  height: 71px;
  top: 12.6%;
  right: 6.5%;
  opacity: 0;
  border-radius: 30px 30px 0 0;
} */

.con_box {
  display: flex;
  flex-direction: column;
  width: 530px;
  margin: 0 auto;
  height: 172px;

  gap: 52px;
  position: absolute;
  bottom: 19%;
  left: 55.5%;
  justify-content: space-between;
}

.con_box .contact_link {
  /* width: 572px; */

  background-color: aquamarine;
  opacity: 0;
  /* bottom: 0%; */
  display: flex;
  justify-content: space-between;
  /* text-align: center; */
  margin: 0 auto;
  gap: 5px;
}

.con_box .contact_link .link {
  display: block;
  width: 210px;

  height: 50px;
  background-color: rgb(25, 41, 35);
  opacity: 0;
}

.con_box .contact_link2 {
  right: 5px;
}

/* .duck {
  margin-top: 30px;
  text-align: center;
} */

/* .gongo01_btn {
  position: absolute;
  top: 28%;
  right: 6.5%;
  width: 353px;
  height: 78px;
  z-index: 29;
  background-color: #0e5ab8;
  opacity: 0;
} */
.gongo02_btn {
  position: absolute;
  top: 36.5%;
  right: 6.5%;
  width: 353px;
  height: 75px;
  z-index: 29;
  background-color: #1a2430;
  opacity: 0;
}
