* {
  /* div 클릭 시 파란색 깜빡임 제거 */
  -webkit-tap-highlight-color: transparent !important;
  -webkit-focus-ring-color: transparent !important;
}

.sub-container {
    min-width: 0;
    height: calc(100vh - 120px);
    min-height: inherit;
	min-height: calc(100svh - 120px);
	max-height: calc(100lvh - 120px);
    background-color: #F4F8FF;
    width: 100%;
    padding: 50px 20px;
    overflow-y: scroll;
	-ms-overflow-style: none;
}

.sub-container::-webkit-scrollbar {
	display: none;
}

.sub-chat-container  {
    min-width: 0;
    background-color: #fff;
    width: 100%;
    height: calc(100vh - 250px);
	min-height: calc(100svh - 188px);
	max-height: calc(100lvh - 188px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.sub-chat-container.talk-chat {
    background-color: #f6f7f9;
}
.sub-chat-container.doc-chat {
    background-color: #f7f1f9ab;
}
.sub-chat-container.qna-chat {
    background-color: #FFFBF6 !important;
}
.sub-chat-container.share-chat{
	height: calc(100vh);
	min-height: calc(100svh);
    max-height: calc(100lvh);
}
.sub-list-container {
    min-width: 0;
    width: 100%;
    height: calc(100vh - 120px);
    min-height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    overflow-y: scroll;
    -ms-overflow-style: none;
    background-color: #fff;
}

.sub-list-container::-webkit-scrollbar {
	display: none;
}

.sub-login-container  {
    min-width: 0;
    background-color: #F4F8FF;
    width: 100%;
    height: calc(100vh - 120px);
	min-height: calc(100svh - 120px);
	max-height: calc(100lvh - 120px);
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    overflow-y: auto;
}

.pc-sub-04-checkbox-container {
    display: flex;
    gap: 20px;
    align-items: center;
    cursor: default;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
 	-ms-user-select: none;
 	-webkit-user-drag: none;
}
.pc-sub-04-checkboxs {
    display: flex;
    gap: 8px;
    align-items: center;
}

.pc-sub-04-checkbox + label {
    background-color: #9e9e9e;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.mobile .pc-sub-04-checkbox + label {
    width: 20px;
    height: 20px;
}
.pc-sub-04-checkbox:checked + label {
    background-color: #296591
}

.sub-mypage-container  {
    min-width: 0;
    background-color: #fff;
    width: 100%;
    height: calc(100vh - 188px);
	min-height: calc(100svh - 120px);
	max-height: calc(100lvh - 120px);
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    overflow-y: scroll;
    -ms-overflow-style: none;
}

.sub-mypage-container::-webkit-scrollbar {
	display: none;
}

.sub-info-container  {
    min-width: 0;
	background-color: #F4F8FF;
    width: 100%;
    height: calc(100vh - 120px);
	min-height: calc(100svh - 120px);
	max-height: calc(100lvh - 120px);
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    overflow-y: scroll;
    -ms-overflow-style: none;
    padding-bottom: 68px;
}

.sub-info-container::-webkit-scrollbar {
	display: none;
}

.sub-unregister-container  {
    min-width: 0;
    background-color: #F4F8FF;
    width: 100%;
    height: calc(100vh - 120px);
	min-height: calc(100svh - 120px);
	max-height: calc(100lvh - 120px);
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    overflow-y: scroll;
	-ms-overflow-style: none;
}

.sub-unregister-container::-webkit-scrollbar {
	display: none;
}

.sub-charge-container  {
    min-width: 0;
    background-color: #fff;
    width: 100%;
    min-height: calc(100svh - 120px);
	max-height: calc(100lvh - 120px);
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    overflow-y: scroll;
	-ms-overflow-style: none;
}

.sub-charge-container::-webkit-scrollbar {
	display: none;
}

.sub-infos {
	width: 100%;
}

.sub-input-groups-total-div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: calc(100dvh - 340px);
	
}

.sub-input-group__select {
	width: 100%;
	display: flex;
	justify-content: center;
}

.sub-title {
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: bold;
    color: #3d3d3d;
}
.sub-title-s {
    font-size: 15px;
    color: rgba(61, 61, 61, 0.8);
    padding-bottom: 50px;
    line-height: 20px;
}
.sub-title-xs {
    font-size: 13px;
    color: rgba(61, 61, 61, 0.8);
}
.sub-title-xs2 {
    font-size: 13px;
    color: rgba(61, 61, 61, 0.8);
    text-align: center;
}

.sub-input-group-div {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.sub-char-div{
    display: flex;
	border: 1px solid #C6DCFF;
	border-radius: 15px;
	padding: 10px;
	background-color: #fff;
    justify-content: space-between;
}

.sub-char-div .char-div-section{
	display: flex;
    align-items: center;
}

.sub-char-div img{
	width: 50px;
}

.sub-char-div h2{
	font-size: 17px;
	font-weight: 500;
    padding-left: 10px;
}

.sub-char-div span{
	font-size: 14px;
}

.sub-char-div button{
	height: 30px;
    width: 30px;
    border-radius: 100%;
    background-color: #e3e5e6;
    color: #3d3d3d;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border: 0;
    margin: 0 auto;
}

.sub-char-div.selected {
	border: 2px solid #296591;
	color: #296591;
}

#charModal .modal_popup-share{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 12px;
    padding: 30px;
    width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    gap: 10px;
}

#charModal p{
    font-size: 13px;
    color: grey;
}

#charModal span{
    line-height: 20px;
}

/*
.sub-char-group-div{
	flex-direction: row;
}

.sub-char-group-div .char-div{
	padding: 20px;
    border: 1px solid #C6DCFF;
    text-align: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.sub-char-group-div .char-div h2{
	font-size: 18px;
	font-weight: 500;
}

.sub-char-group-div .char-div span{
	line-height: 20px;
    font-size: 13px;
}

.sub-char-group-div .char-div img{
	width: 55%;
    border-radius: 100%;
}

.sub-char-group-div .char-div .char-div-btn{
	width: 80%;
    height: 45px;
    border-radius: 14px;
    background-color: #e3e5e6;
    color: #3d3d3d;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border: 0;
    margin: 0 auto;
}

.character-swiper {
  	width: 100%;
  	max-width: 400px;
  	margin: auto;
  	position: relative; 
  	padding-bottom: 40px;
}

.swiper-slide {
 	width: 100%;
  	display: flex;
  	justify-content: center;
}

.swiper-wrapper {
  	position: relative;
}

.swiper-pagination {
  	position: relative; 
  	text-align: center;
  	margin: 0 auto;
  	margin: 15px 0 5px 0;
}
*/

.sub-input-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.sub-input-group span {    
    font-size: 14px;
    font-weight: bold;
    color: #3d3d3d;
}
.sub-input-group .input-notice{
	color: grey;
	font-size: 12px;
    font-weight: 300;
}
.sub-input-group__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}
.sub-input-group__btns label {    
    width: 107px;
    height: 46px;
    border-radius: 14px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    color: #3D3D3D;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.sub-input-group__btns input[type="radio"]:checked + label {
    background-color: rgba(41, 101, 145, 0.1);
    color: #296591;
    border: 1px solid #296591;
}

.sub-input-group__select select {
    width: 335px;
    height: 46px;
    border-radius: 14px;
    border: 1px solid #e1e1e1;
    padding: 0 10px;
    color: #3D3D3D;
    font-weight: 600;
}

.sub-chat-div {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: default;
}
.sub-chat-div span {
    font-size: 15px;
    color: rgba(61, 61, 61, 0.8);
    white-space: nowrap;
}

.sub-chat-div-doc {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: default;
}
.sub-chat-div-doc span {
    font-size: 15px;
    color: rgba(61, 61, 61, 0.8);
    white-space: nowrap;
}

.sub-reply-div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
	width: 100dvw;
	position: absolute;
    transform: translate(-50%, 0);
    bottom: 64px;
}

.sub-reply-div .sub-reply-div__box {
	width: 100%;
}

.sub-reply-div .sub-reply-div__input {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: white;
	padding: 10px;
	width: 100%;
}

.sub-reply-div .sub-reply-div__file-upload-box {
	height: 0;
	overflow: hidden;
	transition: all .3s ease-in-out;
}

.sub-reply-div .sub-reply-div__file-upload {
	width: 100%;
	background-color: #F7F0E5;
	padding: 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	border-radius: 12px 12px 0 0;
	gap: 10px;
	height: 44px;
	position: relative;
	top: 100%;
}

.sub-reply-div .doc-file-box {
	height: 0;
	flex-direction: unset;
	overflow: hidden;
	transition: all .3s ease-in-out;
	margin-bottom: 10px;
}

.sub-reply-div .sub-reply-div__file-name {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 20px;
    width: 100%;
}

.sub-reply-div .imgPreview {
	width: 100%;
	max-height: 250px;
	object-fit: contain;
	display: none;
}
.sub-reply-div .img_warning {
    font-size: 13px;
    color: rgba(61, 61, 61, 0.5);
    font-weight: 600;
    width: 100%;
}
.sub-reply-div__column {
    display: flex;
    position: relative;
    border-radius: 20px;
    background-color: #f6f7f9;
    border: 1px solid #eaebed;
    padding: 10px;
    font-size: 13px;
    color: rgba(61, 61, 61, 0.5);
    align-items: flex-start;
    height: fit-content;
}
.sub-reply-div__column.flex{
    flex-grow: 1;
}
.sub-reply-div__column.calc{
	width: 100%;
    flex-grow: 1;
/*     width: calc(100% - 38px); */
}
.sub-reply-div__column input,
.sub-reply-div__column textarea {
    background-color: #f6f7f9;
	flex-grow: 1;
    line-height: 20px;
    border: none;
    padding: 3px;
    height: auto;
    overflow: hidden;
    resize: none;
    white-space: pre-wrap;
    font-size: 16px;
}
.sub-reply-div__column .mic {
	width: 26px;
	height: 26px;
	display: flex;
	justify-content: center;
    align-items: center;
    margin-right: 5px;
    cursor: pointer;
}

.sub-reply-div__column button:last-child {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	width: 26px;
	height: 26px;
/* 	position: absolute; */
/* 	right: 10px; */
}

.sub-reply-div__column svg .rect {
	fill: #CDD1D5;
	cursor: default;
}

.sub-reply-div__column svg .rect.active {
	fill: #296591;
   	cursor: pointer;
}

.modal_popup span {
    font-size: 18px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.8);
    display: block;
    text-align: center;
    padding: 5px 0;
}


.sub-message-div {
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 20px;
    height: calc(100vh - 250px);
	min-height: calc(100svh - 188px);
	max-height: calc(100lvh - 188px);
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    position: relative;
}
.sub-message-div::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}
.sub-message-info-div {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    justify-content: flex-end;
    margin: 35px 0;
    height: fit-content;
}
.sub-message-info-div:last-child {
	margin: 15px 0;
}
.sub-message-info-div:nth-last-of-type(1) {
	margin: 15px 0;
}
.sub-message-info-div.right {    
    flex-direction: row;
}
.sub-message-info-div.left {
    flex-direction: row-reverse;
}

.message__time {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: rgba(61, 61, 61, 0.5);
    font-weight: 600;
}

.message__bubble {
    font-size: 13px;
    line-height: 20px;
    color: #3d3d3d;
    padding: 12px 10px;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    max-width: 60%;
    display: table;
}
.right .message__bubble {
    background-color: #F7EEE2;
}
.left .message__bubble {
    max-width: 74%;
    background-color: #E1F2F7;
    white-space: pre-line;
    word-break: break-word;
}

.message__bubble .message__img {
	width: 100%;
	object-fit: contain;
	display: table;
	margin-top: 3px;
}

.message__bubble .small-text{
	font-size: 11px;
    color: rgba(61, 61, 61, 0.5);
}

.message-speaker-div {
    display: flex;
    flex-direction: column-reverse;
    gap: 5px;
}

.message-otter-div {
    display: flex;
    flex-direction: column;
    width: 60%;
}

.message-otter {
    font-weight: bold;
    font-size: 12px;
    color: #3d3d3d;
    padding: 5px 0;
}

.message-otter__bubble {
	display: grid;
    font-size: 13px;
    line-height: 20px;
    background-color: rgba(196, 233, 247, 0.5);
    color: #3d3d3d;
    padding: 12px 10px;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    white-space: pre-line;
}
.message-profile{
	width: 45px;
    border-radius: 10px;
}
/** 마크다운 문법 CSS */
.markdown-message ol, ul{
    background-color: rgb(251 251 251 / 54%);
    border-radius: 12px;
    padding: 10px;
    margin: 5px 0;
}

.markdown-message li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.5em; 
}

.markdown-message li::before {
  content: "✅";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1em;
  line-height: 1.5em;
  /*background-color: #ba85ff;
  border-radius: 50%;*/
}

.markdown-message strong{
	font-weight: 800;
}

.markdown-message em { /* 기울임 */
	font-style: italic;
}

.markdown-message h1,
.markdown-message h2,
.markdown-message h3,
.markdown-message h4,
.markdown-message h5,
.markdown-message h6 {
  display: block;
  font-weight: bold;
  margin: 0.6em 0 0.3em 0;
}

.markdown-message h1 { font-size: 1.5em; }
.markdown-message h2 { font-size: 1.3em; }
.markdown-message h3 { font-size: 1.15em; }

.modal_popup-sub03 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    background-color: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    width: 300px;
    height: 200px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.modal_popup-sub03 span {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #3d3d3d;
    font-weight: 500;
    white-space: pre-line;
}
.close_btn-sub03 {
    width: 150px;
    height: 40px;
    border-radius: 14px;
    border: none;
    background-color: #296591;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


.sub-list-div {
    width: 100%;
}

.mypage_button {
	position: fixed;
	bottom: 0;
	right: 0;
}

.sub-list-div-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border-bottom: 1px solid #EBEBEB;
    cursor: pointer;
    width: 100%;
    min-width: 100%;
}

.sub-list-div-big-item {
	display: flex;
	min-width: 100%;
	overflow-x: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
    transition: transform 0.3s ease;
}

.sub-list-div-big-item::-webkit-scrollbar {
	display: none;
}

.trash-div {
	background-color: #e58080;
	min-width: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
}

.edit-div {
	background-color: #dfe8f9;
	min-width: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
}

.trash-div img {
	width: 20px;
}

.edit-div img {
	width: 27px;
}

.chatroom-title-edit{
    display:flex;
    height: 30px;
    gap: 2px;
}
.chatroom-title-input{
    max-width: 140px;
    border-radius: 20px;
    border: 1px solid #eaebed;
    background-color: #f6f7f9;
    padding: 5px 5px 5px 15px;
    font-size: 15px;
    font-weight: 500;
    outline: none;
    font-family: 'SUITE', sans-serif;
}
.chatroom-title-save{
	min-width: 42px;
    border-radius: 20px;
    border: none;
    background-color: #dfe8f9;
    padding: 5px;
    font-size: 13px;
    font-weight: 500;
    outline: none;
    font-family: 'SUITE', sans-serif;
}
.chatroom-title-cancel{
	min-width: 42px;
    border-radius: 20px;
    border: none;
    background-color: #ebebeb;
    padding: 5px;
    font-size: 13px;
    font-weight: 500;
    outline: none;
    font-family: 'SUITE', sans-serif;
}
.chat_purpose {
    width: 86px;
    min-height: 44px;
    background-color: #f6f7f9;
    border: none;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11.5px;
    color: #296591;
    font-weight: 600;
    text-align: center;
    padding: 8px 6px;
    line-height: normal;
}
.chat_purpose.qna {
    background-color: #FFF8EF;
    color: #A46E58;
}
.chat_purpose.doc {
    background-color: #f7f1f9;
    color: #794db3;
}

.sub-list-info-div {
    display: flex;
    flex-direction: column;
    gap: 5px;
    max-width: 170px;
}

.no-chat-div{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
	min-height: 90svh;
    max-height: 90lvh;
}

.chat_title {
    font-size: 15px;
    color: #3d3d3d;
    font-weight: 600;
    word-break: keep-all;
}

.chat_time {
    font-size: 12px;
    color: rgba(61, 61, 61, 0.8);
}


.sub-mypage-div {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 95%;
}

.sub-mypage-div-item-shell {
/*     width: 335px; */
	width: 100%;
    height: fit-content;
    background-color: #fef2e2;
    border-radius: 12px;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    cursor: default;
    gap: 25px;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
 	-ms-user-select: none;
 	-webkit-user-drag: none;
 	align-items: center;
}

.sub-mypage-div-item .userNm {
/*     width: 335px; */
    border: none;
    font-size: 18px;
    font-weight: bold;
    color: #3d3d3d;
    cursor: default;
}

.sub-mypage-div-item1 {
/*     width: 335px; */
	width: 100%;
    height: 60px;
    padding: 0 12px;
    border-radius: 16px;
    border: 1px solid #ebebeb;
    font-size: 18px;
    font-weight: bold;
    color: #3d3d3d;
    cursor: default;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.sub-mypage-div-item2 {
	display: flex;
	flex-direction: row;
    gap: 10px;
    width: fit-content;
    align-items: center;
}

.sub-info-div {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 95%;
}
.sub-info-div .sub-info-div-p{
/*     line-height: 30px; */
    font-size: 14px;
    font-weight: bold;
    color: #3d3d3d;
}
.sub-info-div-item input {
/*     width: 335px; */
/*     height: 60px; */
/*     padding: 24px 12px; */
/*     border-radius: 16px; */
/*     border: 1px solid #ebebeb; */
/*     font-size: 18px; */
/*     font-weight: bold; */
    color: #3d3d3d;
    cursor: default;
    
    width: 100%;
    height: 46px;
    border-radius: 14px;
    border: 1px solid #e1e1e1;
    font-weight: 600;
    padding: 0 10px;
}

.sub-info-item {
	display: flex;
    flex-direction: column;
	gap: 10px;
}

.shell-title {
    text-align: center;
}

.shell-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    padding: 25px 0;
}
.shell-ul li {
/*     width: 55px; */
	width: 20%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub-bottom-btn-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 95%;
    margin: 15px 0;
}
.sub-bottom-btn-group a {
    font-size: 13px;
    color: rgba(61, 61, 61, 0.7);
    font-weight: bold;
    text-align: center;
    display: block;
}
.sub-bottom-a-group{
    display: flex;
    justify-content: center;
    gap: 20px;
}


.sub-login-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    width: 95%;
}
.sub-login-div span {
    text-align: center;
    font-size: 15px;
    color: #7f8081;
    font-weight: 500;
}

.sub-bottom-total-group {
	width: 100%;
    height: auto;
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
}

.sub-login-agree {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
	padding-top: 20px;
	align-items: center;
}

.sub-login-agree span {
	font-size: 15px;
    color: #3d3d3d;
    font-weight: 600;
    cursor: default;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
 	-ms-user-select: none;
 	-webkit-user-drag: none;
}
		
.div-agree {
	display: flex;
	align-items: center;
	gap: 15px;
	width: 95%;
}

.check-label {
	font-size: 17px;
	color: #3d3d3d;
	font-weight: 600;
}

.check-label span {
	font-size: 15px;
	color: rgb(158, 158, 158);
}

.sub-login-image-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: default;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
 	-ms-user-select: none;
 	-webkit-user-drag: none;
}
.sub-login-image-div span {
    color: #296591;
    font-size: 30px;
    font-weight: bolder;
}

.sub-login-sns-div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}
.sub-login-sns-div button {
    border: none;
    cursor: pointer;
    background-color: unset;
}

.sub-login-input-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
}
.sub-login-input-div input {
/*     width: 335px; */
	width: 100%;
    height: 46px;
    padding: 16px 10px;
    border-radius: 14px;
    border: 1px solid #e1e1e1;
    font-size: 15px;
    color: rgba(61, 61, 61, 0.6);
    font-weight: 500;
}

.sub-input-group input[type="text"],
.sub-input-group input[type="password"] {
/*     width: 335px; */
	width: 100%;
    height: 46px;
    border-radius: 14px;
    border: 1px solid #e1e1e1;
    color: #3d3d3d;
    font-weight: 600;
    padding: 0 10px;
}
.sub-input-group input[type="text"]:focus,
.sub-input-group input[type="password"]:focus {
    border: 1px solid #296591;
}

.input-text-btn-div {
    display: flex;
    align-items: center;
    gap: 5px;
}
.input-text-btn-div input[type="text"] {
/*     width: 215px; */
}

.sub-info-item .input-notice {
    color: grey;
    font-size: 12px;
    font-weight: 300;
}

.sub-input-group p {
    display: contents;
}
.sub-input-group p.mismatch {
    font-size: 13px;
    color: #d92121;
    font-weight: 600;
}
.sub-input-group p.match {
    font-size: 13px;
    color: #296591;
    font-weight: 600;
}

.shell-div {
/* 	width: 95%; */
	width: fit-content;
	padding: 0 10px;
    height: 32px;
    background-color: rgba(210, 174, 148, 0.2);
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 50px;
}
.shell-div span {
    color: #296591;
    font-size: 15px;
}

.sub-mypage-div-item a {
    font-size: 14px;
    color: #296591;
    font-weight: bolder;
	top: 50%;
}

.sub-mypage-div span {
    font-size: 15px;
    color: #7f8081;
    font-weight: 600;
    text-align: center;
    line-height: 20px;
    cursor: default;
}


.sub-unregister-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
    cursor: default;
}
.sub-unregister-div span {
    font-size: 15px;
    color: #7f8081;
    font-weight: 600;
    text-align: center;
    line-height: 20px;
}

.sub-unregister-image-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sub-unregister-image-div span {
    color: #296591;
    font-size: 30px;
    font-weight: bolder;
    line-height: unset;
}

.sub-unregister-info-div {
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.sub-unregister-link-div {
	display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 25px;
    font-weight: 900;
    font-size: 18px;
}

.sub-unregister-link-div a {
	text-decoration: none;
}

.sub-unregister-link-div a:link {
	text-decoration: none;
}

.sub-unregister-link-div a:visited {
	text-decoration: none;
}

.sub-unregister-link-div .kakao {
	color: #FAD800;
}

.sub-unregister-link-div .naver {
	color: #1DC800;
}

.sub-between-btn-div {
    display: flex;
    justify-content: space-between;
}
.sub-history-date-div {
    display: none;
    text-align: end;
    font-size: 13px;
    font-family: 'SUITE', sans-serif;
}
.sub-history-date-div input[type="date"]{
	width: 120px;
    height: 30px;
    border-radius: 14px;
    border: 1px solid #e1e1e1;
    padding: 0 10px;
    color: #3D3D3D;
    font-family: 'SUITE', sans-serif;
    font-size: 12px;
}
.sub-history-date-div #searchButton{
	height: 30px;
	width: 40px;
    border-radius: 50px;
    border: 0;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    font-family: 'SUITE', sans-serif;
}
.sub-table-div {
/*     width: 335px; */
	width: 100%;
    border: 1px solid rgba(235, 235, 235, 0.74);
    border-radius: 16px;
    margin-bottom: 30px;
    cursor: default;
}
.sub-table-div table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}
.sub-table-div table thead tr {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: -0.1em;
    border-bottom: 1px solid rgba(235, 235, 235, 0.74);
    text-align: center;
    line-height: 44px;
}
.sub-table-div table tbody tr {
    border-bottom: 1px solid rgba(235, 235, 235, 0.74);
    text-align: center;
}
.sub-table-div table tbody tr:last-child {
    border-bottom: none;
}

.sub-table-div table tbody td {
    font-size: 14px;
    color: #3d3d3d;
    font-weight: 500;
    align-content: center;
}
.sub-table-div table tbody td:nth-child(2) {
    line-height: 59px;
}
.sub-table-div .no-item-text{
	text-align:center;
	height: 50px;
	align-content: center;
}
.sub-charge-div {
    display: flex;
    flex-direction: column;
    width: 95%;
    height: 100%;
    justify-content: space-between;
}

.sub-charge-div-item {
    position: relative;
}
.sub-charge-div-item input {
    width: 100%;
    height: 60px;
    padding: 24px 12px;
    border-radius: 16px;
    border: 1px solid #ebebeb;
    font-size: 18px;
    font-weight: bold;
    color: #3d3d3d;
}
.sub-charge-div-item h1 {
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translate(0, -50%);
    cursor: default;
}
.charge-shell-div {
	width: fit-content;
	padding: 0 10px;
    height: 32px;
    background-color: rgba(210, 174, 148, 0.2);
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 20px;
    cursor: default;
    align-items: center;
}

.sub-charge-total-div {
	display: flex;
    gap: 20px;
    flex-direction: column;
    margin-top: 20px;
}

.sub-charge-div-item-shell {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.shell-item-div {
	display: flex;
	height: 45px;
    width: 80%;
	align-items: center;
	cursor: pointer;
}

.shell-cash-div {
    display: flex;
    justify-content: center;
    background-color: rgba(167, 100, 255, 0.1);
    border: 1px solid #ebebeb;
/*     border: 1px solid rgba(167, 100, 255, 0.1); */
    width: 100%;
    border-radius: 10px;
    transition: 0.1s ease-in-out;
}

.shell-cash-div.active {
	background-color: #A764FF;
    border: 2px solid #A764FF;
    transition: 0.1s ease-in-out;
}

@supports (-webkit-touch-callout: none) and (-webkit-appearance: none) {
  .shell-cash-div#pay10 {
    display: none !important;
    height: 0 !important;
  }
}

.shell-span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 40px;
    font-size: 16px;
    color: #3d3d3d;
    font-weight: 600;
}

.cash-span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 40px;
    background-color: #fff;
    border-radius: 0 8px 8px 0;
    font-size: 16px;
    color: #3d3d3d;
    font-weight: 600;
}

.sub-charge-div-text {
    font-size: 13px;
    color: rgba(61, 61, 61, 0.6);
    font-weight: 600;
    text-align: center;
    line-height: 16px;
    cursor: default;
}


.sub-otter-img-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    cursor: default;
}
.sub-otter-img-div span {    
    color: #296591;
    font-size: 25px;
    font-weight: bolder;
}

.sub-table-div button {
    width: 50px;
    height: 25px;
    border: none;
    font-size: 14px;
    color: #3d3d3d;
    font-weight: 600;
    cursor: pointer;
}
.sub-table-div button.standby {
    background-color: #F4F8FF;
}
.sub-table-div button.complete {
    background-color: #E3E5E6;
}


.sub-input-group2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.sub-input-group2 span {
    font-size: 14px;
    font-weight: bold;
    color: #3d3d3d;
    text-align: left;
    cursor: default;
}
.sub-input-group2__select select {
/*     width: 162.5px; */
	width: 100%;
    height: 46px;
    border-radius: 14px;
    border: 1px solid #e1e1e1;
    padding: 0 10px;
    color: #3D3D3D;
    font-weight: 600;
}
.sub-input-group2 input[type="text"] {
/*     width: 335px; */
	width: 100%;
    height: 46px;
    border-radius: 14px;
    border: 1px solid #e1e1e1;
    color: #3d3d3d;
    font-weight: 500;
    padding: 0 10px;
    font-family: 'SUITE', sans-serif;
}

.sub-input-group2__select {
	width: 45%;	
}

.sub-between-select-div {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.eraseFile, .uploadFile {
	cursor: pointer;
}

.payment-loading-div {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	background-color: rgba(0, 0, 0, 0.3);
	display: none;
}

.payment-loading-div img {
	width: 15%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
}

.canvas_wrap {
    position: relative;
    max-width: 300px;
    max-height: 300px;
}
.canvas_wrap .percent {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: #296591;
    display: flex;
    align-items: center;
    gap: 5px;
}

.canvas_wrap canvas {
	width: 120px;
	height: 120px;
}

.termofuse {
	padding-top: 20px;
}

.termofuse h1 {
	margin-bottom: 25px;
    font-size: 20px;
}

.termofuse h2 {
	font-size: 17px;
    margin: 15px 0;
}

.termofuse p {
	font-size: 15px;
	line-height: 20px;
}

.termofuse hr {
	margin: 30px 0;
}

.help-container {
    min-width: 0;
    background-color: #fff;
    width: 100%;
    height: calc(100vh - 120px);
    min-height: calc(100svh - 120px);
    max-height: calc(100lvh - 120px);
    padding: 20px 20px;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: scroll;
    -ms-overflow-style: none;
}

.title-area {
  	padding: 15px 0 0 15px;
}

.sub-title-m{
	line-height: 30px;
}

.div-area{
	padding: 10px;
}

.tab-area{
	display: flex;
}

.tab-div{
  	width: -webkit-fill-available;
    text-align: center;
	border: 1px solid #C6DCFF;
	border-radius: 12px;
	padding: 12px;
    border-bottom: none;
    background: #F4F8FF;
    color: #296591;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    word-break: keep-all;
    align-content: center;
}

.tab-div:nth-of-type(1){
    border-radius: 12px 0 0 0;
}

.tab-div:nth-of-type(2){
    border-radius: 0 0 0 0;
    border-left: none;
    border-right: none;
}

.tab-div:nth-of-type(3){
    border-radius: 0 12px 0 0;
}

.content-area{
	border: 1px solid #C6DCFF;
	padding: 12px;
    border-radius: 0 0 12px 12px;
}

.content-area .content-text{
	line-height: 22px;
	display: none;
}

.content-text .content-title{
	font-weight: 500;
}

.content-area .table-wrapper{
	overflow-x: auto;
	width: 100%;
    margin-bottom: 12px;
}

.content-area .model-type{
	margin-bottom: 5px;
}

.content-area .content-text p{
    font-size: 14px;
}

.content-area .content-text p strong{
	font-weight: 600;
}

.content-area .content-text:nth-of-type(1){
	display: block;
}

.sub-total-find-div {
	display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.sub-find-div {
    display: flex;
    flex-direction: column;
/*     justify-content: center; */
    gap: 20px;
    width: 100%;
    height: 100%;
    justify-content: space-between;
}
.sub-find-div span {
    font-size: 15px;
    color: #7f8081;
    font-weight: 600;
    text-align: center;
    align-items: center;
    line-height: 20px;
    cursor: default;
}
.sub-login-find-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: 100%;
}
.sub-login-find-button {
	margin: 15px 0;
}
.sub-login-find-input-div {
    display: flex;
    height: 46px;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    width: 100%;
}
.sub-login-find-input-div span {
	width: 15%;
    font-size: 14px;
    color: rgba(61, 61, 61, 0.6);
    word-break: keep-all;
}
.sub-login-find-input-div input {
	width: 85%;
    padding: 16px 10px;
    border-radius: 14px;
    border: 1px solid #e1e1e1;
    font-size: 15px;
    color: rgba(61, 61, 61, 0.6);
    font-weight: 500;
}
.pc-sub-result-box {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: fit-content;
/*     position: absolute; */
/*     top: 50%; */
/*     left: 50%; */
/*     transform: translate(-50%, -50%); */
}
.pc-sub-result-box-div {
	font-size: 30px;
}

@media screen and (min-width: 768px) {
	.canvas_wrap .percent {
		font-size: 25px;
	}
	
	.canvas_wrap .percent svg {
		width: 25px;
		height: 25px;
	}
	
	.canvas_wrap canvas {
		width: 300px;
		height: 300px;
	}
}

@media screen and (max-width: 330px) {
	.sub-container {
		padding: 30px 20px;
	}
	.sub-title-s {
		padding-bottom: 20px;
	}
	
	.sub-input-group-div {
		gap: 10px;
	}
	
	.sub-mypage-div-item input,
	.sub-charge-div-item input {
		height: 20px;
		font-size: 15px;
		cursor: default;
	}
	
	.sub-input-groups-total-div {
		gap: 20px;
	}
	
	.shell-ul {
		padding: 15px 0;
	}
	
	.shell-ul svg {
		width: 25px;
	}
	
	.sub-login-div {
		gap: 15px;
	}
	
	.sub-login-image-div {
		height: 95px;
	}
	
	.sub-login-image-div span {
		font-size: 25px;
	}
	
	.sub-login-agree {
		padding-top: 10px;
		gap: 8px;
	}
	
	.agreement {
		font-size: 12px;
	}
	
	.sub-input-group2__select select, .sub-input-group2 input[type="text"] {
		height: 40px;
	}
	
	.message__bubble, .message-otter__bubble {
		word-break: break-all;
	}
	
	.sub-table-div table tbody td,
	.sub-table-div button {
		font-size: 13px;
	}
	
	.sub-unregister-div {
		margin-top: 70px;
	}
	
	.shell-cash-div {
   		min-width: 240px;
	}
	
}