@charset "utf-8";

/* 
요약 : 신세계 사이먼 CSS 커스텀
상세 : 신세계 사이먼 챗봇 CSS 임시 커스텀
작성자 : 
작성일 : 2024.04.12
-----------------------------------------------------------------------------------------
변경이력
-----------------------------------------------------------------------------------------
No        날짜            작성자                 내용
-----------------------------------------------------------------------------------------
1         2024.04.12      박세연                 최초 작성
-----------------------------------------------------------------------------------------
*/

.intro-charactor .charactors {
  display: block;
  overflow: hidden;
  width: 80vw !important;
  max-width: 344px !important;
}

.intro-charactor .charactors > span{
  display: block;
  overflow: hidden;
}

.introOuter{
  height: inherit !important;
}

.intro-wrap{
  transform: none !important;
  -webkit-transform: none !important;
  left: inherit !important;
  position: static !important;
  max-width: 768px !important;
}