@charset "UTF-8";
/* cataract1 - 시작 */
.cataract1 {
}
.cataract1 .sec1 {
  padding: 120px 120px;
}
.cataract1 .sec1 .con {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.cataract1 .sec1_tit {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  width: 80%;
  margin: 0 auto;
}
.cataract1 .sec1_cont {
  border-radius: 30px;
  border: 1px solid #fff;
  padding-top: 70px;
  padding-bottom: 80px;
}
.cataract1 .sec1_cont_tit {
  color: #fff1c1;
  text-align: center;
  padding-bottom: 40px;
  font-size: 23px;
  font-weight: 700;
}
.cataract1 .sec1_cont_df_group {
  width: calc(100% - 180px);
  margin: 0 auto;
  display: flex;
  gap: 40px;
}
.cataract1 .sub_m1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 125px;
}
.cataract1 .sec2 {
  background: url(/img/cat/c1_s2_bg.png) no-repeat center/cover;
}
.cataract1 .sub_m1_1 {
  opacity: 0;
  transition: 0.4s;
}
.cataract1 .sub_m1_2 {
  margin-left: 50px;
  display: flex;
  flex-direction: column;
  gap: 44px;
  align-items: center;
}
.cataract1 .sub_m1_2 .sec2_img2_1 {
  transform: translateY(30px);
  opacity: 0;
  transition: 0.4s;
}
.cataract1 .sub_m1_2 .sec2_img2_2 {
  transform: translateY(30px);
  opacity: 0;
  transition: 0.4s;
}
.cataract1 .sub_m1.on .sub_m1_1 {
  opacity: 1;
}
.cataract1 .sub_m1.on .sec2_img2_1 {
  opacity: 1;
  transform: translateY(0);
  transition: 0.8s 0.2s;
}
.cataract1 .sub_m1.on .sec2_img2_2 {
  opacity: 1;
  transform: translateY(0);
  transition: 0.8s 0.4s;
}
.cataract1 .sec3 {
  padding: 120px 0;
  background: url(/img/cat/c1_s3_bg.png) no-repeat center / cover;
}
.cataract1 .sec3 .con {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.cataract1 .sec3_cont {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.cataract1 .sub_m2 {
  display: flex;
}
.cataract1 .sub_m2 .half_bx {
  width: 50%;
  overflow: hidden;
}
.cataract1 .sub_m2 .half_bx > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cataract1 .sub_m2 .half_right_img {
  transform: translateY(-300px);
  height: 100%;
}
.cataract1 .sub_m2 .half_right_img img {
  height: calc(100% + 300px);
  object-fit: cover;
}
.cataract1 .sub_m2.on {
}
.cataract1 .sub_m2.on {
}
.cataract1 .sub_m2.on {
}
.cataract1 .sec5 {
  gap: 100px;
  background: url(/img/cat/c1_s5_bg.png) no-repeat center/cover;
}
.cataract1 .sec6 {
  background: url(/img/cat/c1_s6_bg.png) no-repeat center/cover;
  padding: 120px 0;
}
.cataract1 .sec6 .con {
  max-width: 1130px;
  display: flex;
  flex-direction: column;
  gap: 58px;
}
.cataract1 {
}
.cataract1 {
}
.cataract1 {
}
.cataract1 {
}
.cataract1 {
}
.cataract1 {
}
.cataract1 {
}
.cataract1 {
}
.cataract1 {
}
.cataract1 {
}
.cataract1 {
}
.cataract1 {
}

/* cataract1 - 끝 */

@media screen and (max-width: 1320px) {
  .cataract1 .sec1_cont_df_group {
    width: 90%;
  }
  .cataract1 .sub_m1 {
  }
  .cataract1 .sub_m1_2 {
    width: 30%;
  }
  .cataract1 .sub_m1_1 {
    text-align: center;
  }
  .cataract1 .sub_m1_1 img {
    width: 50%;
  }
  .cataract1 .sec6 .con {
    max-width: 767px;
  }
  .cataract1 .sec1 .con {
    max-width: none;
    width: 90%;
  }
  .cataract1 .sec3 .con {
    max-width: none;
    width: 90%;
  }
  .cataract1 .sec1 {
    padding: 120px 0;
  }
}

@media screen and (max-width: 769px) {
  .cataract1 .sec1_tit {
    width: 90%;
    gap: 0;
  }
  .cataract1 .sec1 {
    padding: 40px 0;
  }
  .cataract1 .sec1 .con {
    gap: 30px;
    max-width: 500px;
  }
  .cataract1 .sec1_cont {
    padding: 30px 0;
  }
  .cataract1 .sec1_cont_df_group {
    width: 90%;
    flex-direction: column;
    gap: 10px;
  }
  .cataract1 .sub_m1 {
    padding-top: 86px;
    padding-bottom: 550px;
  }
  .cataract1 .sub_m1_2 {
    width: 90%;
    gap: 20px;
    margin-left: 0;
    margin: 0 auto;
  }
  .cataract1 .sec2 {
    background-image: url(/img/cat/c1_s2_bg_m.png);
  }
  .cataract1 .sec2_img2_1 {
  }
  .cataract1 .sec3 {
    padding: 40px 0;
  }
  .cataract1 .sec3 .con {
    gap: 30px;
  }
  .cataract1 .sec3_cont {
    width: 90%;
    flex-direction: column;
    gap: 15px;
  }
  .cataract1 .sec3_tit {
    width: 90%;
    margin: 0 auto;
  }
  .cataract1 .sub_m2 {
    flex-direction: column;
    gap: 30px;
    padding: 40px 0;
  }
  .cataract1 .sec4 {
    background: url(/img/cat/c1_s4_bg_m.png) no-repeat center / cover;
  }
  .cataract1 .sub_m2 .half_bx {
    width: 100%;
    width: 90%;
    margin: 0 auto;
  }
  .cataract1 .sec5 {
    background-image: url(/img/cat/c1_s5_bg_m.png);
  }
  .cataract1 .sub_m2 .half_right_img img {
    width: 100%;
  }
  .cataract1 .sec6 {
    padding: 40px 0;
  }
  .cataract1 .sec6 .con {
    gap: 30px;
  }
  .cataract1 .sec7 {
    background: url(/img/cat/c1_s7_bg_m.png) no-repeat center / cover;
  }
  .cataract1 .sub_m1.on .sec2_img2_1 {
    transition: 0.8s;
  }
  .cataract1 .sub_m1.on .sec2_img2_2 {
    transition: 0.8s 0.2s;
  }
  .cataract1 .sub_m2 .half_right_img {
    transform: translateY(-100px);
    opacity: 0;
  }
}

/* cataract2 시작 */
.cataract2 {
}
.cataract2 .sec1 {
  padding: 120px 0px;
}
.cataract2 .sec1 .con {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.cataract2 .sec1_tit {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  width: 80%;
  margin: 0 auto;
}
.cataract2 .sec1_cont {
  border-radius: 30px;
  border: 1px solid #fff;
  padding-top: 70px;
  padding-bottom: 80px;
}
.cataract2 .sec1_cont_tit {
  color: #fff1c1;
  text-align: center;
  padding-bottom: 40px;
  font-size: 23px;
  font-weight: 700;
}
.cataract2 .sec1_cont_df_group {
  width: calc(100% - 180px);
  margin: 0 auto;
  display: flex;
  gap: 40px;
}
.cataract2 .sec2 {
  background: url(/img/cat/c2_s2_bg.png) no-repeat center/cover;
  padding: 120px 0;
}
.cataract2 .sec2 .con {
  display: flex;
  flex-direction: column;
  gap: 125px;
}
.cataract2 .sec3 {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}
.cataract2 .sec3 .con {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 125px;
}
.cataract2 .sec3_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cataract2 .sec3_bg img {
  transform: translateY(-500px);
  width: 100%;
  height: calc(100% + 300px);
  object-fit: cover;
}
.cataract2 {
}
.cataract2 {
}
.cataract2 {
}

@media screen and (max-width: 1320px) {
  .cataract2 .sec1_cont_df_group {
    width: 90%;
  }
  .cataract2 .sec1 .con {
    max-width: none;
    width: 90%;
  }
  .cataract2 .sec2 .con {
    max-width: none;
    width: 90%;
  }
  .cataract2 .sec3 .con {
    max-width: none;
    width: 90%;
  }
}

@media screen and (max-width: 769px) {
  .cataract2 .sec1_tit {
    width: 90%;
    gap: 0;
  }
  .cataract2 .sec1 {
    padding: 40px 0;
  }
  .cataract2 .sec1 .con {
    gap: 30px;
    max-width: 500px;
  }
  .cataract2 .sec1_cont {
    padding: 30px 0;
  }
  .cataract2 .sec1_cont_df_group {
    width: 90%;
    flex-direction: column;
    gap: 10px;
  }
  .cataract2 .sec2 {
    padding: 40px 0 60px;
  }
  .cataract2 .sec2 .con {
    gap: 44px;
    max-width: 500px;
    width: 100%;
  }
  .cataract2 .sec3_bg img {
    transform: translateY(-200px);
    width: 100%;
    height: calc(100% + 100px);
    object-fit: cover;
  }
  .cataract2 .sec3 {
    padding: 45px 0;
  }
  .cataract2 .sec3 .con {
    gap: 40px;
    max-width: 500px;
  }
  .cataract2 .sec2_img2 {
    width: 90%;
    margin: 0 auto;
  }
}

/* cataract2 끝 */

/* cataract3 시작 */
.cataract3 {
}
.cataract3 .sec1 {
  padding: 120px 0px;
}
.cataract3 .sec1 .con {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.cataract3 .sec1_tit {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  width: 80%;
  margin: 0 auto;
}
.cataract3 .sec1_cont {
  border-radius: 30px;
  border: 1px solid #fff;
  padding-top: 70px;
  padding-bottom: 80px;
}
.cataract3 .sec1_cont_tit {
  color: #fff1c1;
  text-align: center;
  padding-bottom: 40px;
  font-size: 23px;
  font-weight: 700;
}
.cataract3 .sec1_cont_df_group {
  width: calc(100% - 180px);
  margin: 0 auto;
  display: flex;
  gap: 40px;
}
.cataract3 .sec2 {
  background: url(/img/cat/c3_s2_bg.png) no-repeat center / cover;
}
.cataract3 .sec2 .con {
  padding: 120px 0 210px;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.cataract3 .sec2_tit {
  margin: 0 auto;
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  background-color: #3783d3;
  border-radius: 50px;
  width: 443px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cataract3 .sec2_con_group {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.cataract3 .sec2_bx_group {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.cataract3 .sec2_bx_tit {
  font-size: 45px;
  font-weight: 600;
  text-align: center;
  color: #4a4a4a;
}
.cataract3 .sec2_bx_cont {
  background: linear-gradient(135deg, #c9e0fa, #72aff1);
  border-radius: 30px;
  transition: 0.4s;
  position: relative;
  overflow: hidden;
}
.cataract3 .sec2_bx_cont .gra_bg1 {
  background: linear-gradient(135deg, #c9e0fa, #72aff1);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.cataract3 .sec2_bx_cont .gra_bg2 {
  opacity: 0;
  transition: 0.8s;
  background: linear-gradient(135deg, #fff9e0, #72aff1);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.cataract3 .sec2_bx_cont .s2_inner {
  position: relative;
  z-index: 3;
  padding: 63px 0;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.cataract3 .s2_half {
  max-width: 50%;
}
.cataract3 .s2_half.tit {
  font-size: 100px;
  font-weight: 700;
  line-height: 110px;
  color: #444;
}
.cataract3 .s2_half.txt_group {
  opacity: 0;
  transition: 0.8s;
}
.cataract3 .s2_inner_img {
  position: absolute;
  bottom: 0;
  right: 0;
  transform-origin: bottom;
  transition: 0.8s;
}
.cataract3 .sec2_bx_cont1 .s2_inner_img {
  bottom: 60px;
}
.cataract3 {
}
.cataract3 .sec2_bx_cont:hover .s2_half.txt_group {
  opacity: 1;
}
.cataract3 .sec2_bx_cont:hover .gra_bg2 {
  opacity: 1;
}
.cataract3 .sec2_bx_cont:hover {
}
.cataract3 .sec2_bx_cont:hover .s2_inner_img {
  right: calc(45%);
  transform: scale(0.5);
}
.cataract3 .sec2_bx_cont2:hover .s2_inner_img {
}
.cataract3 .sec2_bx_cont3:hover .s2_inner_img {
}
.cataract3 {
}

@media screen and (max-width: 1320px) {
  .cataract3 .sec1_cont_df_group {
    width: 90%;
  }
  .cataract3 .sec1 .con {
    max-width: none;
    width: 90%;
  }
  .cataract3 .sec2 .con {
    max-width: none;
    width: 90%;
    padding: 40px 0 45px;
  }
  .cataract3 .s2_half.tit {
    font-size: 50px;
    line-height: 1.3;
  }
  .cataract3 .sec2_bx_tit {
    font-size: 30px;
  }
  .cataract3 .sec2_bx_group {
    gap: 25px;
  }
  .cataract3 .s2_inner_img {
    transform: scale(0.8);
  }
}

@media screen and (max-width: 950px) {
  .cataract3 .s2_inner_img {
    transform: scale(0.6);
  }
  .cataract3 .sec2_bx_cont:hover .s2_inner_img {
    transform: scale(0.3);
  }
}

@media screen and (max-width: 769px) {
  .cataract3 .sec1_tit {
    width: 90%;
    gap: 0;
  }
  .cataract3 .sec1 {
    padding: 40px 0;
  }
  .cataract3 .sec1 .con {
    gap: 30px;
    max-width: 500px;
  }
  .cataract3 .sec1_cont {
    padding: 30px 0;
  }
  .cataract3 .sec1_cont_df_group {
    width: 90%;
    flex-direction: column;
    gap: 10px;
  }
  .cataract3 .sec2 .con {
    gap: 30px;
  }
  .cataract3 .sec2_tit {
    width: 200px;
    height: 34px;
    font-size: 18px;
  }
  .cataract3 .sec2_bx_tit {
    font-size: 15px;
    color: #3783d3;
    white-space: inherit;
    line-height: 1.5;
  }
  .cataract3 .sec2_bx_group {
    gap: 10px;
  }
  .cataract3 .s2_half.tit {
    font-size: 25px;
    line-height: 30px;
  }
  .cataract3 .sec2_bx_cont .s2_inner_img {
    transform: scale(1);
  }
  .cataract3 .sec2_bx_cont1 .s2_inner_img {
    bottom: 10px;
  }
  .cataract3 .sec2_bx_cont:hover .s2_inner_img {
    transform: scale(1);
  }
  .cataract3 .sec2_bx_cont .s2_inner {
    overflow: hidden;
    height: 172px;
    box-sizing: border-box;
    transition: 0.8s;
    padding: 26px 10%;
    width: 100%;
    background: linear-gradient(135deg, #c9e0fa, #72aff1);
  }
  .cataract3 .sec2_con_group {
    gap: 30px;
  }
  .cataract3 .s2_half.txt_group {
    display: none;
  }
  .cataract3 .sec2_bx_cont:hover .s2_inner_img {
    right: 10%;
  }
  .cataract3 .gra_bg_group {
    display: none;
  }
  .cataract3 .sec2_bx_cont {
    background: none;
  }
  .cataract3 .s2_inner_img {
    right: 10%;
  }
  .cataract3 .sec2_bx_cont.cont_on .s2_inner {
    height: 150px;
  }
  .cataract3 .sec2_bx_cont.cont_on .s2_inner_img {
    bottom: -22px;
  }
  .cataract3 .sec2_bx_cont1.cont_on .s2_inner_img {
    bottom: 15px;
  }
  .cataract3 .sec2_bx_cont {
  }
  .cataract3 .sec2_bx_cont .s2_mb_txt {
    overflow: hidden;
    display: flex;
    padding: 0 19px;
    align-items: center;
    justify-content: center;
    height: 0;
    background: linear-gradient(135deg, #c9e0fa, #72aff1);
    transition: 0.8s;
  }
  .cataract3 .sec2_bx_cont.cont_on .s2_mb_txt {
    box-sizing: border-box;
    height: 270px;
  }
  .cataract3 .sec2_bx_cont .s2_mb_txt img {
    box-sizing: border-box;
    width: 100%;
    max-height: 100%;
    object-fit: contain;
    padding: 10px;
  }
  .cataract3 .sec2_bx_cont2.cont_on .s2_mb_txt {
  }
  .cataract3 .sec2_bx_cont3.cont_on .s2_mb_txt {
  }
  .cataract3 .sec2_bx_cont {
  }
}

/* cataract3 끝 */

/* kid1 시작 */
.kid1 .sec1 {
  padding: 120px 0px 230px;
  position: relative;
}
.kid1 .sec1 .con {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.kid1 .sec1_tit {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  width: 80%;
  margin: 0 auto;
}
.kid1 .sec1_cont {
  border-radius: 30px;
  border: 1px solid #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.kid1 .sec1_cont_tit {
  color: #fff;
  text-align: center;
  padding-bottom: 0px;
  padding-top: 30px;
  font-size: 28px;
  font-weight: 500;
}
.kid1 .sec1_cont_df_group {
  width: calc(100% - 80px);
  margin: 0 auto;
  display: flex;
  gap: 31px;
}
.kid1 .sec1_bottom_txt {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kid1 .k1_s1_logo {
  position: absolute;
  bottom: 0px;
  left: 30%;
  z-index: 2;
  width: 100%;
}
.kid1 .sec2 {
  position: relative;
  padding: 192px 0;
  overflow: hidden;
}
.kid1 .sec2_bg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.kid1 .sec2_bg img {
  position: relative;
  transform: translateY(300px);
  height: calc(100% + 300px);
  top: -300px;
  object-fit: cover;
}
.kid1 .sec2_cont {
  position: relative;
  z-index: 2;
}
.kid1 {
}
.kid1 .sec3 {
  padding: 120px 0;
  position: relative;
  background: url(/img/kid/k1_s3_bg_new.png) no-repeat center/cover;
}
.kid1 .sec3 .con {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.kid1 .sec4 {
  padding: 120px 0;
  position: relative;
  background: url(/img/kid/k1_s4_bg.png) no-repeat center/cover;
}
.kid1 .sec4 .con {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.kid1 {
}
.kid1 {
}

@media screen and (max-width: 1320px) {
  .kid1 .sec1_cont_df_group {
    width: 90%;
  }
  .kid1 .sec1 .con {
    max-width: none;
    width: 90%;
  }
  .kid1 .sec2 {
    padding: 40px 0;
  }
  .kid1 .sec3 {
    padding: 40px 0;
  }
  .kid1 .sec4 {
    padding: 40px 0;
  }
}

@media screen and (max-width: 769px) {
  .kid1 .sec1 {
    padding: 40px 0 135px;
  }
  .kid1 .sec1_tit {
    width: 90%;
    gap: 0;
  }
  .kid1 .sec1 .con {
    gap: 30px;
    max-width: 500px;
    gap: 20px;
  }
  .kid1 .sec1_cont {
    padding: 30px 0;
  }
  .kid1 .sec1_cont_df_group {
    width: 90%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .kid1 .sec1_cont_tit {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  .kid1 .sec1_bottom_txt {
    margin-top: 30px;
  }
  .kid1 .k1_s1_logo {
    width: 1320px;
    left: 50%;
  }
  .kid1 .sec3 .con {
    gap: 40px;
  }
  .kid1 .sec3 {
    background-image: url(/img/kid/k1_s3_bg_m_new.png);
  }
  .kid1 .sec4 {
    background-image: url(/img/kid/k1_s4_bg_m.png);
  }
}

/* kid1 끝 */

/* kid2 시작 */
.kid2 .sec1 {
  padding: 120px 0px 230px;
  position: relative;
}
.kid2 .sec1 .con {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.kid2 .sec1_tit {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  width: 80%;
  margin: 0 auto;
}
.kid2 .sec1_cont {
  border-radius: 30px;
  border: 1px solid #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.kid2 .sec1_cont_tit {
  color: #fff;
  text-align: center;
  padding-bottom: 0px;
  padding-top: 30px;
  font-size: 24px;
  font-weight: 500;
}
.kid2 .sec1_cont_df_group {
  width: calc(80%);
  margin: 0 auto;
  display: flex;
  gap: 31px;
}
.kid2 .sec1_bottom_txt {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kid2 .k1_s1_logo {
  position: absolute;
  bottom: 0px;
  left: 30%;
  z-index: 2;
  width: 100%;
}
.kid2 .sec2 {
  padding: 120px 0;
  background: url(/img/kid/k2_s2_bg.png) no-repeat center / cover;
}
.kid2 .sec2 .con {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.kid2 .sec3 {
  padding: 162px 0;
  background: url(/img/kid/k2_s3_bg.png) no-repeat center / cover;
}
.kid2 .sec3 .con {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.kid2 {
}
.kid2 {
}
.kid2 {
}

@media screen and (max-width: 1320px) {
  .kid2 .sec1_cont_df_group {
    width: 90%;
  }
  .kid2 .sec1 .con {
    max-width: none;
    width: 90%;
  }
  .kid2 .sec2 {
    padding: 60px 0;
  }
  .kid2 .sec3 {
    padding: 60px 0;
  }
  .kid2 .sec2 .con {
    gap: 40px;
  }
}

@media screen and (max-width: 769px) {
  .kid2 .sec1 {
    padding: 40px 0 135px;
  }
  .kid2 .sec1_tit {
    width: 90%;
    gap: 0;
    margin-bottom: 30px;
  }
  .kid2 .sec1 .con {
    gap: 30px;
    max-width: 500px;
    gap: 0px;
  }
  .kid2 .sec1_cont {
    padding: 30px 0;
  }
  .kid2 .sec1_cont_df_group {
    width: 90%;
  }
  .kid2 .sec1_cont_tit {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  .kid2 .sec1_bottom_txt {
    margin-top: 30px;
  }
  .kid2 .k1_s1_logo {
    width: 1320px;
    left: 50%;
  }
  .kid2 .sec3 {
    padding-bottom: 0;
    margin-bottom: -50px;
    overflow: hidden;
  }
  .kid2 {
    position: relative;
    z-index: 1;
  }
}

/* kid3 시작 */
.kid3 .sec1 {
  padding: 120px 0px 230px;
  position: relative;
}
.kid3 .sec1 .con {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.kid3 .sec1_tit {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  width: 80%;
  margin: 0 auto;
}
.kid3 .sec1_cont {
  border-radius: 30px;
  border: 1px solid #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.kid3 .sec1_cont_tit {
  color: #fff;
  text-align: center;
  padding-bottom: 0px;
  padding-top: 30px;
  font-size: 24px;
  font-weight: 500;
}
.kid3 .sec1_cont_df_group {
  width: calc(80%);
  margin: 0 auto;
  display: flex;
  gap: 31px;
}
.kid3 .sec1_bottom_txt {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kid3 .k1_s1_logo {
  position: absolute;
  bottom: 0px;
  left: 30%;
  z-index: 2;
  width: 100%;
}
.kid3 .sec2 {
  padding: 120px 0 250px;
  background: url(/img/kid/k3_s2_bg.png) no-repeat center / cover;
}
.kid3 .sec2_cont {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
.kid3 .sec2_df_group {
  display: flex;
  gap: 40px;
}
.kid3 {
}
.kid3 {
}
.kid3 {
}
.kid3 .sub_m2 {
  display: flex;
}
.kid3 .sub_m2 .half_bx {
  width: 50%;
  overflow: hidden;
}
.kid3 .sub_m2 .half_bx > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kid3 .sub_m2 .half_right_img {
  transform: translateY(-300px);
  height: 100%;
}
.kid3 .sub_m2 .half_right_img img {
  height: calc(100% + 300px);
  object-fit: cover;
}
.kid3 .sub_m2.on {
}
.kid3 .sub_m2.on {
}
.kid3 .sub_m2.on {
}

@media screen and (max-width: 1320px) {
  .kid3 .sec1_cont_df_group {
    width: 90%;
  }
  .kid3 .sec1 .con {
    max-width: none;
    width: 90%;
  }
}

@media screen and (max-width: 769px) {
  .kid3 .sec1 {
    padding: 40px 0 135px;
  }
  .kid3 .sec1_tit {
    width: 90%;
    gap: 0;
    margin-bottom: 30px;
  }
  .kid3 .sec1 .con {
    gap: 30px;
    max-width: 500px;
    gap: 0px;
  }
  .kid3 .sec1_cont {
    padding: 30px 0;
  }
  .kid3 .sec1_cont_df_group {
    width: 90%;
  }
  .kid3 .sec1_cont_tit {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  .kid3 .sec1_bottom_txt {
    margin-top: 30px;
  }
  .kid3 .k1_s1_logo {
    width: 1320px;
    left: 50%;
  }
  .kid3 .sub_m2 {
    flex-direction: column;
    gap: 30px;
    padding: 40px 0;
  }
  .kid3 .sec3 {
    background: url(/img/kid/k3_s3_bg_m.png) no-repeat center / cover;
  }
  .kid3 .sub_m2 .half_bx {
    width: 100%;
    width: 90%;
    margin: 0 auto;
  }
  .kid3 .sub_m2 .half_right_img img {
    width: 100%;
  }
  .kid3 .sub_m2 .half_right_img {
    transform: translateY(-100px);
    opacity: 0;
  }
  .kid3 .sec2 {
    padding: 40px 0 117px;
  }
  .kid3 .sec2_df_group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
    column-gap: 15px;
  }
  .kid3 {
  }
  .kid3 {
  }
}

/* plastic1 시작 */
.plastic1 .sec1 {
  padding: 120px 0px 230px;
  position: relative;
}
.plastic1 .sec1 .con {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.plastic1 .sec1_cont {
  display: flex;
  gap: 20px;
}
.plastic1 .k1_s1_logo {
  position: absolute;
  bottom: 0px;
  left: 30%;
  z-index: 2;
  width: 100%;
}
.plastic1 .sub_m1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 125px;
  padding-right: 140px;
}
.plastic1 .sec2 {
  background: url(/img/pla/p1_s2_bg.png) no-repeat center right/cover;
  gap: 150px;
}
.plastic1 .sub_m1_1 {
  opacity: 0;
  transition: 0.4s;
}
.plastic1 .sub_m1_2 {
  margin-left: 50px;
  display: flex;
  flex-direction: column;
  gap: 44px;
  align-items: center;
}
.plastic1 .sub_m1_2 .sec2_img2_1 {
  transform: translateY(30px);
  opacity: 0;
  transition: 0.4s;
}
.plastic1 .sub_m1_2 .sec2_img2_2 {
  transform: translateY(30px);
  opacity: 0;
  transition: 0.4s;
}
.plastic1 .sub_m1.on .sub_m1_1 {
  opacity: 1;
}
.plastic1 .sub_m1.on .sec2_img2_1 {
  opacity: 1;
  transform: translateY(0);
  transition: 0.8s 0.2s;
}
.plastic1 .sub_m1.on .sec2_img2_2 {
  opacity: 1;
  transform: translateY(0);
  transition: 0.8s 0.4s;
}
.plastic1 .sec3 {
  padding-bottom: 109px;
  background: url(/img/pla/p1_s3_bg.png) no-repeat center / cover;
}
.plastic1 .sec3 .con {
}
.plastic1 .sec4 {
  overflow: hidden;
  background: url(/img/pla/p1_s4_bg.png) no-repeat center / cover;
}
.plastic1 .sec4_con {
  align-items: center;
  display: flex;
  margin-left: auto;
  padding-right: 30px;
}
.plastic1 .sec4_con > div {
  opacity: 0;
  transition: 0.4s;
  transform: translateY(30px);
}
.plastic1 .sec4_con > div.sec4_img1 {
}
.plastic1 .sec4_con > div.sec4_img2 {
}
.plastic1 .sec4.on .sec4_con > div {
  opacity: 1;
  transform: translateY(0);
}
.plastic1 .sec4.on .sec4_con > div.sec4_img1 {
  transition: 0.8s;
}
.plastic1 .sec4.on .sec4_con > div.sec4_img2 {
  transition: 0.8s 0.2s;
}
.plastic1 .sec4.on {
}
.plastic1 .sec4.on {
}

@media screen and (max-width: 1320px) {
  .plastic1 .sec1 .con {
    max-width: none;
    width: 90%;
  }
  .plastic1 .sub_m1 {
    padding-right: 0%;
  }
  .plastic1 .sec2 {
    gap: 0px;
  }
  .plastic1 .sub_m1_2 {
    width: 30%;
  }
  .plastic1 .sub_m1_1 {
    text-align: center;
  }
  .plastic1 .sub_m1_1 img {
    width: 50%;
  }
}

@media screen and (max-width: 769px) {
  .plastic1 .sec1 {
    padding: 40px 0 135px;
  }
  .plastic1 .sec1_tit {
    width: 90%;
    gap: 0;
    margin-bottom: 30px;
  }
  .plastic1 .sec1 .con {
    gap: 30px;
    max-width: 500px;
    gap: 0px;
  }
  .plastic1 .sec1_cont {
    padding: 30px 0;
  }
  .plastic1 .sec1_cont_df_group {
    width: 90%;
  }
  .plastic1 .sec1_cont_tit {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  .plastic1 .sec1_bottom_txt {
    margin-top: 30px;
  }
  .plastic1 .k1_s1_logo {
    width: 1320px;
    left: 50%;
  }
  .plastic1 .sub_m1 {
    padding-top: 86px;
    padding-bottom: 550px;
  }
  .plastic1 .sub_m1_2 {
    width: 90%;
    gap: 20px;
    margin-left: 0;
    margin: 0 auto;
  }
  .plastic1 .sec2 {
    background-image: url(/img/pla/p1_s2_bg_m.png);
  }
  .plastic1 .sec2_img2_1 {
  }
  .plastic1 .sec1_cont {
    display: none;
  }
  .plastic1 .sub_m1 {
    padding-right: 0;
  }
  .plastic1 .sec2 {
    background: url(/img/pla/p1_s2_bg_m.png) no-repeat center / cover;
  }
  .plastic1 .sec3 {
    padding: 60px 0;
  }
  .plastic1 .sec4_con > div.sec4_img2 {
    position: absolute;
    top: 40px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }
  .plastic1 .sec4_con {
    height: 820px;
    position: relative;
    padding-right: 0;
    justify-content: center;
    min-height: 820px;
    align-items: flex-end;
  }
  .plastic1 .sec4 {
  }
  .plastic1 .sec4.on .sec4_con > div.sec4_img2 {
    transform: translateX(-50%);
  }
  .plastic1 .sec4_con > div.sec4_img1 {
    position: relative;
    z-index: 3;
  }
  .sec4_con > div.sec4_img1 {
    height: 394px;
  }
  .sec4_con > div.sec4_img2 {
    height: 435px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sec4_con > div.sec4_img2 img {
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
  .sec4_con {
    min-height: 820px;
  }
}

/* plastic2 시작 */
.plastic2 .sec1 {
  padding: 120px 0px 230px;
  position: relative;
}
.plastic2 .sec1 .con {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.plastic2 .sec1_cont {
  display: flex;
  gap: 20px;
}
.plastic2 .k1_s1_logo {
  position: absolute;
  bottom: 0px;
  left: 30%;
  z-index: 2;
  width: 100%;
}
.plastic2 .sub_m1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 125px;
  padding-right: 140px;
}
.plastic2 .sec2 {
  background: url(/img/pla/p1_s2_bg.png) no-repeat center right/cover;
  gap: 0px;
}
.plastic2 .sub_m1_1 {
  opacity: 0;
  transition: 0.4s;
}
.plastic2 .sub_m1_2 {
  margin-left: 50px;
  display: flex;
  flex-direction: column;
  gap: 44px;
  align-items: center;
}
.plastic2 .sub_m1_2 .sec2_img2_1 {
  transform: translateY(30px);
  opacity: 0;
  transition: 0.4s;
}
.plastic2 .sub_m1_2 .sec2_img2_2 {
  transform: translateY(30px);
  opacity: 0;
  transition: 0.4s;
}
.plastic2 .sub_m1.on .sub_m1_1 {
  opacity: 1;
}
.plastic2 .sub_m1.on .sec2_img2_1 {
  opacity: 1;
  transform: translateY(0);
  transition: 0.8s 0.2s;
}
.plastic2 .sub_m1.on .sec2_img2_2 {
  opacity: 1;
  transform: translateY(0);
  transition: 0.8s 0.4s;
}
.plastic2 .sec3 {
  padding: 110px 0;
  background: url(/img/pla/p1_s3_bg.png) no-repeat center / cover;
}
.plastic2 .sec3 .con {
}
.plastic2 .sec4 {
  overflow: hidden;
  background: url(/img/pla/p1_s4_bg.png) no-repeat center / cover;
}
.plastic2 .sec4_con {
  align-items: center;
  display: flex;
  margin-left: auto;
  padding-right: 30px;
}
.plastic2 .sec4_con > div {
  opacity: 0;
  transition: 0.4s;
  transform: translateY(30px);
}
.plastic2 .sec4_con > div.sec4_img1 {
}
.plastic2 .sec4_con > div.sec4_img2 {
}
.plastic2 .sec4.on .sec4_con > div {
  opacity: 1;
  transform: translateY(0);
}
.plastic2 .sec4.on .sec4_con > div.sec4_img1 {
  transition: 0.8s;
}
.plastic2 .sec4.on .sec4_con > div.sec4_img2 {
  transition: 0.8s 0.2s;
}
.plastic2 .sec4.on {
}
.plastic2 .sec4.on {
}

@media screen and (max-width: 1320px) {
  .plastic2 .sec1 .con {
    max-width: none;
    width: 90%;
  }
  .plastic2 .sub_m1 {
  }
  .plastic2 .sub_m1 {
    padding-right: 0%;
  }
  .plastic2 .sec2 {
    gap: 0px;
  }
  .plastic2 .sub_m1_2 {
    width: 30%;
  }
  .plastic2 .sub_m1_1 {
    text-align: center;
  }
  .plastic2 .sub_m1_1 img {
    width: 50%;
  }
  .plastic2 .sec1_cont {
    display: none;
  }
}

@media screen and (max-width: 769px) {
  .plastic2 .sec1 {
    padding: 40px 0 135px;
  }
  .plastic2 .sec1_tit {
    width: 90%;
    gap: 0;
    margin-bottom: 30px;
  }
  .plastic2 .sec1 .con {
    gap: 30px;
    max-width: 500px;
    gap: 0px;
  }
  .plastic2 .sec1_cont {
    padding: 30px 0;
  }
  .plastic2 .sec1_cont_df_group {
    width: 90%;
  }
  .plastic2 .sec1_cont_tit {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  .plastic2 .sec1_bottom_txt {
    margin-top: 30px;
  }
  .plastic2 .k1_s1_logo {
    width: 1320px;
    left: 50%;
  }
  .plastic2 .sub_m1 {
    padding-top: 86px;
    padding-bottom: 550px;
  }
  .plastic2 .sub_m1_2 {
    width: 90%;
    gap: 20px;
    margin-left: 0;
    margin: 0 auto;
  }
  .plastic2 .sec2 {
    background-image: url(/img/pla/p2_s2_bg_m.png);
  }
  .plastic2 .sec2_img2_1 {
  }
  .plastic2 .sub_m1 {
    padding-right: 0;
  }
  .plastic2 .sec2 {
    background: url(/img/pla/p2_s2_bg_m.png) no-repeat center / cover;
  }
  .plastic2 .sec3 {
    padding: 60px 0;
  }
  .plastic2 .sec4_con > div.sec4_img2 {
    position: absolute;
    top: 40px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }
  .plastic2 .sec4_con {
    position: relative;
    padding-right: 0;
    justify-content: center;
    min-height: 820px;
    align-items: flex-end;
  }
  .plastic2 .sec4 {
  }
  .plastic2 .sec4.on .sec4_con > div.sec4_img2 {
    transform: translateX(-50%);
  }
  .plastic2 .sec4_con > div.sec4_img1 {
    position: relative;
    z-index: 3;
  }
}

/* plastic3 시작 */
.plastic3 .sec1 {
  padding: 120px 0px 230px;
  position: relative;
}
.plastic3 .sec1 .con {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* .plastic3 .sec1_cont { display: flex; gap: 20px; } */
.plastic3 .k1_s1_logo {
  position: absolute;
  bottom: 0px;
  left: 30%;
  z-index: 2;
  width: 100%;
}
.plastic3 .sub_m1 {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding-top: 125px;
  padding-right: 55px;
}
.plastic3 .sub_m1.add {
  padding-right: 260px;
}
.plastic3 .sec2 {
  background: url(/img/pla/p1_s2_bg.png) no-repeat center right/cover;
  gap: 0px;
}
.plastic3 .sec5 {
  background: url(/img/pla/p3_s5_bg.png) no-repeat center right/cover;
  gap: 100px;
}
.plastic3 .sub_m1_1 {
  opacity: 0;
  transition: 0.4s;
}
.plastic3 .sub_m1_2 {
  margin-left: 50px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  margin-top: 130px;
}
.plastic3 .sub_m1_2 .sec2_img2_1 {
  transform: translateY(30px);
  opacity: 0;
  transition: 0.4s;
}
.plastic3 .sub_m1_2 .sec2_img2_2 {
  transform: translateY(30px);
  opacity: 0;
  transition: 0.4s;
}
.plastic3 .sub_m1.on .sub_m1_1 {
  opacity: 1;
}
.plastic3 .sub_m1.on .sec2_img2_1 {
  opacity: 1;
  transform: translateY(0);
  transition: 0.8s 0.2s;
}
.plastic3 .sub_m1.on .sec2_img2_2 {
  opacity: 1;
  transform: translateY(0);
  transition: 0.8s 0.4s;
}
.plastic3 .sec3 {
  padding: 110px 0;
  background: url(/img/pla/p3_s3_bg.png) no-repeat center / cover;
}
.plastic3 .sec3 .con {
}

.plastic3 .sec6 {
  padding: 110px 0 0;
  background: url(/img/pla/p1_s3_bg.png) no-repeat center / cover;
}
.plastic3 .sec6 .con {
}
.plastic3 .sec4 {
  overflow: hidden;
  background: url(/img/pla/p1_s4_bg.png) no-repeat center / cover;
}
.plastic3 .sec4_con {
  align-items: center;
  display: flex;
  margin-left: auto;
  padding-right: 30px;
}
.plastic3 .sec4_con > div {
  opacity: 0;
  transition: 0.4s;
  transform: translateY(30px);
}
.plastic3 .sec4_con > div.sec4_img1 {
}
.plastic3 .sec4_con > div.sec4_img2 {
}
.plastic3 .sec4.on .sec4_con > div {
  opacity: 1;
  transform: translateY(0);
}
.plastic3 .sec4.on .sec4_con > div.sec4_img1 {
  transition: 0.8s;
}
.plastic3 .sec4.on .sec4_con > div.sec4_img2 {
  transition: 0.8s 0.2s;
}
.plastic3 .sec4.on {
}
.plastic3 .sec4.on {
}

@media screen and (max-width: 1320px) {
  .plastic3 .sec1 .con {
    max-width: none;
    width: 90%;
  }
  .plastic3 .sub_m1 {
  }
  .plastic3 .sub_m1_2 {
    width: 30%;
  }
  .plastic3 .sub_m1_1 {
    text-align: center;
  }
  .plastic3 .sub_m1_1 img {
    width: 50%;
  }
  .plastic3 .sub_m1 {
    padding-right: 0%;
  }
  .plastic3 .sec2 {
    gap: 0px;
  }
}

@media screen and (max-width: 769px) {
  .plastic3 .sec1 {
    padding: 40px 0 135px;
  }
  .plastic3 .sec1_tit {
    width: 90%;
    gap: 0;
    margin-bottom: 30px;
  }
  .plastic3 .sec1 .con {
    gap: 30px;
    max-width: 500px;
    gap: 0px;
  }
  .plastic3 .sec1_cont {
    padding: 30px 0;
  }
  .plastic3 .sec1_cont_df_group {
    width: 90%;
  }
  .plastic3 .sec1_cont_tit {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  .plastic3 .sec1_bottom_txt {
    margin-top: 30px;
  }
  .plastic3 .k1_s1_logo {
    width: 1320px;
    left: 50%;
  }
  .plastic3 .sub_m1 {
    padding-top: 86px;
    padding-bottom: 550px;
  }
  .plastic3 .sub_m1_2 {
    width: 90%;
    gap: 20px;
    margin-left: 0;
    margin: 0 auto;
  }
  .plastic3 .sec2 {
    background-image: url(/img/pla/p3_s2_bg_m.png);
  }
  .plastic3 .sec2_img2_1 {
  }
  .plastic3 .sec1_cont {
    display: none;
  }
  .plastic3 .sec5 {
    background: url(/img/pla/p3_s5_bg_m.png) no-repeat center right/cover;
  }
  .plastic3 .sec6 {
    padding: 60px 0;
    background: url(/img/pla/p1_s3_bg_m.png) no-repeat center / cover;
  }
  .plastic3 .sub_m1 {
    padding-right: 0;
  }
  .plastic3 .sub_m1.add {
    padding-right: 0;
  }
  .plastic3 .sec2 {
    background: url(/img/pla/p3_s2_bg_m.png) no-repeat center / cover;
  }
  .plastic3 .sec3 {
    padding: 60px 0;
  }
  .plastic3 .sec4_con > div.sec4_img2 {
    position: absolute;
    top: 40px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }
  .plastic3 .sec4_con {
    position: relative;
    padding-right: 0;
    justify-content: center;
    min-height: 820px;
    align-items: flex-end;
  }
  .plastic3 .sec4 {
  }
  .plastic3 .sec4.on .sec4_con > div.sec4_img2 {
    transform: translateX(-50%);
  }
  .plastic3 .sec4_con > div.sec4_img1 {
    position: relative;
    z-index: 3;
  }
}

/* plastic4 시작 */
.plastic4 .sec1 {
  padding: 120px 0px 230px;
  position: relative;
}
.plastic4 .sec1 .con {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* .plastic4 .sec1_cont { display: flex; gap: 20px; } */
.plastic4 .k1_s1_logo {
  position: absolute;
  bottom: 0px;
  left: 30%;
  z-index: 2;
  width: 100%;
}
.plastic4 .sub_m1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 125px;
  padding-right: 140px;
}
.plastic4 .sec2 {
  background: url(/img/pla/p1_s2_bg.png) no-repeat center right/cover;
  gap: 120px;
}
.plastic4 .sub_m1_1 {
  opacity: 0;
  transition: 0.4s;
}
.plastic4 .sub_m1_2 {
  margin-left: 50px;
  display: flex;
  flex-direction: column;
  gap: 44px;
  align-items: center;
}
.plastic4 .sub_m1_2 .sec2_img2_1 {
  transform: translateY(30px);
  opacity: 0;
  transition: 0.4s;
}
.plastic4 .sub_m1_2 .sec2_img2_2 {
  transform: translateY(30px);
  opacity: 0;
  transition: 0.4s;
}
.plastic4 .sub_m1.on .sub_m1_1 {
  opacity: 1;
}
.plastic4 .sub_m1.on .sec2_img2_1 {
  opacity: 1;
  transform: translateY(0);
  transition: 0.8s 0.2s;
}
.plastic4 .sub_m1.on .sec2_img2_2 {
  opacity: 1;
  transform: translateY(0);
  transition: 0.8s 0.4s;
}
.plastic4 .sec3 {
  padding: 110px 0 0;
  background: url(/img/pla/p3_s3_bg.png) no-repeat center / cover;
}
.plastic4 .sec3 .con {
}
.plastic4 .sec4 {
  overflow: hidden;
  background: url(/img/pla/p1_s4_bg.png) no-repeat center / cover;
}
.plastic4 .sec4_con {
  align-items: center;
  display: flex;
  margin-left: auto;
  padding-right: 30px;
}
.plastic4 .sec4_con > div {
  opacity: 0;
  transition: 0.4s;
  transform: translateY(30px);
}
.plastic4 .sec4_con > div.sec4_img1 {
}
.plastic4 .sec4_con > div.sec4_img2 {
}
.plastic4 .sec4.on .sec4_con > div {
  opacity: 1;
  transform: translateY(0);
}
.plastic4 .sec4.on .sec4_con > div.sec4_img1 {
  transition: 0.8s;
}
.plastic4 .sec4.on .sec4_con > div.sec4_img2 {
  transition: 0.8s 0.2s;
}
.plastic4 .sec4.on {
}
.plastic4 .sec4.on {
}
.plastic4 .sub_m2 {
  display: flex;
}
.plastic4 .sub_m2 .half_bx {
  width: 50%;
  overflow: hidden;
}
.plastic4 .sub_m2 .half_bx > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.plastic4 .sub_m2 .half_right_img {
  transform: translateY(-300px);
  height: 100%;
}
.plastic4 .sub_m2 .half_right_img img {
  height: calc(100% + 300px);
  object-fit: cover;
}

@media screen and (max-width: 1320px) {
  .plastic4 .sec1 .con {
    max-width: none;
    width: 90%;
  }
  .plastic4 .sub_m1 {
  }
  .plastic4 .sub_m1_2 {
    width: 30%;
  }
  .plastic4 .sub_m1_1 {
    text-align: center;
  }
  .plastic4 .sub_m1_1 img {
    width: 50%;
  }
  .plastic4 .sub_m1 {
    padding-right: 0%;
  }
  .plastic4 .sec2 {
    gap: 0px;
  }
}

@media screen and (max-width: 769px) {
  .plastic4 .sec1 {
    padding: 40px 0 135px;
  }
  .plastic4 .sec1_tit {
    width: 90%;
    gap: 0;
    margin-bottom: 30px;
  }
  .plastic4 .sec1 .con {
    gap: 30px;
    max-width: 500px;
    gap: 0px;
  }
  .plastic4 .sec1_cont {
    padding: 30px 0;
  }
  .plastic4 .sec1_cont_df_group {
    width: 90%;
  }
  .plastic4 .sec1_cont_tit {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  .plastic4 .sec1_bottom_txt {
    margin-top: 30px;
  }
  .plastic4 .k1_s1_logo {
    width: 1320px;
    left: 50%;
  }
  .plastic4 .sub_m1 {
    padding-top: 86px;
    padding-bottom: 550px;
  }
  .plastic4 .sub_m1_2 {
    width: 90%;
    gap: 20px;
    margin-left: 0;
    margin: 0 auto;
  }
  .plastic4 .sec2 {
    background-image: url(/img/pla/p3_s2_bg_m.png);
  }
  .plastic4 .sec2_img2_1 {
  }
  .plastic4 .sec1_cont {
    display: none;
  }
  .plastic4 .sub_m1 {
    padding-right: 0;
  }
  .plastic4 .sec2 {
    background: url(/img/pla/p4_s2_bg_m.png) no-repeat center / cover;
  }
  .plastic4 .sec3 {
    padding: 60px 0 150px;
  }
  .plastic4 .sec4_con > div.sec4_img2 {
    position: absolute;
    top: 40px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }
  .plastic4 .sec4_con {
    position: relative;
    padding-right: 0;
    justify-content: center;
    min-height: 820px;
    align-items: flex-end;
  }
  .plastic4 .sec4 {
  }
  .plastic4 .sec4.on .sec4_con > div.sec4_img2 {
    transform: translateX(-50%);
  }
  .plastic4 .sec4_con > div.sec4_img1 {
    position: relative;
    z-index: 3;
  }
  .plastic4 .sec5 {
    background: url(/img/pla/p4_s5_bg_m.png) no-repeat center / cover;
  }
  .plastic4 .sub_m2 {
    flex-direction: column;
    gap: 30px;
    padding: 40px 0;
    background: url(/img/pla/sub_m2_bg123.png) no-repeat center/cover;
  }
  .plastic4 .sub_m2 .half_bx {
    width: 100%;
    width: 90%;
    margin: 0 auto;
  }
  .plastic4 .sub_m2 .half_right_img img {
    width: 100%;
  }
  .plastic4 .sub_m2 .half_right_img {
    transform: translateY(-100px);
    opacity: 0;
  }
}

/* plastic5 시작 */
.plastic5 .sec1 {
  padding: 120px 0px 230px;
  position: relative;
}
.plastic5 .sec1 .con {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* .plastic5 .sec1_cont { display: flex; gap: 20px; } */
.plastic5 .k1_s1_logo {
  position: absolute;
  bottom: 0px;
  left: 30%;
  z-index: 2;
  width: 100%;
}
.plastic5 .sub_m1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 125px;
  padding-right: 140px;
}
.plastic5 .sec2 {
  background: url(/img/pla/p1_s2_bg.png) no-repeat center right/cover;
  gap: 0px;
}
.plastic5 .sub_m1_1 {
  opacity: 0;
  transition: 0.4s;
}
.plastic5 .sub_m1_2 {
  margin-left: 50px;
  display: flex;
  flex-direction: column;
  gap: 44px;
  align-items: center;
}
.plastic5 .sub_m1_2 .sec2_img2_1 {
  transform: translateY(30px);
  opacity: 0;
  transition: 0.4s;
}
.plastic5 .sub_m1_2 .sec2_img2_2 {
  transform: translateY(30px);
  opacity: 0;
  transition: 0.4s;
}
.plastic5 .sub_m1.on .sub_m1_1 {
  opacity: 1;
  margin-left: -50px;
}
.plastic5 .sub_m1.on .sec2_img2_1 {
  opacity: 1;
  transform: translateY(0);
  transition: 0.8s 0.2s;
}
.plastic5 .sub_m1.on .sec2_img2_2 {
  opacity: 1;
  transform: translateY(0);
  transition: 0.8s 0.4s;
}
.plastic5 .sec5 {
  padding: 110px 0;
  background: url(/img/pla/p5_s3_bg.png) no-repeat center / cover;
}
.plastic5 .sec5 .con {
}
.plastic5 .sec4 {
  overflow: hidden;
  background: url(/img/pla/p1_s4_bg.png) no-repeat center / cover;
}
.plastic5 .sec4_con {
  align-items: center;
  display: flex;
  margin-left: auto;
  padding-right: 30px;
}
.plastic5 .sec4_con > div {
  opacity: 0;
  transition: 0.4s;
  transform: translateY(30px);
}
.plastic5 .sec4_con > div.sec4_img1 {
}
.plastic5 .sec4_con > div.sec4_img2 {
}
.plastic5 .sec4.on .sec4_con > div {
  opacity: 1;
  transform: translateY(0);
}
.plastic5 .sec4.on .sec4_con > div.sec4_img1 {
  transition: 0.8s;
}
.plastic5 .sec4.on .sec4_con > div.sec4_img2 {
  transition: 0.8s 0.2s;
}
.plastic5 .sec4.on {
}
.plastic5 .sec4.on {
}
.plastic5 .sub_m2 {
  display: flex;
}
.plastic5 .sub_m2 .half_bx {
  width: 50%;
  overflow: hidden;
}
.plastic5 .sub_m2 .half_bx > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.plastic5 .sub_m2 .half_right_img {
  transform: translateY(-300px);
  height: 100%;
}
.plastic5 .sub_m2 .half_right_img img {
  height: calc(100% + 300px);
  object-fit: cover;
}

@media screen and (max-width: 1320px) {
  .plastic5 .sec1 .con {
    max-width: none;
    width: 90%;
  }
  .plastic5 .sub_m1 {
  }
  .plastic5 .sub_m1_2 {
    width: 30%;
  }
  .plastic5 .sub_m1_1 {
    text-align: center;
  }
  .plastic5 .sub_m1_1 img {
    width: 50%;
  }
  .plastic5 .sub_m1 {
    padding-right: 0%;
  }
  .plastic5 .sec2 {
    gap: 0px;
  }
}

@media screen and (max-width: 769px) {
  .plastic5 .sec1 {
    padding: 40px 0 135px;
  }
  .plastic5 .sec1_tit {
    width: 90%;
    gap: 0;
    margin-bottom: 30px;
  }
  .plastic5 .sec1 .con {
    gap: 30px;
    max-width: 500px;
    gap: 0px;
  }
  .plastic5 .sec1_cont {
    padding: 30px 0;
  }
  .plastic5 .sec1_cont_df_group {
    width: 90%;
  }
  .plastic5 .sec1_cont_tit {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  .plastic5 .sec1_bottom_txt {
    margin-top: 30px;
  }
  .plastic5 .k1_s1_logo {
    width: 1320px;
    left: 50%;
  }
  .plastic5 .sub_m1 {
    padding-top: 86px;
    padding-bottom: 550px;
  }
  .plastic5 .sub_m1_2 {
    width: 90%;
    gap: 20px;
    margin-left: 0;
    margin: 0 auto;
  }
  .plastic5 .sec2 {
    background-image: url(/img/pla/p3_s2_bg_m.png);
  }
  .plastic5 .sec2_img2_1 {
  }
  .plastic5 .sec1_cont {
    display: none;
  }
  .plastic5 .sub_m1 {
    padding-right: 0;
  }
  .plastic5 .sec2 {
    background: url(/img/pla/p5_s2_bg_m.png) no-repeat center / cover;
  }
  .plastic5 .sec3 {
    padding: 60px 0 213px;
  }
  .plastic5 .sec4_con > div.sec4_img2 {
    position: absolute;
    top: 40px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
  }
  .plastic5 .sec4_con {
    position: relative;
    padding-right: 0;
    justify-content: center;
    min-height: 820px;
    align-items: flex-end;
  }
  .plastic5 .sec4 {
  }
  .plastic5 .sec4.on .sec4_con > div.sec4_img2 {
    transform: translateX(-50%);
  }
  .plastic5 .sec4_con > div.sec4_img1 {
    position: relative;
    z-index: 3;
  }
  .plastic5 .sec3 {
    background: url(/img/pla/p4_s5_bg_m.png) no-repeat center / cover;
  }
  .plastic5 .sub_m2 {
    flex-direction: column;
    gap: 30px;
    padding: 40px 0;
    background: url(/img/pla/sub_m2_bg123.png) no-repeat center/cover;
  }
  .plastic5 .sub_m2 .half_bx {
    width: 100%;
    width: 90%;
    margin: 0 auto;
  }
  .plastic5 .sub_m2 .half_right_img img {
    width: 100%;
  }
  .plastic5 .sub_m2 .half_right_img {
    transform: translateY(-100px);
    opacity: 0;
  }
  .plastic5 .sec5 {
    padding: 40px 0;
  }
}

/* dryeye1 시작 */
.dryeye1 .sec1 {
  padding: 120px 0px 230px;
  position: relative;
}
.dryeye1 .sec1 .con {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* .dryeye1 .sec1_cont { display: flex; gap: 20px; } */
.dryeye1 .k1_s1_logo {
  position: absolute;
  bottom: 0px;
  left: 30%;
  z-index: 2;
  width: 100%;
}
.dryeye1 .sub_m1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 125px;
  padding-right: 140px;
}
.dryeye1 .sec2 {
  background: url(/img/dry/d1_s2_bg.png) no-repeat center right/cover;
  gap: 0px;
}
.dryeye1 .sub_m1_1 {
  opacity: 0;
  transition: 0.4s;
}
.dryeye1 .sub_m1_2 {
  margin-left: 50px;
  display: flex;
  flex-direction: column;
  gap: 44px;
  align-items: center;
}
.dryeye1 .sub_m1_2 .sec2_img2_1 {
  transform: translateY(30px);
  opacity: 0;
  transition: 0.4s;
}
.dryeye1 .sub_m1_2 .sec2_img2_2 {
  transform: translateY(30px);
  opacity: 0;
  transition: 0.4s;
}
.dryeye1 .sub_m1.on .sub_m1_1 {
  opacity: 1;
  margin-left: -50px;
}
.dryeye1 .sub_m1.on .sec2_img2_1 {
  opacity: 1;
  transform: translateY(0);
  transition: 0.8s 0.2s;
}
.dryeye1 .sub_m1.on .sec2_img2_2 {
  opacity: 1;
  transform: translateY(0);
  transition: 0.8s 0.4s;
}
.dryeye1 .sec3 {
  padding: 110px 0;
  background: url(/img/dry/d1_s3_bg_new.png) no-repeat center / cover;
}
.dryeye1 .sec3 .con {
}

.dryeye1 .sub_m2 {
  display: flex;
}
.dryeye1 .sub_m2 .half_bx {
  width: 50%;
  overflow: hidden;
}
.dryeye1 .sub_m2 .half_bx > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dryeye1 .sub_m2 .half_right_img {
  transform: translateY(-300px);
  height: 100%;
}
.dryeye1 .sub_m2 .half_right_img img {
  height: calc(100% + 300px);
  object-fit: cover;
}
.dryeye1 .sec5 {
  padding: 110px 0 0;
  background: url(/img/dry/d1_s3_bg.png) no-repeat center / cover;
}
.dryeye1 .sec5 .con {
}

@media screen and (max-width: 1320px) {
  .dryeye1 .sec1 .con {
    max-width: none;
    width: 90%;
  }
  .dryeye1 .sub_m1 {
  }
  .dryeye1 .sub_m1_2 {
    width: 30%;
  }
  .dryeye1 .sub_m1_1 {
    text-align: center;
  }
  .dryeye1 .sub_m1_1 img {
    width: 50%;
  }
  .dryeye1 .sub_m1 {
    padding-right: 0%;
  }
  .dryeye1 .sec2 {
    gap: 0px;
  }
}

@media screen and (max-width: 769px) {
  .dryeye1 .sec1 {
    padding: 40px 0 135px;
  }
  .dryeye1 .sec1_tit {
    width: 90%;
    gap: 0;
    margin-bottom: 30px;
  }
  .dryeye1 .sec1 .con {
    gap: 30px;
    max-width: 500px;
    gap: 0px;
  }
  .dryeye1 .sec1_cont {
    padding: 30px 0;
  }
  .dryeye1 .sec1_cont_df_group {
    width: 90%;
  }
  .dryeye1 .sec1_cont_tit {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  .dryeye1 .sec1_bottom_txt {
    margin-top: 30px;
  }
  .dryeye1 .k1_s1_logo {
    width: 1320px;
    left: 50%;
  }
  .dryeye1 .sub_m1 {
    padding-top: 86px;
    padding-bottom: 550px;
  }
  .dryeye1 .sub_m1_2 {
    width: 90%;
    gap: 20px;
    margin-left: 0;
    margin: 0 auto;
  }
  .dryeye1 .sec2 {
    background-image: url(/img/pla/p3_s2_bg_m.png);
  }
  .dryeye1 .sec2_img2_1 {
  }
  .dryeye1 .sec1_cont {
    display: none;
  }
  .dryeye1 .sub_m1 {
    padding-right: 0;
  }
  .dryeye1 .sec2 {
    background: url(/img/dry/d1_s2_bg_m.png) no-repeat center / cover;
  }
  .dryeye1 .sec3 {
    background: url(/img/dry/d1_s3_bg_new_m.png) no-repeat center / cover;
  }
  .dryeye1 .sec4 {
    padding: 60px 0 213px;
  }
  .dryeye1 .sec4 {
    background: url(/img/pla/p4_s5_bg_m.png) no-repeat center / cover;
  }
  .dryeye1 .sub_m2 {
    flex-direction: column;
    gap: 30px;
    padding: 40px 0;
    background: url(/img/dry/sub_m2_bg.png) no-repeat center / cover;
  }
  .dryeye1 .sub_m2 .half_bx {
    width: 100%;
    width: 90%;
    margin: 0 auto;
  }
  .dryeye1 .sub_m2 .half_right_img img {
    width: 100%;
  }
  .dryeye1 .sub_m2 .half_right_img {
    transform: translateY(-100px);
    opacity: 0;
  }
  .dryeye1 .sec3 {
    padding: 40px 0;
  }
  .dryeye1 .sec5 {
    padding-top: 40px;
  }
}

/* dryeye2 시작 */
.dryeye2 .sec1 {
  padding: 120px 0px 230px;
  position: relative;
}
.dryeye2 .sec1 .con {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* .dryeye2 .sec1_cont { display: flex; gap: 20px; } */
.dryeye2 .k1_s1_logo {
  position: absolute;
  bottom: 0px;
  left: 30%;
  z-index: 2;
  width: 100%;
}

.dryeye2 .sec2 {
  padding: 110px 0;
  background: url(/img/dry/d1_s3_bg.png) no-repeat center / cover;
}
.dryeye2 .sec2 .con {
}

.dryeye2 .sub_m2 {
  display: flex;
}
.dryeye2 .sub_m2 .half_bx {
  width: 50%;
  overflow: hidden;
}
.dryeye2 .sub_m2 .half_bx > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dryeye2 .sub_m2 .half_right_img {
  transform: translateY(-300px);
  height: 100%;
}
.dryeye2 .sub_m2 .half_right_img img {
  height: calc(100% + 300px);
  object-fit: cover;
}
.dryeye2 .sec3 {
  padding-top: 120px;
  overflow: hidden;
  background: url(/img/dry/d2_s3_bg.png) no-repeat center / cover;
}
.dryeye2 .sec3 .con {
}
.dryeye2 .sec3.on {
}

@media screen and (max-width: 1320px) {
  .dryeye2 .sec1 .con {
    max-width: none;
    width: 90%;
  }
}

@media screen and (max-width: 769px) {
  .dryeye2 .sec1 {
    padding: 40px 0 135px;
  }
  .dryeye2 .sec1_tit {
    width: 90%;
    gap: 0;
    margin-bottom: 30px;
  }
  .dryeye2 .sec1 .con {
    gap: 30px;
    max-width: 500px;
    gap: 0px;
  }
  .dryeye2 .sec1_cont {
    display: none;
  }
  .dryeye2 .sec1_cont_tit {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  .dryeye2 .sec1_bottom_txt {
    margin-top: 30px;
  }
  .dryeye2 .k1_s1_logo {
    width: 1320px;
    left: 50%;
  }
  .dryeye2 .sec2 {
    background: url(/img/dry/d2_s2_bg_m.png) no-repeat center / cover;
  }
  .dryeye2 .sec4 {
    padding: 60px 0 213px;
  }
  .dryeye2 .sec4 {
    background: url(/img/pla/p4_s5_bg_m.png) no-repeat center / cover;
  }
  .dryeye2 .sec3 {
    padding-top: 40px;
  }
  .dryeye2 .sub_m2 {
    flex-direction: column;
    gap: 30px;
    padding: 40px 0;
    background: url(/img/dry/sub_m2_bg.png) no-repeat center / cover;
  }
  .dryeye2 .sub_m2 .half_bx {
    width: 100%;
    width: 90%;
    margin: 0 auto;
  }
  .dryeye2 .sub_m2 .half_right_img img {
    width: 100%;
  }
  .dryeye2 .sub_m2 .half_right_img {
    transform: translateY(-100px);
    opacity: 0;
  }
}

/* dryeye3 시작 */
.dryeye3 {
}
.dryeye3 .sec1 {
  padding: 120px 0px 230px;
  position: relative;
}
.dryeye3 .sec1 .con {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* .dryeye3 .sec1_cont { display: flex; gap: 20px; } */
.dryeye3 .k1_s1_logo {
  position: absolute;
  bottom: 0px;
  left: 30%;
  z-index: 2;
  width: 100%;
}
.dryeye3 .sec2 {
  background: url(/img/dry/d3_s2_bg.png) no-repeat center / cover;
}
.dryeye3 .sec2 .con {
  padding: 120px 0 210px;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.dryeye3 .sec2_tit {
  margin: 0 auto;
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  background-color: #60a6aa;
  border-radius: 50px;
  width: 443px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dryeye3 .sec2_con_group {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.dryeye3 .sec2_bx_group {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.dryeye3 .sec2_bx_tit {
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  color: #4a4a4a;
}
.dryeye3 .sec2_bx_cont {
  background: linear-gradient(135deg, #c9e0fa, #b6ddde);
  border-radius: 30px;
  transition: 0.4s;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}
.dryeye3 .sec2_bx_cont .gra_bg1 {
  background: linear-gradient(135deg, #e1f1f2, #b3dcde);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.dryeye3 .sec2_bx_cont .gra_bg2 {
  opacity: 0;
  transition: 0.8s;
  background: linear-gradient(135deg, #e1f1f2, #b4dcde);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.dryeye3 .sec2_bx_cont .s2_inner {
  position: relative;
  z-index: 3;
  padding: 63px 0;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.dryeye3 .s2_half {
  max-width: 50%;
}
.dryeye3 .s2_half.tit {
  font-size: 100px;
  font-weight: 700;
  line-height: 110px;
  color: #444;
}
.dryeye3 .s2_half.txt_group {
  opacity: 0;
  transition: 0.8s;
}
.dryeye3 .s2_inner_img {
  position: absolute;
  bottom: 0;
  right: 0;
  transform-origin: bottom;
  transition: 0.8s;
}
.dryeye3 {
}
.dryeye3 .sec2_bx_cont:hover .s2_half.txt_group {
  opacity: 1;
}
.dryeye3 .sec2_bx_cont:hover .gra_bg2 {
  opacity: 1;
}
.dryeye3 .sec2_bx_cont:hover {
}
.dryeye3 .sec2_bx_cont:hover .s2_inner_img {
  right: calc(45%);
  transform: scale(0.5);
}
.dryeye3 .sec2_bx_cont2:hover .s2_inner_img {
}
.dryeye3 .sec2_bx_cont3:hover .s2_inner_img {
}
.dryeye3 {
}

@media screen and (max-width: 1320px) {
  .dryeye3 .sec1 .con {
    max-width: none;
    width: 90%;
  }
  .dryeye3 .sec2 .con {
    max-width: none;
    width: 90%;
    padding: 40px 0 45px;
  }
  .dryeye3 .s2_half.tit {
    font-size: 50px;
    line-height: 1.3;
  }
  .dryeye3 .sec2_bx_tit {
    font-size: 30px;
  }
  .dryeye3 .sec2_bx_group {
    gap: 25px;
  }
  .dryeye3 .s2_inner_img {
    transform: scale(0.8);
  }
}

@media screen and (max-width: 950px) {
  .dryeye3 .s2_inner_img {
    transform: scale(0.6);
  }
  .dryeye3 .sec2_bx_cont:hover .s2_inner_img {
    transform: scale(0.3);
  }
}

@media screen and (max-width: 769px) {
  .dryeye3 .sec1 {
    padding: 40px 0 135px;
  }
  .dryeye3 .sec1_tit {
    width: 90%;
    gap: 0;
    margin-bottom: 30px;
  }
  .dryeye3 .sec1 .con {
    gap: 30px;
    max-width: 500px;
    gap: 0px;
  }
  .dryeye3 .sec1_cont {
    padding: 30px 0;
  }
  .dryeye3 .sec1_cont_df_group {
    width: 90%;
  }
  .dryeye3 .sec1_cont_tit {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  .dryeye3 .sec1_bottom_txt {
    margin-top: 30px;
  }
  .dryeye3 .k1_s1_logo {
    width: 1320px;
    left: 50%;
  }
  .dryeye3 .sub_m1 {
    padding-top: 86px;
    padding-bottom: 550px;
  }
  .dryeye3 .sub_m1_2 {
    width: 90%;
    gap: 20px;
    margin-left: 0;
    margin: 0 auto;
  }
  .dryeye3 .sec2 {
    background-image: url(/img/dry/d3_s2_bg_m.png);
  }
  .dryeye3 .sec2_img2_1 {
  }
  .dryeye3 .sec1_cont {
    display: none;
  }
  .dryeye3 .sec2 .con {
    gap: 30px;
  }
  .dryeye3 .sec2_tit {
    width: 200px;
    height: 34px;
    font-size: 18px;
  }
  .dryeye3 .sec2_bx_tit {
    font-size: 16px;
    line-height: 1.5;
  }
  .dryeye3 .sec2_bx_group {
    gap: 10px;
  }
  .dryeye3 .s2_half.tit {
    font-size: 25px;
    line-height: 30px;
  }
  .dryeye3 .sec2_bx_cont .s2_inner_img {
    transform: scale(1);
  }
  .dryeye3 .sec2_bx_cont:hover .s2_inner_img {
    transform: scale(1);
  }
  .dryeye3 .sec2_bx_cont .s2_inner {
    overflow: hidden;
    height: 172px;
    box-sizing: border-box;
    transition: 0.8s;
    padding: 26px 10%;
    width: 100%;
    background: linear-gradient(135deg, #e1f1f2, #b3dcde);
  }
  .dryeye3 .sec2_con_group {
    gap: 30px;
  }
  .dryeye3 .s2_half.txt_group {
    display: none;
  }
  .dryeye3 .sec2_bx_cont:hover .s2_inner_img {
    right: 10%;
  }
  .dryeye3 .gra_bg_group {
    display: none;
  }
  .dryeye3 .sec2_bx_cont {
    background: none;
  }
  .dryeye3 .s2_inner_img {
    right: 10%;
  }
  .dryeye3 .sec2_bx_cont.cont_on .s2_inner {
    height: 150px;
  }
  .dryeye3 .sec2_bx_cont.cont_on .s2_inner_img {
    bottom: -22px;
  }
  .dryeye3 .sec2_bx_cont {
  }
  .dryeye3 .sec2_bx_cont .s2_mb_txt {
    overflow: hidden;
    display: flex;
    padding: 0 19px;
    align-items: center;
    justify-content: center;
    height: 0;
    background: linear-gradient(135deg, #e1f1f2, #b4dcde);
    transition: 0.8s;
  }
  .dryeye3 .sec2_bx_cont.cont_on .s2_mb_txt {
    box-sizing: border-box;
    height: 270px;
  }
  .dryeye3 .sec2_bx_cont .s2_mb_txt img {
    box-sizing: border-box;
    width: 100%;
    object-fit: contain;
    padding: 10px 0;
  }
  /* .dryeye3 .sec2_bx_cont1 .s2_mb_txt img { height: 182px; } 
 .dryeye3 .sec2_bx_cont2 .s2_mb_txt img { height: 227px; }  */
  .dryeye3 .sec2_bx_cont2.cont_on .s2_mb_txt {
  }
  .dryeye3 .sec2_bx_cont3.cont_on .s2_mb_txt {
  }
  .dryeye3 .sec2_bx_cont {
  }
}

/* cataract3 끝 */

/* disease1 시작 */
.disease1 .sec1 {
  padding: 120px 0px 230px;
  position: relative;
}
.disease1 .sec1 .con {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* .disease1 .sec1_cont { display: flex; gap: 20px; } */
.disease1 .k1_s1_logo {
  position: absolute;
  bottom: 0px;
  left: 30%;
  z-index: 2;
  width: 100%;
}
.disease1 .sub_m1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 125px;
  padding-right: 250px;
}
.disease1 .sec2 {
  background: url(/img/disease/d1_s2_bg.png) no-repeat center right/cover;
  gap: 45px;
  padding-right: 100px;
}
.disease1 .sub_m1_1 {
  opacity: 0;
  transition: 0.4s;
}
.disease1 .sub_m1_2 {
  margin-left: 50px;
  display: flex;
  flex-direction: column;
  gap: 44px;
  align-items: center;
}
.disease1 .sub_m1_2 .sec2_img2_1 {
  transform: translateY(30px);
  opacity: 0;
  transition: 0.4s;
}
.disease1 .sub_m1_2 .sec2_img2_2 {
  transform: translateY(30px);
  opacity: 0;
  transition: 0.4s;
}
.disease1 .sub_m1.on .sub_m1_1 {
  opacity: 1;
}
.disease1 .sub_m1.on .sec2_img2_1 {
  opacity: 1;
  transform: translateY(0);
  transition: 0.8s 0.2s;
}
.disease1 .sub_m1.on .sec2_img2_2 {
  opacity: 1;
  transform: translateY(0);
  transition: 0.8s 0.4s;
}
.disease1 .sec3 {
  padding: 110px 0;
  background: url(/img/disease/d1_s3_bg_new.png) no-repeat center / cover;
}
.disease1 .sec3 .con {
}
.disease1 .sec4 {
  padding: 110px 0;
  background: url(/img/disease/d1_s4_bg.png) no-repeat center / cover;
}
.disease1 .sec3 .con {
}

.disease1 .sec5 {
  padding: 110px 0 0;
  background: url(/img/disease/d1_s5_bg.png) no-repeat center / cover;
}
.disease1 .sec5 .con {
}

@media screen and (max-width: 1320px) {
  .disease1 .sec1 .con {
    max-width: none;
    width: 90%;
  }
  .disease1 .sub_m1 {
  }
  .disease1 .sub_m1_2 {
    width: 30%;
  }
  .disease1 .sub_m1_1 {
    text-align: center;
  }
  .disease1 .sub_m1_1 img {
    width: 50%;
  }
  .disease1 .sub_m1 {
    padding-right: 0%;
  }
  .disease1 .sec2 {
    gap: 0px;
  }
}

@media screen and (max-width: 769px) {
  .disease1 .sec1 {
    padding: 40px 0 135px;
  }
  .disease1 .sec1_tit {
    width: 90%;
    gap: 0;
    margin-bottom: 30px;
  }
  .disease1 .sec1 .con {
    gap: 30px;
    max-width: 500px;
    gap: 0px;
  }
  .disease1 .sec1_cont {
    padding: 30px 0;
  }
  .disease1 .sec1_cont_df_group {
    width: 90%;
  }
  .disease1 .sec1_cont_tit {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  .disease1 .sec1_bottom_txt {
    margin-top: 30px;
  }
  .disease1 .k1_s1_logo {
    width: 1320px;
    left: 50%;
  }
  .disease1 .sub_m1 {
    padding-top: 86px;
    padding-bottom: 550px;
  }
  .disease1 .sub_m1_2 {
    width: 90%;
    gap: 20px;
    margin-left: 0;
    margin: 0 auto;
  }
  .disease1 .sec2 {
    background-image: url(/img/pla/p3_s2_bg_m.png);
  }
  .disease1 .sec2_img2_1 {
  }
  .disease1 .sec1_cont {
    display: none;
  }
  .disease1 .sub_m1 {
    padding-right: 0;
  }
  .disease1 .sec2 {
    background: url(/img/disease/d1_s2_bg_m.png) no-repeat center / cover;
  }
  .disease1 .sec3 {
    background: url(/img/disease/d1_s3_bg_m.png) no-repeat center / cover;
  }
  .disease1 .sec4 {
    padding: 60px 0 213px;
  }
  .disease1 .sec4 {
    background: url(/img/disease/d1_s4_bg_m.png) no-repeat center / cover;
  }
  .disease1 .sec3 {
    padding: 40px 0;
  }
  .disease1 .sec5 {
    padding-top: 40px;
  }
}

/* disease2 시작 */
.disease2 .sec1 {
  padding: 120px 0px 230px;
  position: relative;
}
.disease2 .sec1 .con {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* .disease2 .sec1_cont { display: flex; gap: 20px; } */
.disease2 .k1_s1_logo {
  position: absolute;
  bottom: 0px;
  left: 30%;
  z-index: 2;
  width: 100%;
}
.disease2 .sub_m1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 125px;
  padding-right: 250px;
}
.disease2 .sec2 {
  background: url(/img/disease/d1_s2_bg.png) no-repeat center right/cover;
  gap: 45px;
}
.disease2 .sub_m1_1 {
  opacity: 0;
  transition: 0.4s;
}
.disease2 .sub_m1_2 {
  margin-left: 50px;
  display: flex;
  flex-direction: column;
  gap: 44px;
  align-items: center;
}
.disease2 .sub_m1_2 .sec2_img2_1 {
  transform: translateY(30px);
  opacity: 0;
  transition: 0.4s;
}
.disease2 .sub_m1_2 .sec2_img2_2 {
  transform: translateY(30px);
  opacity: 0;
  transition: 0.4s;
}
.disease2 .sub_m1.on .sub_m1_1 {
  opacity: 1;
}
.disease2 .sub_m1.on .sec2_img2_1 {
  opacity: 1;
  transform: translateY(0);
  transition: 0.8s 0.2s;
}
.disease2 .sub_m1.on .sec2_img2_2 {
  opacity: 1;
  transform: translateY(0);
  transition: 0.8s 0.4s;
}
.disease2 .sec3 {
  padding: 110px 0 0;
  background: url(/img/disease/d1_s3_bg_new.png) no-repeat center / cover;
}
.disease2 .sec3 .con {
}
.disease2 .sec3 .con {
}

.disease2 .sec5 {
  padding: 110px 0 0;
  background: url(/img/disease/d1_s5_bg.png) no-repeat center / cover;
}
.disease2 .sec5 .con {
}
.disease2 .sub_m2 {
  display: flex;
}
.disease2 .sub_m2 .half_bx {
  width: 50%;
  overflow: hidden;
}
.disease2 .sub_m2 .half_bx > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.disease2 .sub_m2 .half_right_img {
  transform: translateY(-300px);
  height: 100%;
}
.disease2 .sub_m2 .half_right_img img {
  height: calc(100% + 300px);
  object-fit: cover;
}

@media screen and (max-width: 1320px) {
  .disease2 .sec1 .con {
    max-width: none;
    width: 90%;
  }
  .disease2 .sub_m1 {
  }
  .disease2 .sub_m1_2 {
    width: 30%;
  }
  .disease2 .sub_m1_1 {
    text-align: center;
  }
  .disease2 .sub_m1_1 img {
    width: 50%;
  }
  .disease2 .sub_m1 {
    padding-right: 0%;
  }
  .disease2 .sec2 {
    gap: 0px;
  }
}

@media screen and (max-width: 769px) {
  .disease2 .sec1 {
    padding: 40px 0 135px;
  }
  .disease2 .sec1_tit {
    width: 90%;
    gap: 0;
    margin-bottom: 30px;
  }
  .disease2 .sec1 .con {
    gap: 30px;
    max-width: 500px;
    gap: 0px;
  }
  .disease2 .sec1_cont {
    padding: 30px 0;
  }
  .disease2 .sec1_cont_df_group {
    width: 90%;
  }
  .disease2 .sec1_cont_tit {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  .disease2 .sec1_bottom_txt {
    margin-top: 30px;
  }
  .disease2 .k1_s1_logo {
    width: 1320px;
    left: 50%;
  }
  .disease2 .sub_m1 {
    padding-top: 86px;
    padding-bottom: 550px;
  }
  .disease2 .sub_m1_2 {
    width: 90%;
    gap: 20px;
    margin-left: 0;
    margin: 0 auto;
  }
  .disease2 .sec2 {
    background-image: url(/img/pla/p3_s2_bg_m.png);
  }
  .disease2 .sec2_img2_1 {
  }
  .disease2 .sec1_cont {
    display: none;
  }
  .disease2 .sub_m1 {
    padding-right: 0;
  }
  .disease2 .sec2 {
    background: url(/img/disease/d2_s2_bg_m.png) no-repeat center / cover;
  }
  .disease2 .sec3 {
    background: url(/img/disease/d1_s3_bg_m.png) no-repeat center / cover;
  }

  /* .disease2 .sec4 { padding: 60px 0 213px; } */
  .disease2 .sec4 {
    background: url(/img/disease/d1_s4_bg_m.png) no-repeat center / cover;
  }
  .disease2 .sec3 {
    padding: 40px 0 0;
  }
  .disease2 .sec5 {
    padding-top: 40px;
  }
  .disease2 .sub_m2 {
    flex-direction: column;
    gap: 30px;
    padding: 40px 0;
    background: url(/img/disease/sub_m2_bg.png) no-repeat center / cover;
  }
  .disease2 .sub_m2 .half_bx {
    width: 100%;
    width: 90%;
    margin: 0 auto;
  }
  .disease2 .sub_m2 .half_right_img img {
    width: 100%;
  }
  .disease2 .sub_m2 .half_right_img {
    transform: translateY(-100px);
    opacity: 0;
  }
}

/* disease3 시작 */
.disease3 .sec1 {
  padding: 120px 0px 230px;
  position: relative;
}
.disease3 .sec1 .con {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* .disease3 .sec1_cont { display: flex; gap: 20px; } */
.disease3 .k1_s1_logo {
  position: absolute;
  bottom: 0px;
  left: 30%;
  z-index: 2;
  width: 100%;
}
.disease3 .sub_m1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 125px;
  padding-right: 250px;
}
.disease3 .sec2 {
  background: url(/img/disease/d1_s2_bg.png) no-repeat center right/cover;
  gap: 45px;
}
.disease3 .sub_m1_1 {
  opacity: 0;
  transition: 0.4s;
}
.disease3 .sub_m1_2 {
  margin-left: 50px;
  display: flex;
  flex-direction: column;
  gap: 44px;
  align-items: center;
}
.disease3 .sub_m1_2 .sec2_img2_1 {
  transform: translateY(30px);
  opacity: 0;
  transition: 0.4s;
}
.disease3 .sub_m1_2 .sec2_img2_2 {
  transform: translateY(30px);
  opacity: 0;
  transition: 0.4s;
}
.disease3 .sub_m1.on .sub_m1_1 {
  opacity: 1;
}
.disease3 .sub_m1.on .sec2_img2_1 {
  opacity: 1;
  transform: translateY(0);
  transition: 0.8s 0.2s;
}
.disease3 .sub_m1.on .sec2_img2_2 {
  opacity: 1;
  transform: translateY(0);
  transition: 0.8s 0.4s;
}
.disease3 .sec3 {
  padding: 110px 0;
  background: url(/img/disease/d1_s3_bg_new.png) no-repeat center / cover;
}
.disease3 .sec3 .con {
}
.disease3 .sec4 {
  padding: 110px 0 0;
  position: relative;
}
.disease3 .sec4_bg {
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.disease3 .sec4_bg img {
  transform: scale(1.2);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.disease3 .sec4 .con {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1320px) {
  .disease3 .sec1 .con {
    max-width: none;
    width: 90%;
  }
  .disease3 .sub_m1 {
  }
  .disease3 .sub_m1_2 {
    width: 30%;
  }
  .disease3 .sub_m1_1 {
    text-align: center;
  }
  .disease3 .sub_m1_1 img {
    width: 50%;
  }
  .disease3 .sub_m1 {
    padding-right: 0%;
  }
  .disease3 .sec2 {
    gap: 0px;
  }
}

@media screen and (max-width: 769px) {
  .disease3 .sec1 {
    padding: 40px 0 135px;
  }
  .disease3 .sec1_tit {
    width: 90%;
    gap: 0;
    margin-bottom: 30px;
  }
  .disease3 .sec1 .con {
    gap: 30px;
    max-width: 500px;
    gap: 0px;
  }
  .disease3 .sec1_cont {
    padding: 30px 0;
  }
  .disease3 .sec1_cont_df_group {
    width: 90%;
  }
  .disease3 .sec1_cont_tit {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  .disease3 .sec1_bottom_txt {
    margin-top: 30px;
  }
  .disease3 .k1_s1_logo {
    width: 1320px;
    left: 50%;
  }
  .disease3 .sub_m1 {
    padding-top: 86px;
    padding-bottom: 550px;
  }
  .disease3 .sub_m1_2 {
    width: 90%;
    gap: 20px;
    margin-left: 0;
    margin: 0 auto;
  }
  .disease3 .sec2 {
    background-image: url(/img/pla/p3_s2_bg_m.png);
  }
  .disease3 .sec2_img2_1 {
  }
  .disease3 .sec1_cont {
    display: none;
  }
  .disease3 .sub_m1 {
    padding-right: 0;
  }
  .disease3 .sec2 {
    background: url(/img/disease/d3_s2_bg_m.png) no-repeat center / cover;
  }
  .disease3 .sec3 {
    background: url(/img/disease/d1_s3_bg_m.png) no-repeat center / cover;
  }
  .disease3 .sec4 {
    padding: 60px 0 0px;
  }
  .disease3 .sec4 {
  }
  .disease3 .sec3 {
    padding: 40px 0;
  }
}

/* disease4 시작 */
.disease4 .sec1 {
  padding: 120px 0px 230px;
  position: relative;
}
.disease4 .sec1 .con {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* .disease4 .sec1_cont { display: flex; gap: 20px; } */
.disease4 .k1_s1_logo {
  position: absolute;
  bottom: 0px;
  left: 30%;
  z-index: 2;
  width: 100%;
}
.disease4 .sub_m1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 125px;
  padding-right: 170px;
}
.disease4 .sec2 {
  background: url(/img/disease/d1_s2_bg.png) no-repeat center right/cover;
  gap: 45px;
}
.disease4 .sub_m1_1 {
  opacity: 0;
  transition: 0.4s;
}
.disease4 .sub_m1_2 {
  margin-left: 50px;
  display: flex;
  flex-direction: column;
  gap: 44px;
  align-items: center;
}
.disease4 .sub_m1_2 .sec2_img2_1 {
  transform: translateY(30px);
  opacity: 0;
  transition: 0.4s;
}
.disease4 .sub_m1_2 .sec2_img2_2 {
  transform: translateY(30px);
  opacity: 0;
  transition: 0.4s;
}
.disease4 .sub_m1.on .sub_m1_1 {
  opacity: 1;
}
.disease4 .sub_m1.on .sec2_img2_1 {
  opacity: 1;
  transform: translateY(0);
  transition: 0.8s 0.2s;
}
.disease4 .sub_m1.on .sec2_img2_2 {
  opacity: 1;
  transform: translateY(0);
  transition: 0.8s 0.4s;
}
.disease4 .sec3 {
  padding: 110px 0;
  background: url(/img/disease/d1_s3_bg_new.png) no-repeat center / cover;
}
.disease4 .sec5 {
  padding: 124px 0;
  background: url(/img/disease/d1_s5_bg.png) no-repeat center / cover;
}
.disease4 .sec4 {
  padding: 110px 0 0;
  position: relative;
}
.disease4 .sec4_bg {
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.disease4 .sec4_bg img {
  transform: scale(1.2);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.disease4 .sec4 .con {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1320px) {
  .disease4 .sec1 .con {
    max-width: none;
    width: 90%;
  }
  .disease4 .sub_m1 {
  }
  .disease4 .sub_m1_2 {
    width: 30%;
  }
  .disease4 .sub_m1_1 {
    text-align: center;
  }
  .disease4 .sub_m1_1 img {
    width: 50%;
  }
  .disease4 .sub_m1 {
    padding-right: 0%;
  }
  .disease4 .sec2 {
    gap: 0px;
  }
}

@media screen and (max-width: 769px) {
  .disease4 .sec1 {
    padding: 40px 0 135px;
  }
  .disease4 .sec1_tit {
    width: 90%;
    gap: 0;
    margin-bottom: 30px;
  }
  .disease4 .sec1 .con {
    gap: 30px;
    max-width: 500px;
    gap: 0px;
  }
  .disease4 .sec1_cont {
    padding: 30px 0;
  }
  .disease4 .sec1_cont_df_group {
    width: 90%;
  }
  .disease4 .sec1_cont_tit {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  .disease4 .sec1_bottom_txt {
    margin-top: 30px;
  }
  .disease4 .k1_s1_logo {
    width: 1320px;
    left: 50%;
  }
  .disease4 .sub_m1 {
    padding-top: 86px;
    padding-bottom: 550px;
  }
  .disease4 .sub_m1_2 {
    width: 90%;
    gap: 20px;
    margin-left: 0;
    margin: 0 auto;
  }
  .disease4 .sec2 {
    background-image: url(/img/pla/p3_s2_bg_m.png);
  }
  .disease4 .sec2_img2_1 {
  }
  .disease4 .sec1_cont {
    display: none;
  }
  .disease4 .sub_m1 {
    padding-right: 0;
  }
  .disease4 .sec2 {
    background: url(/img/disease/d4_s2_bg.png) no-repeat center / cover;
  }
  .disease4 .sec3 {
    background: url(/img/disease/d1_s3_bg_m.png) no-repeat center / cover;
  }
  .disease4 .sec4 {
    padding: 60px 0 0px;
  }
  .disease4 .sec4 {
  }
  .disease4 .sec3 {
    padding: 40px 0;
  }
  .disease4 .sec5 {
    padding: 40px 0 130px;
  }
}

/* test1 시작 */
.test1 .sec1 {
  padding: 120px 0px 230px;
  position: relative;
}
.test1 .sec1 .con {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* .test1 .sec1_cont { display: flex; gap: 20px; } */
.test1 .k1_s1_logo {
  position: absolute;
  bottom: 0px;
  left: 30%;
  z-index: 2;
  width: 100%;
}
.test1 .sec2 {
  padding: 120px 0;
  background: url(/img/test/t1_s2_bg.png) no-repeat center / cover;
}
.test1 .sec2 .con {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.test1 {
}

@media screen and (max-width: 1320px) {
  .test1 .sec1 .con {
    max-width: none;
    width: 90%;
  }
}

@media screen and (max-width: 769px) {
  .test1 .sec1 {
    padding: 40px 0 135px;
  }
  .test1 .sec1_tit {
    width: 90%;
    gap: 0;
    margin-bottom: 30px;
  }
  .test1 .sec1 .con {
    gap: 30px;
    max-width: 500px;
    gap: 0px;
  }
  .test1 .sec1_cont {
    padding: 30px 0;
  }
  .test1 .sec1_cont_df_group {
    width: 90%;
  }
  .test1 .sec1_cont_tit {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  .test1 .sec1_bottom_txt {
    margin-top: 30px;
  }
  .test1 .k1_s1_logo {
    width: 1320px;
    left: 50%;
  }
  .test1 .sec1_cont {
    display: none;
  }
  .test1 .sec2 {
    overflow: hidden;
    padding: 40px 0;
    background-image: url(/img/test/t1_s2_bg_m.png);
  }
  .test1 .sec2 .con {
    gap: 40px;
  }
}

/* test2 시작 */
.test2 .sec1 {
  padding: 120px 0px 230px;
  position: relative;
}
.test2 .sec1 .con {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* .test2 .sec1_cont { display: flex; gap: 20px; } */
.test2 .k1_s1_logo {
  position: absolute;
  bottom: 0px;
  left: 30%;
  z-index: 2;
  width: 100%;
}
.test2 .sec2 {
  padding: 120px 0;
  background: url(/img/test/t1_s2_bg.png) no-repeat center / cover;
}
.test2 .sec2 .con {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.test2 {
}

@media screen and (max-width: 1320px) {
  .test2 .sec1 .con {
    max-width: none;
    width: 90%;
  }
}

@media screen and (max-width: 769px) {
  .test2 .sec1 {
    padding: 40px 0 135px;
  }
  .test2 .sec1_tit {
    width: 90%;
    gap: 0;
    margin-bottom: 30px;
  }
  .test2 .sec1 .con {
    gap: 30px;
    max-width: 500px;
    gap: 0px;
  }
  .test2 .sec1_cont {
    padding: 30px 0;
  }
  .test2 .sec1_cont_df_group {
    width: 90%;
  }
  .test2 .sec1_cont_tit {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  .test2 .sec1_bottom_txt {
    margin-top: 30px;
  }
  .test2 .k1_s1_logo {
    width: 1320px;
    left: 50%;
  }
  .test2 .sec1_cont {
    display: none;
  }
  .test2 .sec2 {
    overflow: hidden;
    padding: 40px 0;
    background-image: url(/img/test/t1_s2_bg_m.png);
  }
  .test2 .sec2 .con {
    gap: 40px;
  }
}

/* glau1 시작 */
.glau1 .sec1 {
  padding: 120px 0px 230px;
  position: relative;
}
.glau1 .sec1 .con {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* .glau1 .sec1_cont { display: flex; gap: 20px; } */
.glau1 .k1_s1_logo {
  position: absolute;
  bottom: 0px;
  left: 30%;
  z-index: 2;
  width: 100%;
}
.glau1 .sec2 {
  padding: 120px 0;
  background: url(/img/glau/g1_s2_bg.png) no-repeat center / cover;
}
.glau1 .sec2 .con {
}
.glau1 .sec3 {
  padding: 120px 0;
  background: url(/img/glau/g1_s3_bg.png) no-repeat center / cover;
}
.glau1 .sec3 .con {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.glau1 {
}
.glau1 .sec4 {
  padding: 100px 0;
  background: url(/img/glau/g1_s4_bg.png) no-repeat center / cover;
}
.glau1 .sec4 .con {
}

@media screen and (max-width: 1320px) {
  .glau1 .sec1 .con {
    max-width: none;
    width: 90%;
  }
}

@media screen and (max-width: 769px) {
  .glau1 .sec1 {
    padding: 40px 0 135px;
  }
  .glau1 .sec1_tit {
    width: 90%;
    gap: 0;
    margin-bottom: 30px;
  }
  .glau1 .sec1 .con {
    gap: 30px;
    max-width: 500px;
    gap: 0px;
  }
  .glau1 .sec1_cont {
    padding: 30px 0;
  }
  .glau1 .sec1_cont_df_group {
    width: 90%;
  }
  .glau1 .sec1_cont_tit {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  .glau1 .sec1_bottom_txt {
    margin-top: 30px;
  }
  .glau1 .k1_s1_logo {
    width: 1320px;
    left: 50%;
  }
  .glau1 .sec1_cont {
    display: none;
  }
  .glau1 .sec2 {
    padding: 40px 0 70px;
    background-image: url(/img/glau/g1_s1_bg_m.png);
  }
  .glau1 .sec2 .con {
  }
  .glau1 .sec3 {
    overflow: hidden;
    padding: 40px 0;
    background-image: url(/img/glau/g1_s3_bg_m.png);
  }
  .glau1 .sec3 .con {
    gap: 20px;
  }
  .glau1 .sec4 {
    padding: 40px 0;
    background: url(/img/glau/g1_s4_bg_m.png) no-repeat center / cover;
  }
  .glau1 .sec4 .con {
  }
}

/* glau2 시작 */
.glau2 .sec1 {
  padding: 120px 0px 230px;
  position: relative;
}
.glau2 .sec1 .con {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* .glau2 .sec1_cont { display: flex; gap: 20px; } */
.glau2 .k1_s1_logo {
  position: absolute;
  bottom: 0px;
  left: 30%;
  z-index: 2;
  width: 100%;
}
.glau2 .con_df_group {
  padding: 120px 0;
}
.glau2 .con_df {
  display: flex;
}
.glau2 .con_df > div {
  margin: 0 -50px;
}
.glau2 .g2_con {
  padding: 120px 0;
}
.glau2 .sec2 {
  background: url(/img/glau/g2_s2_bg.png) no-repeat center / cover;
}
.glau2 .sec3 {
  background: url(/img/glau/g2_s3_bg.png) no-repeat center / cover;
}
.glau2 .sec4 {
  background: url(/img/glau/g2_s4_bg.png) no-repeat center / cover;
}
.glau2 .sec5 {
  background: url(/img/glau/g2_s5_bg.png) no-repeat center / cover;
}
.glau2 .sec6 {
  background: url(/img/glau/g2_s6_bg.png) no-repeat center / cover;
}
.glau2 .sec7 {
  background: url(/img/glau/g2_s7_bg.png) no-repeat center / cover;
}
.glau2 .sec8 {
  background: url(/img/glau/g2_s8_bg.png) no-repeat center / cover;
}
.glau2 .sec9 {
  background: url(/img/glau/g2_s9_bg.png) no-repeat center / cover;
}
.glau2 {
}
.glau2 {
}
.glau2 {
}
.glau2 {
}

@media screen and (max-width: 1320px) {
  .glau2 .sec1 .con {
    max-width: none;
    width: 90%;
  }
  .glau2 .con_df > div {
    margin: 0 -30px;
  }
}

@media screen and (max-width: 769px) {
  .glau2 .sec1 {
    padding: 40px 0 135px;
  }
  .glau2 .sec1_tit {
    width: 90%;
    gap: 0;
    margin-bottom: 30px;
  }
  .glau2 .sec1 .con {
    gap: 30px;
    max-width: 500px;
    gap: 0px;
  }
  .glau2 .sec1_cont {
    padding: 30px 0;
  }
  .glau2 .sec1_cont_df_group {
    width: 90%;
  }
  .glau2 .sec1_cont_tit {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  .glau2 .sec1_bottom_txt {
    margin-top: 30px;
  }
  .glau2 .k1_s1_logo {
    width: 1320px;
    left: 50%;
  }
  .glau2 .sec1_cont {
    display: none;
  }
  .glau2 .con_df_group {
    padding: 40px 0;
  }

  /* .glau2 .con_df_group .con { width: 100%; } */
  .glau2 .con_df {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .glau2 .con_df > div {
    margin: 0;
  }
  .glau2 .g2_con {
    display: none;
  }
  .glau2 .sec2 {
    background: url(/img/glau/g2_s2_bg_m.png) no-repeat center / cover;
  }
  .glau2 .sec4 {
    background: url(/img/glau/g2_s4_bg_m.png) no-repeat center / cover;
  }
  .glau2 .sec5 {
    background: url(/img/glau/g2_s5_bg.png) no-repeat center / cover;
  }
  .glau2 .sec6 {
    background: url(/img/glau/g2_s6_bg.png) no-repeat center / cover;
  }
  .glau2 .sec7 {
    background: url(/img/glau/g2_s7_bg.png) no-repeat center / cover;
  }
  .glau2 .sec8 {
    background: url(/img/glau/g2_s8_bg.png) no-repeat center / cover;
  }
  .glau2 .sec9 {
    background: url(/img/glau/g2_s9_bg.png) no-repeat center / cover;
  }
}

/* glau3 시작 */
.glau3 .sec1 {
  padding: 120px 0px 230px;
  position: relative;
}
.glau3 .sec1 .con {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* .glau3 .sec1_cont { display: flex; gap: 20px; } */
.glau3 .k1_s1_logo {
  position: absolute;
  bottom: 0px;
  left: 30%;
  z-index: 2;
  width: 100%;
}
.glau3 .sec2 {
  padding: 120px 0;
  background: url(/img/glau/g1_s3_bg.png) no-repeat center / cover;
}
.glau3 .sec2 .con {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.glau3 {
}

@media screen and (max-width: 1320px) {
  .glau3 .sec1 .con {
    max-width: none;
    width: 90%;
  }
}

@media screen and (max-width: 769px) {
  .glau3 .sec1 {
    padding: 40px 0 135px;
  }
  .glau3 .sec1_tit {
    width: 90%;
    gap: 0;
    margin-bottom: 30px;
  }
  .glau3 .sec1 .con {
    gap: 30px;
    max-width: 500px;
    gap: 0px;
  }
  .glau3 .sec1_cont {
    padding: 30px 0;
  }
  .glau3 .sec1_cont_df_group {
    width: 90%;
  }
  .glau3 .sec1_cont_tit {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  .glau3 .sec1_bottom_txt {
    margin-top: 30px;
  }
  .glau3 .k1_s1_logo {
    width: 1320px;
    left: 50%;
  }
  .glau3 .sec1_cont {
    display: none;
  }
  .glau3 .sec2 {
    overflow: hidden;
    padding: 40px 0;
    background-image: url(/img/glau/g1_s3_bg_m.png);
  }
  .glau3 .sec2 .con {
    gap: 20px;
  }
}

/* community1 시작 */
.community1 {
}
.community1 .sec1 {
  margin-top: 120px;
}
.community1 .sec1_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 3px #172e59;
  padding-bottom: 30px;
}
.community1 .sec1_cont_tit {
  color: #172e59;
  text-align: center;
  font-family: Pretendard;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
}
.community1 .sec1_cont_input {
  position: relative;
  max-width: 360px;
  width: 100%;
}
.community1 .sec1_cont_input input[type='text'] {
  border-radius: 100px;
  background: #f5f5f5;
  border: none;
  color: #4a4a4a;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 47px;
  text-indent: 30px;
  width: 100%;
}
.community1 .sec1_cont_input span {
  position: absolute;
  top: 10px;
  right: 30px;
}
.community1 .sec1_cont2 {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.community1 .sec1_cont2 li {
  width: 30.3%;
  cursor: pointer;
}
.community1 .sec1_cont2 li .review_img {
  overflow: hidden;
  border-radius: 30px;
  width: 100%;
}
.community1 .sec1_cont2 li .review_img img {
  object-fit: cover;
  display: block;
  width: 100%;
  aspect-ratio: 400/300;
}
.community1 .sec1_cont2 li h3 {
  color: #4a4a4a;
  text-align: center;
  font-family: Pretendard;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  margin-top: 30px;
}
.community1 .sec1_cont2 li p {
  color: #4a4a4a;
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  margin-top: 10px;
}
.pc_pagenation ul {
  margin-top: 120px;
  margin-bottom: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.pc_pagenation ul li:first-child {
  margin-right: 25px;
}
.pc_pagenation ul li:last-child {
  margin-left: 25px;
}
.pc_pagenation ul li a {
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
}
.mo_pagenation {
  display: none;
}
.mo_pagenation ul {
  margin-top: 120px;
  margin-bottom: 140px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

@media screen and (max-width: 1320px) {
  .community1 .sec1_cont2 li {
    width: 46%;
  }
}

@media screen and (max-width: 769px) {
  .community1 .sec1_cont2 li .review_img img {
    aspect-ratio: 150/150;
  }
  .community1 .sec1 {
    margin-top: 30px;
  }
  .community1 .sec1_cont_tit {
    display: none;
  }
  .community1 .sec1_cont_input {
    max-width: 100%;
  }
  .community1 .sec1_cont_input input[type='text'] {
    font-size: 14px;
  }
  .community1 .sec1_cont2 {
    gap: 15px;
    justify-content: space-between;
    margin-top: 30px;
  }
  .community1 .sec1_cont2 li h3 {
    font-size: 16px;
  }
  .community1 .sec1_cont2 li p {
    font-size: 12px;
  }
  .community1 .sec1_cont2 li {
    width: 47%;
  }
  .mo_pagenation {
    display: block;
  }
  .pc_pagenation {
    display: none;
  }
  .mo_pagenation ul {
    margin-top: 40px;
    margin-bottom: 50px;
  }
}

/* intro1 시작 */
.intro1 .sec1 {
  padding-top: 120px;
  background: url(/img/intro/sec1_1_bg.png) no-repeat center 0% / cover;
}
.intro1 .sec1_cont1 {
  position: relative;
}
.intro1 .off_card {
  position: absolute;
  top: 0;
  left: 0;
}
.off_card {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.off_on:hover .off_card {
  opacity: 1;
}
.intro1 .sec1_cont2 {
  margin-top: 60px;
}
.intro1 .sec1_cont3 {
  margin-bottom: 140px;
  position: relative;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.intro1 .sec2 {
  padding-top: 120px;
  padding-bottom: 120px;
  background: url(/img/intro/sec2_1_bg.png) no-repeat center 0% / cover;
}
.intro1 .mo_sec1 {
  display: none;
}
.intro1 .sec2_cont1 {
}
.intro1 .sec2_cont1 > li {
  text-align: center;
  margin-bottom: 60px;
  border-radius: 30px;
  background: #fff;
}
.intro1 .sec2_cont1 > li:last-child {
  padding: 60px 0;
}
.intro1 .sec2_cont1_layout {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 40px;
}
.intro1 .sec2_cont1_layout > li {
  position: relative;
}
.intro1 .sec2_cont1_layout > li div {
  position: absolute;
  top: 0;
  left: 0;
}

.intro2 .sec2 {
  margin-bottom: 60px;
}
.intro2 .sec1 {
  padding-top: 120px;
  padding-bottom: 120px;
  background: url(/img/intro/sec1_1_bg.png) no-repeat center 0% / cover;
}
.intro2 .sec2_cont1 {
  display: flex; /* align-items: center; */
  justify-content: space-between;
}
.intro2 .sec2_cont1 .text_box {
  padding-top: 80px;
}

.intro2 .sec2_cont1 .text_box > span {
  margin-top: 12px;
  display: block;
  color: #717171;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 100% */
}
.intro2 .sec2_cont1 .text_box > h3 {
  color: #393939;
  text-align: left;
  font-family: Pretendard;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
}
.intro2 .sec2_cont1 .text_box > h4 {
  text-align: left;
  color: #393939;
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  margin-top: 15px;
}
.intro2 .sec2_cont1 .text_box > h3 span {
  font-size: 60px;
  font-weight: 700;
}
.intro2 .sec2_cont1 .text_box > p {
  color: #4a4a4a;
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  margin-top: 60px;
}
.intro2 .sec2_cont1 .text_box > div {
  color: #717171;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-top: 30px;
}
.intro2 .sec3 {
  background: #f3f3f3;
  padding: 130px 0;
}
.intro2 .sec3_cont1 {
  display: flex;
  gap: 60px;
}
.intro2 .sec3_cont1 > ul li {
  margin-bottom: 20px;
}
.intro2 .sec3_cont1 > ul li:last-child {
  margin-bottom: 20px;
}
.intro2 .sec3_cont1 .text_box {
  font-family: Pretendard;
  font-style: normal;
}
.intro2 .sec3_cont1 .text_box > h3 {
  color: #4a4a4a;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
}
.intro2 .sec3_cont1 .text_box > p {
  color: #717171;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.intro2 .sec4_cont1 {
  margin-top: 100px;
  margin-bottom: 370px;
}
.intro2 .sec4_cont1 .text_box {
  margin-bottom: 100px;
}
.intro2 .sec4_cont1 .text_box > h3 {
  color: #4a4a4a;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
}
.intro2 .sec4_cont1 .text_box > p {
  color: #717171;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.intro2 .sec4_cont1 .img_box {
  display: flex;
  gap: 30px;
}
.intro2 .sec5 .img_box {
  margin-bottom: 80px;
  padding-top: 100px;
}
.intro2 .sec5_cont1 {
  background-color: #f3f3f3;
  padding-bottom: 80px;
}
.intro2 .sec5_cont1 .tab_menu {
  display: flex;
  gap: 12.5px;
  justify-content: center;
}

.intro2 .sec5_cont1 .tab_menu > li {
  margin-top: -50px;
}
.intro2 .sec5_cont1 .tab_menu > li.on button {
  background: #243962;
  color: #fff;
}
.intro2 .sec5_cont1 .tab_menu > li button {
  border-radius: 10px;
  border: 1px solid rgba(36, 57, 98, 0.2);
  background: #fff;
  color: #8f8f8f;
  text-align: center;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  width: 100px;
  height: 100px;
}
.intro2 .sec5_cont1 .tab_container {
  margin-top: 30px;
}
.intro2 .sec5_cont1 .text_box {
  color: #717171;
  text-align: center;
  font-family: Pretendard;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; /* 100% */
}
.intro2 .sec5_cont1 .tab_content:first-child .text_box {
  font-size: 16px;
  line-height: 20px;
}
.intro2 .sec5_cont1 .text_box p {
  margin-bottom: 10px;
}
.intro2 .sec5_cont1 .text_box div {
  margin-bottom: 15px;
}
.intro2 .sec5_cont1 .text_box div:last-child {
  margin-bottom: 0;
}
.intro2 .sec5_cont1 .tab_container .tab_content {
}

.intro2 .i2_tab_container {
  position: relative;
}
.intro2 .i2_tab_menu {
  width: 1350px;
  z-index: 3;
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 20px;
}
.intro2 .i2_tab_menu > li {
  border-radius: 50px;
  background-color: #f6f7fc;
  transition: 0.4s;
  color: #abb1bd;
  cursor: pointer;
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  width: 138px;
  height: 37px;
}
.intro2 .i2_tab_menu > li.on {
  background-color: #2f436a;
  color: #fff;
}
.intro2 .i2_tab_menu .name {
  font-size: 18px;
  font-weight: 700;
}
.intro2 .i2_tab_menu .pos {
  font-size: 16px;
  font-weight: 400;
}
.intro2 .i2_tab_content {
  padding-top: 180px;
}
.intro2 {
}
.intro2 {
}
.intro2 {
}
@media screen and (max-width: 1320px) {
  .intro2 .i2_tab_menu {
    width: 767px;
    /* top: -60px; */
    top: 100px;
  }
  .intro2 .i2_tab_content {
    padding-top: 160px;
  }
}
@media screen and (max-width: 767px) {
    .intro2 .i2_tab_menu {
        max-width: 767px;
        width: 90%;
        gap: 10px;
        top: 20px;
        justify-content: center;
    }
    .intro2 .i2_tab_content {
        padding-top: 0;
    }
    .doc_sch {
    margin-top: 40px;
    width: 100%;
    overflow-x: auto;
    margin-bottom: 70px;
  }
  .doc_sch_wrap {
    width: 530px;
    padding-bottom: 10px;
  }
  .doc_sch_wrap img {
    width: 100%;
  }
  .doc_sch::-webkit-scrollbar {
    height: 7px;
  }
  .intro2 .i2_tab_menu .name {
    font-size: 16px;
  }
  .intro2 .i2_tab_menu .pos {
    font-size: 14px;
  }
  .doc_sch > span {
    color: #717171;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    display: block;
    margin-top: 4px;
  }
}

.intro3 {
}
.intro3 .sec1 .sec1_bg {
  background-color: #172e59;
}
.intro3 .sec1 .sec1_bg2 {
  background-color: #fff;
}
.intro3 .sec1_cont1 {
  padding: 120px 0;
  display: flex;
  gap: 40px;
}

.intro4 .sec1 {
  padding-top: 120px;
  background: url(/img/intro/sec4_1_bg.png) no-repeat center 0%;
}
.intro4 .img_box {
  display: flex;
  gap: 30px;
  margin: 100px auto;
}
.intro4 .intro_swiper .swiper-wrapper {
  align-items: flex-end;
  width: 100%;
  margin: 0 auto;
}
.intro4 .intro_swiper {
  width: 100%;
  max-width: 1320px;
  overflow: visible;
}
.intro4 .sec2 {
  margin-top: 100px;
  margin-bottom: 185px;
}
.intro4 .intro_swiper .swiper-slide {
}
.intro4 .intro_swiper .swiper-slide img {
  border-radius: 30px;
}
.intro4 .intro_swiper .swiper-slide.swiper-slide-active {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
.intro4 .intro_swiper .swiper-slide.swiper-slide-active img {
  width: 100%;
}
.intro4 .intro_swiper .swiper-slide.swiper-slide-active img {
}
.intro4 .intro_swiper .swiper-slide.swiper-slide-next,
.intro4 .intro_swiper .swiper-slide.swiper-slide-prev {
}
.intro4 .intro_swiper .swiper-slide.swiper-slide-next img,
.intro4 .intro_swiper .swiper-slide.swiper-slide-prev img {
}
.intro4 .intro_swiper .swiper-pagination {
  position: initial;
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 100px;
}
.intro4
  .intro_swiper
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 30px;
  width: 80px;
  border-radius: 40px;
  background: #172e59;
  transition: all 0.5s;
}
.intro4 .intro_swiper .swiper-pagination-bullet {
  margin: 0;
  width: 30px;
  height: 30px;
  background-color: #d9d9d9;
  transition: all 0.5s;
}
.intro4 .intro_swiper .swiper-slide {
  transform: scale(0.8);
  transform-origin: center bottom;
  filter: brightness(0.4);
  transition: 0.4s;
}
.intro4 .intro_swiper .swiper-slide.swiper-slide-active {
  transform: scale(1);
  transform-origin: bottom;
  filter: brightness(1);
}
.intro4 .intro_swiper img {
}
.intro4 .new_con {
  margin-top: 50px;
}
.intro4 .new_con video {
  width: 100%;
  border-radius: 30px;
}

.intro5 .sec1_bg {
  background-color: #172e59;
}
.intro5 .sec1_cont1 {
  padding: 120px 0;
}
.intro5 .sec1_cont1 h3 {
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
}
.intro5 .sec1_cont1 > ul {
  margin-top: 40px;
  display: flex;
  gap: 40px;
}
.intro5 .sec1_cont1 > ul li {
  width: 25%;
}
.intro5 .sec1_cont1 > ul li img {
  width: 100%;
}
.intro5 .sec2 {
  padding: 120px 0;
  background: #eff8ff;
}
.intro5 .sec2_cont1 {
  margin: 0 auto;
}
.intro5 .sec2_cont1 h3 {
  color: #4a4a4a;
  text-align: center;
  font-family: Pretendard;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  text-align: left;
}
.intro5 .sec2_cont1 .map_box {
  margin: 40px auto;
}
.intro5 .sec2_cont1 ul {
  border-top: 4px solid #d0d0d0;
}
.intro5 .sec2_cont1 ul li {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 40px 60px;
  border-bottom: 1px solid #d0d0d0;
}
.intro5 .sec2_cont1 ul li p {
  color: #5b5b5b;
  text-align: center;
  font-family: Pretendard;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
}
.intro5 .map_box {
}
.intro5 #map {
  width: 100%;
  height: 600px;
}
.map3 {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
.map3_txt {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}
.map3_txt1 {
  font-size: 30px;
  font-weight: 600;
}
.map3_txt2 {
  font-weight: 500;
  font-size: 20px;
  margin-top: 30px;
}
.map3_txt3 {
  font-size: 18px;
  margin-top: 10px;
}
.map3_img {
  width: 50%;
}

@media screen and (max-width: 1320px) {
  .off_card {
    max-width: 432px;
  }
}
.intro1 .sec2_cont1_layout {
  gap: 10px;
}

@media screen and (max-width: 769px) {
  .intro1 .sec2 {
    padding-top: 120px;
    padding-bottom: 120px;
    background: #e8eef9 url(/img/intro/sec2_1_bg_mo.png) no-repeat center 0% /
      cover;
  }
  .intro1 .sec1 {
    display: none;
  }
  .intro1 .mo_sec1 {
    display: block;
  }
  .intro1 .mo_sec1 .bg_color {
    background-color: #2e436a;
    padding: 20px 30px 30px 30px;
  }
  .intro1 .mo_img {
    text-align: center;
  }
  .intro1 .mo_img img {
    width: 100%;
  }
  .intro1 .mt_40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .intro2 .sec1 {
    padding: 0;
    background: none;
  }
  .intro1 .sec2 {
    padding-bottom: 75px;
  }
  .intro4 .sec1 {
    padding-top: 0px;
    background: none;
  }
  .intro4 .img_box {
    display: flex;
    gap: 30px;
    margin: 30px 0 50px 0;
    flex-direction: column;
  }
  .intro4 .img_box img {
    width: 100%;
  }
  .intro5 .sec1_cont1 > ul {
    gap: 15px;
    flex-wrap: wrap;
  }
  .intro5 .sec2 {
    padding: 40px 0;
  }
  .intro5 .sec1_cont1 h3,
  .intro5 .sec2_cont1 h3 {
    font-size: 18px;
  }
  .intro5 .sec1_cont1 > ul li {
    width: 47%;
  }
  .intro5 .sec1_cont1 {
    padding: 40px;
  }
  .intro5 #map {
    height: 350px;
  }
  .intro5 .sec2_cont1 {
    margin: 0px auto;
  }
  .intro5 .sec2_cont1 ul li {
    padding: 10px 20px;
  }
  .intro5 .sec2_cont1 ul li p {
    font-size: 14px;
  }
  .intro5 .sec2_cont1 ul li div {
    max-width: 20px;
  }

  .intro4 .intro_swiper .swiper-pagination {
    display: none;
  }
  .intro4 .intro_swiper {
    max-width: 320px;
  }
  .intro4 .sec2 {
    margin-bottom: 60px;
    margin-top: 50px;
  }
  .intro4 .intro_swiper .swiper-slide {
    transform: scale(0.9);
  }
  .map2 img {
    width: 100%;
  }
  .intro5 .sec1_cont1 > ul {
    justify-content: center;
  }

  .map3 {
    flex-direction: column;
    margin-top: 15px;
  }
  .map3_img {
    width: 100%;
  }
  .map3_txt1 {
    font-size: 25px;
  }
  .map3_txt2 {
    font-size: 18px;
    margin-top: 10px;
  }
  .map3_txt3 {
    font-size: 15px;
    margin-top: 0;
  }
}

/* 개인정보 수정 */

/* sub */
#sub_content {
  width: 1210px;
  margin: 0 auto;
  padding-top: 180px;
}
.sub_section {
  padding: 100px 0;
}
.sub_section.bg1 {
  background: #f7f7f8;
}
#sub_title {
  padding-top: 55px;
}
#sub_title .info {
  overflow: hidden;
  margin-bottom: 30px;
}
#sub_title .info li {
  float: left;
  font-size: 1em;
  color: #666;
  line-height: 1.5em;
}
#sub_title .info li a {
  color: #666;
}
#sub_title .info li:after {
  content: '\f054';
  font-size: 0.625em;
  font-weight: 300;
  font-family: 'Font Awesome 5 Pro';
  margin: 0 20px;
  position: relative;
  top: -3px;
}
#sub_title .info li:last-child:after {
  display: none;
}
#sub_title h2 {
  font-size: 3.125em;
  line-height: 1.3em;
  font-weight: 700;
}
#sub_title p {
  font-size: 1.25em;
  color: #33bdff;
  line-height: 1.4em;
  font-weight: 700;
  font-family: 'Montserrat';
  margin-top: 10px;
  text-transform: uppercase;
}
.sub_title {
  text-align: center;
}
.sub_title h3 {
  font-size: 3.125em;
  line-height: 1.3em;
  font-weight: 700;
}
.sub_title p {
  font-size: 1em;
  color: #666;
  line-height: 1.8em;
  margin-top: 20px;
}
.s_txt1 {
  font-size: 1em;
  color: #666;
  line-height: 1.8em;
}
.s_txt2 {
  font-size: 1.875em;
  line-height: 1.5em;
  font-weight: 700;
  margin-bottom: 20px;
}
.s_txt3 {
  font-size: 1.125em;
  line-height: 1.5em;
  font-weight: 500;
}
.s_txt4 {
  font-size: 1.25em;
  line-height: 1.75em;
  font-weight: 500;
}
.line {
  width: 100%;
  height: 1px;
  background: #dcdcdc;
  margin: 50px 0;
}
@media screen and (max-width: 1024px) {
  #sub_content {
    padding-top: 100px;
    width: 90%;
  }
  .sub_section {
    padding: 10vw 0;
  }
  #sub_title {
    padding-top: 6vw;
  }
  #sub_title .info {
    margin-bottom: 2vw;
  }
  #sub_title .info li:after {
    margin: 0 10px;
    top: -1px;
  }
  #sub_title h2 {
    font-size: 2.7em;
  }
  #sub_title p {
    font-size: 1.125em;
    margin-top: 1vw;
  }
  .sub_title h3 {
    font-size: 2.6em;
  }
  .sub_title p {
    line-height: 1.7em;
    margin-top: 2vw;
  }
  .s_txt1 {
    line-height: 1.7em;
  }
  .s_txt2 {
    font-size: 1.5em;
    margin-bottom: 2vw;
  }
  .s_txt4 {
    font-size: 1.14em;
  }
  .line {
    margin: 5vw 0;
  }
}

@media screen and (max-width: 767px) {
  #sub_title h2 {
    font-size: 2.5em;
  }
  .sub_title h3 {
    font-size: 2.4em;
  }
}

.sub_top_box .txt_box {
  padding-left: 695px;
}
.sub_top_box .txt_box p {
  font-size: 1em;
  color: #666;
  line-height: 1.8em;
  margin-top: 20px;
}
.sub_top_box .txt_box p:first-child {
  margin-top: 0;
}
.sub_top_box .img_box {
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 50px;
}
@media screen and (max-width: 1320px) {
  .sub_top_box .txt_box {
    padding-left: 40%;
  }
}

@media screen and (max-width: 1024px) {
  .sub_top_box .txt_box {
    padding-left: 20%;
  }
  .sub_top_box .txt_box p {
    line-height: 1.7em;
    margin-top: 2vw;
  }
  .sub_top_box .img_box {
    height: 35vw;
    margin-top: 4vw;
  }
}

@media screen and (max-width: 767px) {
  .sub_top_box .txt_box {
    padding-left: 0;
    margin-top: 5vw;
  }
}

.sub_table_box1 {
  width: 100%;
}
.sub_table_box1 thead th {
  background: #191919;
  padding: 12px 0;
  font-size: 1.125em;
  color: #fff;
  line-height: 1.5em;
  font-weight: 500;
  border-left: 1px solid #dcdcdc;
}
.sub_table_box1 thead th:first-child {
  border-left: 0;
}
.sub_table_box1 tbody th {
  font-size: 1.25em;
  line-height: 1.4em;
  font-weight: 500;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #dcdcdc;
  padding: 13px 3px;
}
.sub_table_box1 tbody th span {
  font-size: 0.8em;
  color: #666;
  line-height: 1.3em;
  font-weight: 400;
  display: block;
  margin-bottom: 4px;
}
.sub_table_box1 tbody td {
  padding: 13px 16px;
  background: #fff;
  border-bottom: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  text-align: center;
  font-size: 1em;
  color: #666;
}
.sub_table_box1 tbody td img {
  max-width: 100%;
}
.sub_table_box1.case2 tbody td:first-child {
  border-left: 0;
}
.sub_table_box2 {
  width: 100%;
  border-top: 1px solid #dcdcdc;
}
.sub_table_box2 tbody th {
  background: #191919;
  padding: 12px 0;
  font-size: 1em;
  color: #fff;
  line-height: 1.5em;
  font-weight: 500;
  border-bottom: 1px solid #dcdcdc;
}
.sub_table_box2 tbody td {
  padding: 13px 16px;
  background: #fff;
  border-bottom: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  font-size: 1em;
  color: #666;
}
@media screen and (max-width: 1024px) {
  .sub_table_box1 thead th {
    font-size: 1em;
  }
  .sub_table_box1 tbody th {
    font-size: 1em;
    padding: 10px 3px;
  }
  .sub_table_box1 tbody th span {
    margin-bottom: 2px;
  }
  .sub_table_box1 tbody td {
    padding: 10px 5px;
  }
  .sub_table_box2 tbody th {
    font-size: 1em;
    padding: 10px 3px;
  }
  .sub_table_box2 tbody td {
    padding: 10px 5px;
  }
}

.privacy_box .t1 {
  font-size: 1.25em;
  color: #33bdff;
  line-height: 1.5em;
  font-weight: 500;
  margin-bottom: 10px;
}
.privacy_box .t2 {
  font-size: 1em;
  color: #666;
  line-height: 1.75em;
}
.privacy_box .list1 dt {
  font-size: 1.125em;
  line-height: 1.5em;
  font-weight: 500;
  margin-bottom: 5px;
}
.privacy_box .list1 dd {
  font-size: 1em;
  color: #666;
  line-height: 1.75em;
  margin-bottom: 25px;
}
.privacy_box .list1 dd:last-child {
  margin-bottom: 0;
}
.privacy_box .list2 {
  width: 100%;
  background: #f7f7f8;
  padding: 30px;
}
.privacy_box .list2 strong {
  display: block;
  font-size: 1em;
  color: #191919;
  font-weight: 500;
  margin-bottom: 10px;
}
.privacy_box .list2 ul {
  width: 100%;
  overflow: hidden;
}
.privacy_box .list2 ul li {
  float: left;
  width: 50%;
  margin-bottom: 5px;
  font-size: 0.93em;
  color: #666;
  line-height: 1.7em;
}
.privacy_box .list2 ul li:nth-child(even) + li {
  clear: both;
}
@media screen and (max-width: 1024px) {
  .privacy_box .list1 dd {
    margin-bottom: 4%;
  }
  .privacy_box .list2 {
    padding: 20px;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .privacy_box .list2 ul li {
    float: none;
    width: auto;
  }
}
.mt50 {
  margin-top: 50px !important;
}
.mt5 {
  margin-top: 5px !important;
}
@media all and (max-width: 1024px) {
  .mt50 {
    margin-top: 5vw !important;
  }
}

.sub_list_box2 > li {
  font-size: 1em;
  color: #666;
  line-height: 1.7em;
  margin-bottom: 3px;
  padding-left: 16px;
  position: relative;
}
.sub_list_box2 > li:last-child {
  margin-bottom: 0;
}
.sub_list_box2 > li:before {
  content: '-';
  position: absolute;
  left: 0;
  top: 0;
} /* 개인정보 끝 */

/* 비급여 시작 */
.mt30 {
  margin-top: 10px;
}
.pay_fbx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
} /* .pay_fbx .table_option { position: relative; height: 100%; } .pay_fbx .table_option::after { content: '∨'; position: absolute; top: 50%; transform: translateY(-50%); font-size: 10px; right: 20px; } */
.pay_fbx #table_option {
  border-radius: 0 10px 0 0;
  cursor: pointer;
  height: 30px;
  font-size: 18px;
  padding: 0 10px;
  position: relative;
  -webkit-appearance: auto; /* 크롬 화살표 없애기 */
  -moz-appearance: auto; /* 파이어폭스 화살표 없애기 */
  appearance: auto; /* 화살표 없애기 */
}

/* .table_pay { height: min-content; display: block; } */
.table_pay {
  min-height: 300px;
  padding-bottom: 50px;
}
.pay_wrap_table {
  width: 100%;
  margin: 50px auto;
  border-left: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  border-top: 2px solid #434343;
}
.pay_top {
  border-top: 2px solid #434343;
  border-bottom: 1px solid #cacaca;
  font-size: 14px;
  height: 50px;
  background: #efefef;
}
.pay_top th:first-child {
  border-left: 0;
}
.pay_top th {
  border-left: 1px solid #cacaca;
  text-align: center;
  vertical-align: middle;
}
.pay_bo {
  text-align: center;
  font-size: 14px;
  height: 60px;
}
.pay_bo td:first-child {
  border-left: 0;
}
.pay_bo td {
  vertical-align: middle;
  border-left: 1px solid #cacaca;
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #cacaca;
}
.pay_bo {
  display: none;
}
.pay_bo.on {
  display: contents !important;
}
#table_option {
  -webkit-appearance: auto !important;
  border: 1px solid #000 !important;
  -moz-appearance: auto !important;
  appearance: auto !important;
}
@media screen and (max-width: 1024px) {
  /* .pay_top * { white-space: nowrap; } */
  .pay_fbx {
    flex-direction: column;
    align-items: flex-start;
  }
  .pay_fbx > p {
    line-height: 1.2;
  }
  .table_option {
    margin-top: 10px;
  }
  .table_pay {
    overflow: auto;
    position: relative;
  }
  .pay_bo td {
    word-break: normal;
  }
}
/* 비급여 끝 */

.notice_detail_tit_group {
  border-bottom: 1px solid #4a4a4a;
}
.notice_detail_tit_group .notice_detail_tit_cont {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}
.notice_detail_tit_group .notice_detail_tit {
  font-size: 30px;
  font-weight: 600;
  color: #4a4a4a;
}
.notice_detail_tit_group .notice_detail_date {
  font-size: 24px;
  color: #4a4a4a;
}

.notice_cont_group {
  padding: 50px 0;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #4a4a4a;
}
.detail_img {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail_txt {
  width: 80%;
  margin: 0 auto;
  padding-top: 30px;
  line-height: 1.5;
  font-size: 18px;
}

.detail_btn_group {
  padding: 30px 0 130px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.detail_btn_left {
  display: flex;
  gap: 15px;
}
.detail_btn_left1,
.detail_btn_left2 {
  cursor: pointer;
  transition: 0.4s;
  font-size: 30px;
  font-weight: 600;
  color: #888;
}
.detail_btn_left > div:hover {
  color: #000;
}
.btn_line {
  height: 30px;
  width: 1px;
  background-color: #888;
}
.right_btn {
  display: flex;
  transition: 0.4s;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-sizing: border-box;
  font-weight: 600;
  color: #fff;
  background-color: #172e59;
  cursor: pointer;
  width: 150px;
  height: 50px;
}
.right_btn:hover {
  filter: brightness(0.8);
}

.review_detail_tit_cont {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.review_detail_tit_cont > div {
  padding: 22px 40px;
}
.review_detail_tit_cont2 {
  display: flex;
}
.review_detail_tit_cont2 > div {
  width: 50%;
}
.tit_group_bx {
  display: flex;
  gap: 40px;
  align-items: center;
}
.tit_group_bx1 {
  font-size: 30px;
  font-weight: 600;
}
.tit_group_bx_line {
  width: 2px;
  height: 25px;
  background-color: #4a4a4a;
  border-radius: 50px;
}
.tit_group_bx2 {
  display: flex;
  gap: 30px;
  align-items: center;
}
.tit_group_bx2_1 {
  font-size: 30px;
  color: #772511;
}
.tit_group_bx2_2 {
  font-size: 26px;
  color: #4a4a4a;
}
.tit_group_bx3 {
}
.review_detail_tit_cont1 {
  border-bottom: 1px solid #b5b5b5;
}

@media screen and (max-width: 767px) {
  .community1 .sec1_cont {
    display: none;
  }
  .notice_detail_tit_group .notice_detail_tit {
    font-size: 16px;
  }
  .notice_detail_tit_group .notice_detail_date {
    font-size: 12px;
  }
  .notice_detail_tit_group .notice_detail_tit_cont {
    padding-bottom: 10px;
  }
  .detail_txt {
    font-size: 14px;
  }
  .detail_btn_left1,
  .detail_btn_left2 {
    font-size: 18px;
  }
  .btn_line {
    height: 18px;
  }
  .detail_btn_left {
    align-items: center;
  }
  .right_btn {
    border-radius: 5px;
    width: 130px;
    height: 40px;
    font-size: 16px;
  }
  .detail_btn_group {
    padding-bottom: 30px;
  }

  .review_detail_tit_cont > div {
    padding: 5px 10px;
  }
  .review_detail_tit_cont {
    width: 100%;
  }
  .tit_group_bx {
    gap: 18px;
  }
  .tit_group_bx1 {
    font-size: 16px;
  }
  .tit_group_bx_line {
    height: 20px;
  }
  .tit_group_bx2_1 {
    font-size: 16px;
  }
  .tit_group_bx2_2 {
    font-size: 14px;
  }
  .review_detail_tit_cont2 {
    justify-content: space-between;
  }
  .review_detail_tit_cont2 > div {
    width: auto;
  }
  .community5 .sec1_cont {
    display: flex;
    padding-bottom: 15px;
  }
  .community5 .sec1_cont_tit {
    display: block;
    font-size: 16px;
  }
}
