.intro_wrap {
  width: 100%;
}

.intro_wrap > .intro_item {

}

@keyframes slideRightToLeft {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}

@keyframes slideLeftToRight {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}

.intro_1 {
  position: relative;
  height: 100vh;
  /*background: url('../assets/slide_image/bg1.png') center center no-repeat;*/
  /*background-size: cover;*/
}

.intro_1 > div:nth-child(1) {
  position: relative;
  z-index: 3;
  height: 100%;
  background: url('../assets/main/bg_main_1_color.svg');
}

.intro_1 > .image_wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  /*background: url('../assets/slide_image/bg1.png') center center no-repeat;*/
  /*background-size: cover;*/
  overflow: hidden;
}

.image_wrap > .slide_image {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.image_wrap > .slide_image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image_wrap > .bg-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.image_wrap > .slide_image_2 {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
}

.image_wrap > .slide_image_2 > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.5s ease-in-out;
  object-fit: cover;
}

.image_wrap > .slide_image_2 > img.hide_image {
  opacity: 0;
}

.intro_1 > .btn_left,
.intro_1 > .btn_right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 18px;
  height: 33px;
  text-indent: -9999em;
  cursor: pointer;
}

.intro_1 > .btn_left {
  left: 15%;
  background: url('../assets/main/ic_arrow_left.png') no-repeat;
}

.intro_1 > .btn_right {
  right: 15%;
  background: url('../assets/main/ic_arrow_right.png') no-repeat;
}

.intro_1 .cont_wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.intro_1 .cont_wrap > div {
  margin: 0 auto;
  overflow: hidden;
  color: #FFF;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: justify;
  cursor: default;
}

.intro_1 .cont_wrap > .cont_1 {
  width: 330px;
  max-height: 23px;
  margin: 271px auto 0;
  font-family: 'NanumMyeongjo', serif;
  font-size: 20px;
  line-height: 23px;
}

.intro_1 .cont_wrap > .cont_2 {
  width: 330px;
  height: 60px;
  margin: 29px auto 0;
  /*font-family: 'ChosunGs', serif;*/
  /*font-size: 48px;*/
  /*line-height: 60px;*/
}

.intro_1 .cont_wrap > .cont_3 {
  width: 330px;
  height: 113px;
  margin: 0 auto;
  /*font-family: 'ChosunGs', serif;*/
  /*font-size: 90px;*/
  /*line-height: 113px;*/
}

.intro_1 .cont_wrap > .cont_2,
.intro_1 .cont_wrap > .cont_3 {
  display: flex;
}

.intro_1 .cont_wrap > .cont_2 > img,
.intro_1 .cont_wrap > .cont_3 > img {
  width: 100%;
  margin: auto;
}

.intro_1 .cont_wrap > .cont_4 {
  width: 330px;
  max-height: 14px;
  margin: 1px auto 0;
  font-family: 'NanumMyeongjo', serif;
  font-size: 12px;
  line-height: 14px;
}

.intro_1 .cont_wrap > .cont_1:after,
.intro_1 .cont_wrap > .cont_4:after {
  content: '';
  display: inline-block;
  width: 100%;
}

.intro_1 .cont_wrap > .btn_scroll {
  width: 22px;
  height: 44px;
  margin: auto auto 191px;
  background: url('../assets/main/btn_scroll.svg') center center no-repeat;
  background-size: 22px 44px;
  cursor: pointer;
  text-indent: -9999em;
}

.intro_2 {
  height: calc(100vh - 120px);
  background: url('../assets/main/bg_main_2.png') center center no-repeat;
  background-size: cover;
  overflow: hidden;
}

.intro_2 > div {
  height: 100%;
  background: url('../assets/main/bg_main_2_color.svg');
  display: flex;
  flex-direction: column;
}

.intro_2 .top_wrap {
  display: flex;
  flex-direction: column;
  height: auto;
  margin: auto;
}

.intro_2 .top_wrap > div {
  color: #FFF;
  text-align: center;
  font-family: 'NanumMyeongjo-YetHangul', serif;
  font-style: normal;
  font-weight: 400;
  cursor: default;
}

.intro_2 .top_wrap > .subject {
  padding-top: 44px;
  margin: auto auto 0;
  background: url('../assets/common/bg_subject_white.png') center top no-repeat;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 2.88px;
  text-indent: 2.88px;
}

.intro_2 .top_wrap > .cont {
  margin: 25px auto 22px;
  font-size: 48px;
  line-height: 60px; /* 125% */
  letter-spacing: -0.96px;
  text-indent: -0.96px;
}

.intro_2 .top_wrap > .logo {
  flex-shrink: 0;
  width: 244px;
  height: 94px;
  margin: 0 auto auto;
  background: url('../assets/main/bg_ieumteo_text.png') center center no-repeat;
  background-size: 244px 94px;
  text-indent: -9999em;
}

.intro_2 .bottom_wrap {
  display: flex;
  flex-direction: column;
  height: 410px;
  background: url('../assets/main/pt_main_green.png');
  flex-shrink: 0;
  height: auto;
  padding-bottom: 50px;
}

.intro_2 .bottom_wrap > div {
  color: #FFF;
  text-align: center;
  font-family: 'NanumMyeongjo-YetHangul', serif;
  font-style: normal;
  font-weight: 400;
  cursor: default;
}

.intro_2 .bottom_wrap > .cont {
  padding-top: 46px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 165%; /* 29.7px */
}

.intro_2 .bottom_wrap > .btn_more {
  padding-bottom: 25px;
  margin: 34px auto auto;
  background: url('../assets/common/bg_view_more_white.png') center bottom no-repeat;
  font-size: 18px;
  line-height: normal;
  cursor: pointer;
}

.intro_3 {
  height: calc(100vh - 120px);
  background: #FFFFFF;
}

.intro_3 > div {
  display: flex;
  height: 100%;
  background: url('../assets/main/bg_main_3_color.svg') center top no-repeat;
  background-size: auto 504px;
}

.intro_3 .left_wrap {
  display: flex;
  flex-shrink: 0;
  width: calc(50% - 19px);
  height: calc(100vh - 120px);
}

.intro_3 .left_wrap > div {
  display: flex;
  flex-direction: column;
  margin: 106px 206px auto auto;
}

.intro_3 .left_wrap > div > div {
  color: #000;
  font-family: 'NanumMyeongjo-YetHangul', serif;
  font-style: normal;
  font-weight: 400;
  cursor: default;
}

.intro_3 .left_wrap .subject {
  padding-top: 38px;
  margin: auto auto 0;
  background: url('../assets/common/bg_subject_green.png') center top no-repeat;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 2.88px;
  text-indent: 2.88px;
}

.intro_3 .left_wrap .cont_1 {
  margin: 30px auto 0;
  text-align: center;
  font-size: 48px;
  line-height: 60px; /* 125% */
  letter-spacing: -0.96px;
  text-indent: -0.96px;
}

.intro_3 .left_wrap .cont_2 {
  margin: 58px auto 0;
  text-align: center;
  font-size: 18px;
  line-height: 165%; /* 29.7px */
}

.intro_3 .left_wrap .btn_more {
  padding-bottom: 21px;
  margin: 37px auto auto;
  background: url('../assets/common/bg_view_more_green.png') center bottom no-repeat;
  text-align: center;
  font-size: 18px;
  line-height: normal;
  cursor: pointer;
}

.intro_3 .right_wrap {
  position: relative;
  display: flex;
  width: 100%;
  height: calc(100vh - 120px - 106px);
  margin: 106px 0 0;
}

.intro_3 .right_wrap .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 410px;
  left: 0;
  z-index: 1;
  /*width: 1920px;*/
  background: url('../assets/main/pt_main_green.png');
}

.intro_3 .right_wrap .image {
  position: absolute;
  top: 16px;
  left: 19px;
  z-index: 2;
  width: 819px;
  height: 546px;
  /*background: url('../assets/main/bg_main_3.png') 0 0 no-repeat;*/
  /*background-size: 819px 546px;*/
}

.intro_3 .right_wrap .image > img {
  width: 819px;
  height: 546px;
  object-fit: cover;
}

.intro_4 {
  position: relative;
  height: calc(100vh - 120px);
  padding-top: 120px;
  background: #FFFFFF;
}

.intro_4 > .bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 486px;
  padding-top: 120px;
  background: #330802;
}

.intro_4 > .cont {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
}

.intro_4 .left_wrap {
  position: relative;
  display: flex;
  width: 100%;
  height: 539px;
  margin: 114px 0 0;
}

.intro_4 .left_wrap:nth-child(3) {
  display: none;
}

.intro_4 .left_wrap > .bg {
  position: absolute;
  top: 220px;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 1920px;
  background: url('../assets/main/pt_main_gray.png');
}

.intro_4 .left_wrap > .image {
  position: absolute;
  right: 19px;
  bottom: 16px;
  z-index: 2;
  width: 796px;
  height: 523px;
  /*background: url('../assets/main/bg_main_4.png') 0 0 no-repeat;*/
  /*background-size: 796px 523px;*/
}

.intro_4 .left_wrap > .image > img {
  width: 796px;
  height: 523px;
  object-fit: cover;
}

.intro_4 .right_wrap {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: calc(50% - 19px);
  height: calc(100vh - 120px);
  padding-left: 122px;
  margin-top: 150px;
  box-sizing: border-box;
}

.intro_4 .right_wrap > div {
  display: flex;
}

.intro_4 .right_wrap > div:nth-child(1) {

}

.intro_4 .right_wrap > div:nth-child(2) {
  margin-top: 27px;
}

.intro_4 .right_wrap > div:nth-child(3) {
  margin-top: 76px;
}

.intro_4 .right_wrap .inner_left_wrap {
  width: 377px;
}

.intro_4 .right_wrap .inner_left_wrap,
.intro_4 .right_wrap .inner_right_wrap {
  display: flex;
  flex-direction: column;
}

.intro_4 .inner_left_wrap > div,
.intro_4 .inner_right_wrap > div {
  margin-bottom: 10px;
  color: #D2DFD8;
  font-family: 'NanumMyeongjo-YetHangul', serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: default;
}

.intro_4 .inner_left_wrap > div:last-child,
.intro_4 .inner_right_wrap > div:last-child {
  margin-bottom: 0;
}

.intro_4 .right_wrap .subject {
  margin-bottom: 21px;
  color: #FFF;
  letter-spacing: 2.88px;
}

.intro_4 .right_wrap .black {
  color: #000000;
}

.intro_4 .right_wrap .green {
  color: #62A286;
}

.intro_4 .right_wrap .small {
  font-size: 16px;
}

.intro_4 .right_wrap .last {
  margin-top: 17px;
}

.intro_4 .right_wrap .btn {
  display: flex;
  gap: 16px;
  width: 287px;
  height: 47px;
  cursor: pointer;
}

.intro_4 .right_wrap .btn.btn_naver {
  background: #62A286;
}

.intro_4 .right_wrap .btn.btn_catchtable {
  background: #954E4E;
}

.intro_4 .right_wrap .btn > img {
  margin: auto 0 auto auto;
}

.intro_4 .right_wrap .btn > div {
  margin: auto auto auto 0;
  color: #FFF;
  font-family: 'NanumMyeongjo-YetHangul', serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.intro_5 {
  height: calc(100vh - 120px);
  padding-top: 120px;
  background: #FFFFFF;
}

.intro_5 > div {
  position: relative;
}

.intro_5 .bg {
  position: relative;
  z-index: 1;
  width: 100%;
  height: calc(100vh - 120px);
  background: url('../assets/main/bg_main_5.png') center center no-repeat;
  background-size: cover;
}

.intro_5 .floating_box {
  position: absolute;
  bottom: 166px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  width: 1600px;
  height: 271px;
  background: #ffffff;
}

.intro_5 .floating_box > .image {
  width: 438px;
  height: 271px;
}

.intro_5 .floating_box > .image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro_5 .floating_box > .cont {
  display: flex;
  gap: 25px;
  margin: auto;
  color: #000;
  font-family: 'NanumMyeongjo-YetHangul', serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: default;
}

.intro_5 .floating_box > .cont > div > div {
  display: flex;
}

.intro_5 .floating_box .title {
  margin-bottom: 10px;
  letter-spacing: 2.88px;
}

.intro_5 .floating_box > .cont > .left,
.intro_5 .floating_box > .cont > .right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.intro_5 .floating_box > .cont > .left > div > div:first-child {
  flex-shrink: 0;
  width: 112px;
}

.intro_5 .floating_box > .cont > .right > div > div:first-child {
  width: 84px;
}

.intro_5 .floating_box > .cont div  {
  color: #000000;
  /*word-break: keep-all;*/
}

.intro_5 .floating_box > .cont .green  {
  color: #62A286;
}

@media screen and (max-width: 1599px) {
  .intro_2 .top_wrap > .cont {
    font-size: 32px;
    line-height: 1.25;
  }

  .intro_2 .top_wrap > .logo {
    width: 162.6666px;
    height: 62.6666px;
    background-size: 162.6666px 62.6666px;
  }

  .intro_3 .left_wrap {
  }

  .intro_3 .left_wrap > div {
    margin: 106px auto;
  }
}
