.sub_top.charac {
  background: url(/new/img/sub/sub_charac_bg.png) no-repeat center 0% / cover;
}
@media screen and (max-width: 768px) {
  .sub_top.charac {
    background: url(/new/img/sub/sub_charac_bg_m.png) no-repeat center 0% /
      cover;
  }
}
.charac_1_1 {
  padding: 130px 0;
}
.charac_1_1 .tit_wrap {
  text-align: center;
  margin-bottom: 70px;
}
.charac_1_1 .tit_wrap h3 {
  font-size: 46px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .charac_1_1 {
    padding: 70px 0;
  }
  .charac_1_1 .tit_wrap h3 {
    font-size: 22px;
    letter-spacing: -1.32px;
    margin-bottom: 20px;
  }
  .charac_1_1 .tit_wrap {
    margin-bottom: 30px;
  }
  .charac_1_1 .img_wrap {
    max-width: 450px;
    margin: 0 auto;
  }
}
.charac_1_2 {
  padding: 130px 0;
}
.charac_1_2 .w1280 {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.charac_1_2 .slider_wrap {
  width: 50%;
}
.charac_1_2 .txt_wrap {
  width: 45%;
}
.charac_1_2 .txt_wrap h3 {
  font-size: 46px;
  margin-bottom: 20px;
}
.charac_1_2 .txt_wrap p.sub_tit_txt {
  margin-bottom: 20px;
}
.charac_1_2 .txt_wrap ul {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 0;
  gap: 10px;
}
.charac_1_2 .txt_wrap ul li {
  border-radius: 9999px;
  border: 1px solid #1c5c6b;
  color: #1c5c6b;
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  padding: 4px 24px;
}
.charac_1_2 .txt_wrap ul li:first-child {
  color: #fff;
  background: #1c5c6b;
}
@media screen and (max-width: 1024px) {
  .charac_1_2 .w1280 {
    flex-direction: column;
  }
  .charac_1_2 .txt_wrap {
    width: 100%;
  }
  .charac_1_2 .slider_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .charac_1_2 {
    padding: 70px 0;
  }
  .charac_1_2 .w1280 {
    gap: 40px;
  }
  .charac_1_2 .txt_wrap {
    text-align: center;
  }
  .charac_1_2 .txt_wrap h3 {
    font-size: 22px;
    letter-spacing: -1.32px;
  }
  .charac_1_2 .txt_wrap ul {
    padding: 0;
    justify-content: center;
    gap: 6px;
  }
  .charac_1_2 .txt_wrap ul li {
    font-size: 13px;
    padding: 3px 15px;
  }
  .slider_wrap .info_group p {
    font-size: 11px;
    letter-spacing: -0.22px;
  }
}
.charac_1_3 {
  padding: 130px 0;
}
.charac_1_3 .tit_wrap {
  margin-bottom: 80px;
  text-align: center;
}
.charac_1_3 .tit_wrap h3 {
  font-size: 46px;
  margin-bottom: 20px;
}
.charac_1_3 .con_wrap {
  display: flex;
  gap: 1vw;
}
.charac_1_3 .con ._cover {
  position: relative;
  margin-bottom: 20px;
}
.charac_1_3 .con b {
  position: absolute;
  bottom: 0;
  left: 0;
  color: var(--grayscale-00-white, #fff);
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  padding: 13px 0px;
  line-height: 100%; /* 24px */
  letter-spacing: -0.48px;
  background: var(--grayscale-50002, #737373);
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.charac_1_3 .con:nth-child(2) b {
  background: #1c5c6b;
}
.charac_1_3 .con p {
  color: var(--grayscale-700, #404040);
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 28.8px */
  letter-spacing: -0.36px;
}
@media screen and (max-width: 768px) {
  .charac_1_3 {
    padding: 70px 0;
  }
  .charac_1_3 .tit_wrap {
    margin-bottom: 30px;
  }
  .charac_1_3 .tit_wrap h3 {
    font-size: 22px;
    letter-spacing: -1.32px;
  }
  .charac_1_3 .con p {
    font-size: 14px;
  }
  .charac_1_3 .con_wrap {
    flex-direction: column;
    gap: 30px;
  }
  .charac_1_3 .con b {
    padding: 8px 0;
    font-size: 14px;
    letter-spacing: -0.28px;
  }
  .charac_1_3 .con ._cover {
    margin-bottom: 10px;
  }
}
.charac_1_4 {
  background: linear-gradient(
      180deg,
      rgba(28, 92, 107, 0) 56.58%,
      rgba(28, 92, 107, 0.3) 100%
    ),
    #fff;
}

.charac_1_4 .w1440 {
  padding: 130px 0 300px;
  position: relative;
  box-sizing: border-box;
}
.charac_1_4 .tit_wrap h3 {
  margin-bottom: 20px;
  font-size: 46px;
}
.charac_1_4 .tit_wrap {
  margin-bottom: 80px;
  text-align: center;
}
.charac_1_4 .txt_wrap {
  display: flex;
  flex-direction: column;
  gap: 36px;
  align-items: center;
}
.charac_1_4 .txt_wrap:before {
  content: '';
  display: block;
  width: 25px;
  height: 20px;
  background: url('/new/img/sub/charac_1_4_icon.svg') no-repeat center / contain;
}
.charac_1_4 .txt_wrap:after {
  content: '';
  display: block;
  width: 25px;
  height: 20px;
  background: url('/new/img/sub/charac_1_4_icon.svg') no-repeat center / contain;
  transform: rotate(180deg);
}
.charac_1_4 .txt_wrap p {
  color: var(--grayscale-800, #262626);
  text-align: center;
  font-family: 'Noto Serif CJK KR';
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 30.8px */
  letter-spacing: -1.32px;
}
.charac_1_4 .txt_wrap p:not(:last-child) {
  margin-bottom: 16px;
}
.charac_1_4 img.float {
  position: absolute;
  opacity: 0;
  transition: 0.7s;
  transform: translateY(30px);
}
.charac_1_4 img.float:nth-of-type(1) {
  right: 0;
  top: 30%;
  transition-delay: 0.3s;
}
.charac_1_4 img.float:nth-of-type(2) {
  left: 0;
  top: 60%;
  transition-delay: 0.7s;
}
.charac_1_4 img.float:nth-of-type(3) {
  right: 10%;
  bottom: 10%;
  transition-delay: 1.1s;
}
.charac_1_4.active img {
  opacity: 1;
  transform: translateY(0px);
}
.charac_1_4 .float_swiper {
  display: none;
}
@media screen and (max-width: 1350px) {
  .charac_1_4 img.float {
    transform: scale(0.8);
  }
  .charac_1_4 img.float:nth-of-type(1) {
    right: -10%;
  }
  .charac_1_4 img.float:nth-of-type(2) {
    left: -10%;
  }
}
@media screen and (max-width: 1024px) {
  .charac_1_4 img.float {
    display: none;
  }
  .charac_1_4 .float_swiper {
    display: block;
    width: 100vw;
    position: relative;
    left: -5vw;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .charac_1_4 .w1440 {
    padding: 70px 0;
  }

  .charac_1_4 .tit_wrap {
    margin-bottom: 30px;
  }
  .charac_1_4 .tit_wrap h3 {
    font-size: 22px;
  }
  .charac_1_4 .txt_wrap {
    gap: 17px;
  }
  .charac_1_4 .txt_wrap p {
    font-size: 15px;
    letter-spacing: -0.9px;
    /* margin-bottom: 14px; */
  }
  .charac_1_4 .txt_wrap p:not(:last-child) {
    margin-bottom: 14px;
  }
  .charac_1_4 .txt_wrap:before,
  .charac_1_4 .txt_wrap:after {
    width: 15px;
    height: 12px;
  }
  .charac_1_4 .tit_wrap h3 {
    font-size: 22px;
    letter-spacing: -1.32px;
  }
}
.charac_1_7 .float_swiper_2 {
  display: none;
}
@media screen and (max-width: 1024px) {
  .charac_1_5 .w1280 {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1024px) {
  .charac_1_7 .float_swiper_2 {
    display: block;
    width: 100vw;
    position: relative;
    left: -5vw;
    margin-bottom: 30px;
  }
}
.charac_1_8 {
  padding: 130px 0;
}
.charac_1_8 .tit_wrap {
  margin-bottom: 60px;
  text-align: center;
}
.charac_1_8 .tit_wrap h3 {
  margin-bottom: 20px;
}
.charac_1_8 ul {
  display: flex;
  gap: 9.9vw;
}
.charac_1_8 ul li {
  flex: 1;
}
.charac_1_8 ul li ._cover {
}
.charac_1_8 ul li .txt_wrap {
  position: relative;
}
.charac_1_8 ul li .txt_wrap b {
  padding: 28px 10px;
  display: block;
  color: var(--grayscale-800, #262626);
  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 24px */
  letter-spacing: -0.48px;
  border-bottom: 1px solid var(--grayscale-40001, #a3a3a3);
  box-sizing: border-box;
}
.charac_1_8 ul li .txt_wrap p {
  color: var(--grayscale-800, #262626);
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 32px */
  letter-spacing: -0.4px;
  padding: 14px 10px;
  box-sizing: border-box;
  border-bottom: 1px solid var(--grayscale-40001, #a3a3a3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.charac_1_8 ul li .list {
  position: absolute;
  transform: translateX(-50%);
  left: calc(100% + 4.95vw);
  top: 81px;
}
.charac_1_8 ul li .list > div {
  min-height: 93px;
  display: flex;
  align-items: center;
}
.charac_1_8 ul li .list .round {
  border-radius: 9999px;
  border: 1px solid #1c5c6b;
  background: #1c5c6b;
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 27px */
  padding: 4px 24px;
  box-sizing: border-box;
}
.charac_1_8 ul li .txt_wrap p {
  min-height: 93px;
}
@media screen and (max-width: 768px) {
  .charac_1_8 {
    padding: 70px 0;
  }
  .charac_1_8 .tit_wrap {
    margin-bottom: 30px;
  }
  .charac_1_8 .tit_wrap h3 {
    font-size: 22px;
    letter-spacing: -1.32px;
  }
  .charac_1_8 ul {
    flex-direction: column;
  }
  .charac_1_8 ul li .list {
    position: static;
    transform: translate(0);
  }
  .charac_1_8 ul li .txt_wrap {
    display: flex;
    align-items: flex-end;
  }
  .charac_1_8 ul li .txt_wrap b {
    padding: 20px 10px;
    font-size: 16px;
    letter-spacing: -0.32px;
  }
  .charac_1_8 ul li .txt_wrap p {
    min-height: 70px;
    font-size: 15px;
    letter-spacing: -0.3px;
    padding: 10px;
  }
  .charac_1_8 ul li .txt_wrap .content {
    flex: 1;
  }
  .charac_1_8 ul li .list > div {
    min-height: 70px;
  }
  .charac_1_8 ul li .list .round {
    font-size: 14px;
    padding: 4px 16px;
  }
}
.charac_2_1 {
  padding: 130px 0 80px;
}

.charac_2_1 ul li .list > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.charac_2_1 ul li .list span {
  color: var(--grayscale-800, #262626);
  text-align: center;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 22.5px */
}
@media screen and (max-width: 1024px) {
  .charac_2_1 ul li .txt_wrap p {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .charac_2_1 {
    /* flex-direction: column-reverse; */
    padding: 70px 0;
  }
  .charac_2_1 ul li .txt_wrap p {
    font-size: 14px;
  }
  .charac_2_1 ul li .list {
    width: 60px;
  }
  .charac_2_1 ul li .list img {
    width: 29px;
  }
  .charac_2_1 ul li .list span {
    font-size: 10px;
  }
}
.charac_2_2 .tit_wrap h3 {
  font-size: 34px;
}
@media screen and (max-width: 768px) {
  .charac_2_2 .tit_wrap h3 {
    font-size: 22px;
  }
}
.charac_2_3 .tit_wrap {
  margin-bottom: 80px;
  text-align: center;
}
.charac_2_3 .tit_wrap h3 {
  font-size: 46px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1280px) {
  .charac_2_3 .br_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .charac_2_3 .tit_wrap {
    margin-bottom: 40px;
  }
  .charac_2_3 .tit_wrap h3 {
    font-size: 22px;
  }
  .charac_2_3 ul li .txt_wrap strong {
    margin-bottom: 12px;
  }
}
.charac_2_4 .tit_wrap h3 {
  font-size: 46px;
}
.charac_2_4 ul li p {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .charac_2_4 .tit_wrap h3 {
    font-size: 22px;
  }
  .smile_1_5 ul {
    row-gap: 16px;
  }
  .charac_2_4 ul li {
    align-items: center;
    gap: 18px;
  }
  .charac_2_4 ul li ._cover {
    max-width: 70px;
  }
  .charac_2_4 ul li .txt_wrap {
    flex: 1;
  }
  .charac_2_4 ul li p {
    font-size: 16px;
    font-weight: 500;
  }
}
.charac_3_1 {
  padding: 130px 0;
  background: linear-gradient(
      180deg,
      rgba(28, 92, 107, 0) 71.35%,
      rgba(28, 92, 107, 0.3) 100%
    ),
    var(--grayscale-00-white, #fff);
}
.charac_3_1 .inner {
  width: 90%;
  max-width: 1620px;
  margin: 0 auto;
}
.charac_3_1 .tit_wrap {
  margin-bottom: 80px;
  text-align: center;
}
.charac_3_1 .tit_wrap h3 {
  font-size: 46px;
  margin-bottom: 20px;
}
.charac_3_1 .swiper-slide {
  position: relative;
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid transparent;
  transition: 0.45s;
  box-sizing: border-box;
}
.charac_3_1 .swiper-slide:hover {
  border: 1px solid #1c5c6b;
}
.charac_3_1 .swiper-slide ._cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.charac_3_1 .swiper-slide .txt_wrap {
  position: relative;
  z-index: 1;
  padding: 100px 2vw;
  box-sizing: border-box;
  opacity: 0;
  transition: 0.45s;
  background: #fff;
  min-height: 430px;
}
.charac_3_1 .swiper-slide:hover .txt_wrap {
  opacity: 1;
}
.charac_3_1 .swiper-slide .txt_wrap span {
  color: var(--grayscale-40001, #a3a3a3);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 20px;
}
.charac_3_1 .swiper-slide .txt_wrap strong {
  color: var(--grayscale-800, #262626);
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 30.8px */
  display: block;
  margin-bottom: 60px;
}
.charac_3_1 .swiper-slide .txt_wrap p {
  color: var(--grayscale-800, #262626);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 28.8px */
  letter-spacing: -0.36px;
}
@media screen and (max-width: 768px) {
  .charac_3_1 {
    padding: 70px 0;
  }
  .charac_3_1 .tit_wrap {
    margin-bottom: 50px;
  }
  .charac_3_1 .tit_wrap h3 {
    font-size: 22px;
    letter-spacing: -1.32px;
  }
  .charac_3_1 .swiper {
    width: 100vw;
    position: relative;
    left: -10vw;
    margin-bottom: 15px;
  }
  .charac_3_1 .swiper-slide {
    border-radius: 100px;
  }
  .charac_3_1 .swiper-slide .txt_wrap {
    padding: 60px 20px;
    min-height: 260px;
  }
  .charac_3_1 .swiper-slide .txt_wrap span {
    font-size: 11px;
    margin-bottom: 12px;
  }
  .charac_3_1 .swiper-slide .txt_wrap strong {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .charac_3_1 .swiper-slide .txt_wrap p {
    font-size: 12px;

    letter-spacing: -0.24px;
  }
  .charac_3_1 .click {
    text-align: center;
  }
  .charac_3_1 .click img {
    margin: 0 auto 8px;
  }
  .charac_3_1 .click p {
    font-size: 13px;
    text-align: center;
    letter-spacing: -0.26px;
    color: #1c5c6b;
    font-family: Pretendard;
    font-size: 13px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.26px;
  }
}
.charac_3_2 .tit_wrap {
  text-align: center;
  margin-bottom: 80px;
}
.charac_3_2 .tit_wrap h3 {
  margin-bottom: 20px;
}
.charac_3_2 .accordian a > div {
  display: flex;
  align-items: center;
  gap: 1vw;
  width: 90%;
}
.charac_3_2 .accordian a .img_wrap {
  min-width: 72px;
}
.smile_2_3.charac_3_2 .accordian .drop_con > div {
  padding: 20px 2vw 40px;
}
.charac_3_2 .accordian .txt_wrap > p {
  color: var(--grayscale-700, #404040);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 28.8px */
  letter-spacing: -0.36px;
  margin-bottom: 20px;
}
.charac_3_2 .accordian .about_list li {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--grayscale-700, #404040);
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%; /* 28.8px */
  letter-spacing: -0.36px;
}
.charac_3_2 .accordian .about_list li:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background: url('/new/img/sub/charac_3_2_icon.svg') no-repeat center / contain;
}
@media screen and (max-width: 768px) {
  .charac_3_2 .tit_wrap {
    margin-bottom: 30px;
  }
  .charac_3_2 .accordian .drop_con > div {
    flex-direction: column;
  }
  .charac_3_2 .accordian a {
    justify-content: center;
    text-align: center;
    padding: 20px 0;
    font-size: 15px;
    transition: 0.3s;
  }
  .charac_3_2 .accordian li.on a {
    background: var(--grayscale-5002, #fafafa);
  }
  .charac_3_2 .accordian a > div {
    justify-content: center;
    width: 100%;
  }
  .charac_3_2 .accordian a:after {
    content: none;
  }
  .charac_3_2 .accordian .drop_con .img_box {
    text-align: center;
  }
  .charac_3_2 .accordian .txt_wrap > p {
    font-size: 14px;
    letter-spacing: -0.28px;
    margin-bottom: 10px;
  }
  .charac_3_2 .accordian .about_list li {
    font-size: 14px;
    letter-spacing: -0.28px;
    align-items: flex-start;
  }
  .charac_3_2 .accordian .about_list li:before {
    width: 18px;
    height: 18px;
    margin-top: 3px;
  }
  .charac_3_2 .accordian .about_list li p {
    flex: 1;
  }
}
