@charset "utf-8";
/* intro 문구, 로고 */
.intro{
    padding-top: 5px;
    margin-bottom: 0px;
    text-align: center;
}
.intro h1{
    line-height: 19.2px;
    margin-bottom: 16px;
    font-size:1rem;
}
.intro .main-logo{
    height: 40px;
}
.intro p{
    margin-top: 58px;
    font-size: 16px;
    line-height: 1.5;
}

@media (max-width: 360px){
    .intro{
        padding-top: 12.555%;
        margin-bottom: 6.666%;
    }
    .intro p{
        margin-top: 12.111%;
    } 
}

/* 문의 타입 선택  */
.tab{
    margin: 0 auto;
    display: block;
    width: 33%;
}
.tab a{
    display: block;
    width: 100%;
    height: 56px;
    padding: 16px 0;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    border-radius: 100px;
    border: 1px solid #EBECEE;
    box-shadow: 0px 4px 12px 0px #4E4F550D;
}
.tab.top{
    width: 100%;
    padding: 0 20px;
    max-width: 980px;
    text-align: center;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    background : #FFFFFF;
    z-index: 3;
}
.tab.top li{
    display: inline-block;
    padding: 2px;
}
.tab.top a{
    font-size: 13px;
    line-height: 20px;
    height: auto;
    color: #A4A8AC;
    padding: 10px 5px;
    box-shadow: none;
    border-radius: 0;
    border: none;
    margin-bottom: 0;
}
.tab.top a.fc-theme01{
    font-weight: 600;
}
/* chat */
/* .message{
    padding-top: 44px;
} */


/*2025.08.06 start*/
.message.bot .contents + span{
    display: flex;
    max-width: 560px;
    justify-content: right;
    line-height: 28px;
    font-weight: 500;
    color: #8a8a8a;
}

.message .header-wrap {
    display: flex;
    gap: 8px;
    align-items: center;
	padding-left: 22px;
    margin-bottom: 8px;
}

.pic{
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 55px;
    height: 32px;
}

@media (max-width: 576px) {
    .message.bot .contents + span{
        font-size: 3vw;
    }
    .message .header-wrap {
        gap: 1.736111vw;
        padding-left: 3.125vw;
        margin-bottom: 2.430556vw;
    }
    .pic {
        height: 8.33333vw;
    }
}
.pic .bot-logo{
    max-width: 80%;
    max-height: 80%;
}
/*2025.08.06 end*/

.message.bot .contents, .message.search .contents{
   /*  display: inline-block;
    margin-top: 10px;
    padding: 12px 16px;
    border-radius: 10px;
    line-height: 24px;
    font-weight: 500;
    color: #252525;
    
   min-width: 82.5%;
    max-width: 100%;
    max-width: 600px;
    width : 906px;
    
    overflow-wrap: break-word; */
    
    font-family: "Pretendard", sans-serif;
    display: inline-block;
    /* width: 82.5%; */
    width: 100%;
    /* margin-top: 10px; */
    /*2025.08.06 start*/
    padding: 30px;
    /*2025.08.06 end*/
    border-radius: 26px;
    /*2025.08.06 start*/
    font-size: 15.5px;
    /*2025.08.06 end*/
    line-height: 24px;
    font-weight: 400;
    /*2025.08.07 (4) start*/
    color: #3c3c3c !important;
    /*2025.08.07 (4) end*/
    /*2025.08.06 start*/
    max-width: 560px;
    /*2025.08.06 end*/
    overflow-wrap: break-word;


    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    
}
.message.guide, .message.user{
    text-align: right;
    padding-left: 17.5%;
    /*2025.07.24 start*/
    margin: 20px 0!important;
    /*2025.07.24 end*/
}
.message p{
    font-weight: 500;
}
.favorite-list{
    margin-top: 20px;
    margin-bottom: -10px;
}
.favorite-list .title{
    display: none;
}
.favorite-list .item{
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 6px;
    padding: 8px 12px;
    border-radius: 8px 8px 0px 8px;
    background: white;
    border: 1px solid #EBECEE;
    box-shadow: 0px 4px 12px 0px #4E4F550D;
    cursor:pointer;
    animation-duration: 0.3s;
    animation-name: fadein;
    transition: transform 0.2s ease;
}

.message.user .contents{
    display: inline-block;
   /*  padding: 9px 15px;
    border-radius: 18px 18px 0 18px;
    color: #fff;
    font-weight: 600;
    text-align: left;
    font-size: 14px; */
    
     /*2025.08.06 start*/
    max-width: 560px;
    /*2025.08.06 end*/
    background: #2c2c2c;
    text-align: left;
    color: #fff;
    padding: 12px 20px;
    border-radius: 20px 20px 0 20px;
   /*2025.08.06 start*/
    font-size: 15.5px;
    /*2025.08.06 end*/
    font-weight: 600;
    margin-left: 15px;
    /*2025.07.24 수정 start*/
    line-height: 1.1765;
    /*2025.07.24 수정 end*/
}
.message .btn-group{
    align-self: bottom;
}

.contents-bottom{
    /*
    margin-bottom: -10px;
    */
    padding-top: 8px;
}

.contents-bottom span{
    font-size: 12px;
    line-height: 20px;
    color: #A4A8AC;
}
.contents-bottom button{
    padding: 6px;
}

/* 질문 입력창 */
.promptWrap{
    background: #F6F7F9;
    padding: 12px 5px;
    line-height: 1.714;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
	.promptWrap textarea{
	    line-height:1;
	    max-height: 30vh;
	    color: #000;
	    background-color: rgb(242, 242, 242);
	    caret-color: #ff153c;
	    border-radius: 23px;
		resize: none !important; 
		overflow: hidden;
		font-family: "Pretendard", sans-serif;
    	outline: none;
    	padding: 17px 20px;
    	font-size: 15.5px;
    	font-weight: 500;
    	border: none;
    	border-radius: 23px;
   	 	width: 100%;
    	height: 47px !important;
    	 white-space: pre-wrap !important;
	}	
	
	
.promptWrap .promptBtn{
	transition: .3s ease;
    /*2025.09.05 start*/
    width: 52.21px;
    /*2025.09.05 end*/
    height: 45px;
    min-width: 28px;
    border-radius: 50%;
    background: #ff153c !important;
    margin-left:18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.promptWrap .promptBtn:hover {background: #505050 !important;}
.autolist{
    height: 0px;
    min-width: 100%;
    transition: height 0.3s ease;
    display: flex;
    flex-direction: column;
    /* height:184px !important; */
    background: transparent;
    padding-left: 22px;
}
.autolist span{
	color: #5e5e5e !important;
    margin-right: 10px;
    display: inline-block;
    padding: 1px 12px;
    height: 34px;
    font-size: 16.5px;
    background: #FFFFFF;
    cursor: pointer;
    font-family: "Pretendard", sans-serif;
    font-weight: 500;
}

.autolist span span{
	margin-right: 0px;
	height: 0px;
	padding: 0px;
	color: #ff153c !important;
}
.fixed-bottom .container{
    padding-top: 10px;
    overflow: hidden;
    /*2025.08.06 start*/
    padding-bottom: 12px;
    /*2025.08.06 end*/
    box-shadow: 0 0 8px rgba(177, 177, 177, .2);
}
.fixed-bottom button.dp-block{
    margin: 0 auto 16px;
}
.warning-ai{
    font-size: 8px;
    text-align: center;
    color: darkgray;
    padding-top: 5px;
    line-height: 12px;
}
.messages .map-wrap{
    padding: 0px;
    border: 0px solid rgba(0,0,0,0.2);
    width: 100%;
    border-radius: 0px;
}
.messages .map{
	height: 240px;
	border:1px solid rgba(0,0,0,0.2);
	border-bottom:0px;
}
.kakao-map-btn {
    height: 37px;
    background: #fff67d;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 0px 0px 15px 15px;
    text-align: center;
    color: #3A1D1D;
    padding-top: 5px;
    font-weight:700;
}
.kakao-map-btn:hover{
	cursor:pointer;
}





.attach-list {
    padding: 0px !important;
    background: transparent !important;
    margin-top: 12px;
/*  
	display: flex;
    flex-direction: row;
 */ 
 	   
 	overflow:auto;
    text-align: center;
    min-width: 82.5%;
    max-width: 100%;
    white-space: nowrap;
    
}

.attach-item {
    border-radius: 30px;
    margin-left: 0px;
    margin-right: 10px;
    display: inline-block;
    transition: transform 0.3s ease;
    transform: scale(1.0);
    height:fit-content;
    margin-bottom:15px;
    cursor:pointer;
    min-width:120px;
}
.attach-video {
    min-width: 300px;
}
.attach-label {
	background-color:white !important;
	border: 1px solid rgba(0,0,0,0.2);
	text-align: center;
	margin:auto;
	color: white;
	border-radius: 10px; 
	width:90%;
	
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    min-width: inherit;
    
    height: inherit;
}
.embed-container iframe{
	min-width: inherit;
    height: inherit;
}
.attach-img-wrapper {
    background: white;
    border-radius: 0px; 
    text-align: center;
    border: 1px solid rgba(0,0,0,0.2);
    height: 140px;
    width:inherit;
    min-width:inherit;
    overflow:hidden;
}
.attach-img-wrapper img {
	height: 140px;
}
.attach-item-label {
    background: #F06967;
    border-radius: 0px 0px 10px 10px;
    padding: 10px;
    text-align: center;
    border-top:0px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    border-left: 1px solid rgba(0,0,0,0.2);
    border-right: 1px solid rgba(0,0,0,0.2);
    width:inherit; 
    color:white;
}
.tab:not(.top) a:hover {
    background: #F6F7F9;
    font-weight: 600;
    color: #494B4D;
}
/*2025.08.06 start*/
.gpt-button{
	/* background-color:white !important;
	color:black;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	padding-left:30px;
	padding-right:30px;
	text-align: center;
	width: 80%;
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis; */
    width: 100%;
    padding: 15px 0;
    /*2025.08.07 (2) start*/
    background: #fde6e9 !important;
    /*2025.08.07 (2) end*/    
    color: #FF3A47 !important;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    transition: background 0.2s, color 0.2s;
    /*2025.08.07 (4) start*/
    margin:0px auto 4px;
    /*2025.08.07 (4) end*/
    height: auto !important;
    line-height: 1.143 !important;
    display: block;
}

/*2025.08.07 (4) start*/
a.gpt-button:first-of-type {
    /* margin-top: 20px; */
}

button.gpt-button:last-of-type {
   /*  margin-bottom: 20px; */
}
/*2025.08.07 (4) end*/

.gpt-button:hover{
	background-color:#ff153c !important;
	color:white !important;
}

@media (max-width: 576px) {
    .gpt-button:not(button.chat-score-send, button.chat-score-comment-send) {
        display: block;
        background: #fff0f2;
        color: #ff153c;
        font-weight: 400;
        font-size: 3.472222vw;
        text-align: center;
        padding: 3.88888vw 1.5vw;
        border-radius: 1.5vw;
    }
}
/*2025.08.06 end*/

#label-continue-question{
	font-size: 18px;
    color: rgba(0,0,0,0);
    background-color: rgba(0,0,0,0);
    height: 28px;
    padding: 0px;
    background-size: 28px 28px;
    background-position: left 0px top 0px;
}
#continue-chk-wrapper{
    height: 28px;
    align-self: flex-end;
    margin-left:6px;
}

.attach-youtube-wrapper{
	min-width:300px;
	height:140px;
} 
.attach-item:hover {
    transform: scale(1.0);
}
.attach-item:not(:hover) {
    transform: scale(0.9);
}
.attach-item .map{
    height: 140px;
    border: 1px solid rgba(0,0,0,0.2);
    border-bottom: 0px;
}
.contents table{
    border-collapse: collapse;
    border-radius: 10px;
    border-style: hidden;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
}
.contents td {
    border: 1px solid rgba(0,0,0,0.2);
    padding: 5px;
}
.contents th {
    border: 1px solid rgba(0,0,0,0.2);
    text-align: center;
}
  
@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.ext-module-label {
    color: white !important;
    display: inline-block;
    padding: 4px;
    border-radius: 4px 4px 0px 0px;
    font-weight: 600;
}

.ext-module-content{
    display: block;
    width: 100%;
    height: 250px;
    border: 1px solid;
    border-radius: 0px 4px 4px 4px;
    margin-bottom:10px;
    background:white;
    max-width:100%;
}

.ext-module-continue {
    cursor: pointer;
    display: inline-block;
}

.preview-bg{
	position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    z-index: 101;
    background: rgba(0,0,0,0.3);
    display:none;
    
}

.preview-btn-list{
	position: fixed;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    z-index: 103;
}

.preview-img-wrapper{
	width: fit-content;
    height: fit-content;
    margin: auto;
    z-index: 102 !important;
}

.preview-btn-list span {
    padding: 10px 15px 10px 15px;
    background: #70B136 !important;
    color: white;
    border-radius: 4px;
    margin-right: 10px;
    cursor: pointer;
}
.preview-btn-list span:last-child {
    margin-right: 20px;
}

.container{
	 padding: 45px 56px 25px 60px;
	
}

@media (max-width: 520px){
	.preview-btn-list{
		position: fixed;
	    width: 100%;
	    display: flex;
	    justify-content: flex-end;
	    margin-top: 0px;
	    bottom: 30px;
	    z-index: 103;
	}
	.preview-btn-list span {
	    padding: 10px 15px 10px 15px;
	    background: #70B136 !important;
	    color: white;
	    border-radius: 4px;
	    margin-right: 10px;
	    cursor: pointer;
	}
}
#preview-img{
	transition: width 0.3s ease;
}
.contents h1 {
	font-size: 1.8rem;
}
.contents h2 {
	font-size: 1.6rem;
}
.contents h3 {
	font-size: 1.4rem;
}
.contents h4 {
	font-size: 1.2rem;
}
.contents h5 {
	font-size: 1rem;
}

.contents li {
    list-style: disc;
    margin-left: 1.8rem;
    color:inherit;
}

.message.bot .contents p, .message.bot .contents li {
	/*2025.08.06 start*/
    font-size: 15.5px;
    /*2025.08.06 end*/
    font-weight: inherit;
	/*2025.08.07 (4) start*/
    line-height: 1.46666;
	/*2025.08.07 (4) end*/
    color: inherit;
}

@media (max-width: 576px) {
    .message.bot .contents p, .message.bot .contents li {
        /*2025.08.06 start*/
        font-size: 3.47222vw;
        /*2025.08.06 end*/
    }
}

.recommends {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.recommend {
    padding: 15px;
    max-width: 30%;
    text-align: center;
    font-size: 16px;
    display: flex;
    align-items: center;
    border-radius: 7px;
    border: 1px solid #EBECEE;
    box-shadow: 0px 4px 12px 0px #4E4F550D;
}
.recommend a {
    position: relative;
    width: 100%;
    text-wrap: wrap;
}

@media (max-width: 500px){
	.recommends {
	    display: flex;
	    flex-direction: column;
	    justify-content: space-around;
	}
	.recommend {
	    padding: 15px;
	    max-width: 100%;
	    margin-bottom: 10px;
	    text-align: center;
	    font-size: 16px;
	    display: flex;
	    align-items: center;
	    border-radius: 7px;
	    border: 1px solid #EBECEE;
	    box-shadow: 0px 4px 12px 0px #4E4F550D;
	}
}
ul.warn-private {
    list-style-type: circle;
    min-height: 120px;
    max-height: 120px;
    overflow-y: auto;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 4px;
    margin-top: 11px;
}
.warn-private li {
    list-style-type: disc;
}

span.btn-msg {
    font-weight: 600;
    background: white;
    border: 1px solid;
    border-radius: 4px;
    padding: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    cursor: pointer;
}
/* .satisfaction-wrapper{
	
    height: fit-content;
    top: 3px;
    position: relative;
    float:right;
    padding: 9px;
    padding-left: 16px;
    width:100%;
	& button{
		height: 14px;
	    padding: 0px;
	    vertical-align: middle;
	    margin-left: 6px;
	    margin-right: 6px;
	    
	    & i{
			color:darkgray;
		}
	}
	& span{
		color:darkgray;
		margin-left:13px;
	}
	& span:first-child{
    	margin-right: 6px;
    	margin-left:0px;
	}
} */
.satisfaction-wrapper{
	
    height: fit-content;
    top: 3px;
    position: relative;
    padding: 9px;
    padding-left: 16px;
    width:100%;
	& button{
		height: 14px;
	    padding: 0px;
	    vertical-align: middle;
	    margin-left: 6px;
	    margin-right: 6px;
	    
	    & i{
			color:darkgray;
		}
	}
	& span{
		color:darkgray;
		margin-left:13px;
	}
	& span:first-child{
    	margin-right: 6px;
    	margin-left:0px;
	}
}

.dis-satisfaction-form {
    padding: 9px;
    padding-left: 16px;	
}

.dis-satisfaction-form input {
    font-size: 14px;
    padding: 12px 32px 12px 12px;
    height: 42px;	
    cursor: text;
}
.dis-satisfaction-form i {
    position: absolute;
    margin-left: -30px;
    margin-top: 13px;
    color: darkgray;	
    cursor: pointer;
}
.dashed-border{
    border: 1px solid lightgray;
    border-style: dashed;
}
.mt20{
	margin-top:20px;
}

@media (max-width: 415px) {
	.command-button-group div {
		font-size:12px;
	}
}
@media (max-width: 370px) {
	.command-button-group div {
		font-size:10px;
		text-wrap: balance;
	}
}
.message.bot .contents ul,.message.bot .contents ol {
	padding-left: 0px !important;
}


code {
    background-color: #272822;
    color: #f8f8f2;
    border-radius: 0.3em;
    padding: 4px 5px 6px;
    white-space: pre-wrap !important;
    display:inline-block;
}

.contents img {
    display: block;
    border: 1px solid rgba(0,0,0,0.2);
    cursor: pointer;
}

#preview-img:hover{
    cursor: grab;
}

.contents p:not(:first-child){
	margin: 10px 0px 0px 0px;
}

.ic-md27{
	width: 27px;
	height: 27px;
}

.message.user{
	display: flex;
	/*2025.08.06 start*/
    flex-direction: column-reverse;
    /*2025.08.06 end*/
    
    justify-content: end;
    align-items: end;
    padding-left: unset;
   	/* margin-top: 7.22222vw !important;
    margin-bottom: 7.22222vw !important; */
    margin-top: 3.61111vw !important;
    margin-bottom: 3.61111vw !important;
	
}

.contents.bg-theme01{
	margin-left:12px;
}
.headerUserTime{
	color: #8a8a8a;
	font-weight: 500;
	/*2025.08.06 start*/
    font-size: 1rem;
    /*2025.08.06 end*/
    /*2025.08.07 start*/
    line-height: 28px;
    /*2025.08.07 start*/
	white-space: nowrap !important;
    width: auto;
}

.openListBtn, .ico_menu_open{
	transition: .3s ease;
}
.openListBtn{
	margin-right:18px;
    position: relative;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgb(242, 242, 242);
    /*2025.09.05 start*/
    width: 52.21px;
    /*2025.09.05 end*/
    height: 45px;
}

.openListBtn:after{
	transform: translate(-50%,-50%) rotate(90deg);
}
.openListBtn:hover{
	background: #ff153c;
}

.openListBtn:hover .ico_menu_open {
  filter: brightness(0) invert(1);
} 

.bg-black-blur{
 /*2025.08.06 start*/  
	backdrop-filter: blur(1px);
    background: rgba(0, 0, 0, 0.2);
    /*2025.08.06 end*/
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  min-height: 100vh;
  width: 980px;
  z-index: 97;
}

.modal-bg-black-blur{
	 /*2025.08.06 start*/  
	backdrop-filter: blur(1px);
    background: rgba(0, 0, 0, 0.2);
    /*2025.08.06 end*/
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  min-height: 100vh;
  width: 100%;
  z-index: 99;
}


.modal-list{
	display:none;
	background: #fff;
	width: 570px;
    height: 430px;
	z-index: 100;
	position: fixed;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	border-radius: 20px;
    padding: 50px 30px 50px 40px;
}

/*2025.08.07 (4) start*/
.categoryTtl::before{
	content: "▪";
    font-size: 22px;
    padding-right: 0.1em;
}
/*2025.08.07 (4) end*/

.categoryTtl{
	font-size: 19px;
    color: #ff153c;
    font-weight: 700;
    /*2025.08.07 (4) start*/
    margin-bottom: 4px;
    /*2025.08.07 (4) end*/
    font-family: "Pretendard", sans-serif;
}

.closeBtn{
	width: 17px;
    position: absolute;
    top: 21px;
    right: 25px;
}

.ic-md33{
	width: 33px;
	height: 25px;
  justify-content: center;
    align-items: center;
}

.ic-md17{
	width: 17px;
	height: 17px;
}

.btnList{
	display: flex;
    gap: 8px 10px;
    flex-wrap: wrap;
    margin-bottom: 13px;
    line-height: 1;
}

.btnListIndex{
	font-size: 12.94px;
    font-weight: 500;
    border-radius: 14.85px;
    color: #4f4f4f;
    display: flex;
    padding: 5px 17px;
    line-height: 1.03;
    background: #fff;
    border: 1px solid #bfbfbf;
    transition: .3s ease;
    font-family: "Pretendard", sans-serif;
}

.btnListIndex:hover{
	border-color: #ff153c;
	color: #ff153c;
}

.categoryBox{
	margin-bottom: 13px;
	height: 100%;
	overflow-y: scroll;
}

.backgroundGray{
 backdrop-filter: blur(5px);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  min-height: 100vh;
  width: 980px;
  z-index: -99;
  /*2025.08.07 (3) start*/
  background-color: #f3f3f3 !important;
  /*2025.08.07 (3) end*/
}

.btnListMore{
	display: none;
}

.scenarioIndent{
	padding-left:1.4vw;
	font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-weight: inherit;
}

/*2025.09.05 start*/
#gpt-stop-btn.btn-lg-radius {
    padding: 9px 12px !important;
    line-height: 1 !important;
}

#gpt-stop-btn.btn-lg-radius > div {
    line-height: 1 !important;
}

#gpt-stop-btn.btn-lg-radius > div > span {
    line-height: 1 !important;
}

@media (max-width: 576px) {
    #gpt-stop-btn.btn-lg-radius {
        padding: 12px 14px !important;
        background-color: #ff153c !important;
        border: unset !important;
    }

    #gpt-stop-btn.btn-lg-radius > div > span {
        line-height: 1 !important;
        color: #fff !important;
    }
}
/*2025.09.05 end*/

@media (max-width: 576px){
	.scenarioIndent{
		padding-left:4.1vw;
	}
	
	.btn-icon::before {
	    content: "-";
	  }
	.btn-lg-radius{
		transition: .3s ease;
	    display: flex;
	    background: #fff;
	    color: #313131;
	    padding: 1.1vw 2.22222vw;
	    border-radius: 8px;
	    font-size: 2.95vw;
	    border: 1.5px solid #cecece;
	    font-weight: 500;
	    font-family: "Pretendard", sans-serif;
	}	
	
	.btn-lg-radius span{
		color:#ff153c;
		font-size:2.95vw;
		padding-right:.25em;
	}
	
	.btn-lg-radius:hover{
		background:#fff !important;
	}
	
	header .container{
		padding: 0px 28px;
		height: 66px;
	}
	
	.ic-md33{
	width: 22px;
	height: 17px;
	}
	
	.ic-md12{
	width: 12px;
	height: 28px;
	}
	
	.openListBtn{
	margin-right:10px;
    position: relative;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgb(242, 242, 242);
    width: 37px;
    /*2025.09.05 start*/
    height: 37px;
    /*2025.09.05 end*/
	}
	
	.promptWrap .promptBtn{
		transition: .3s ease;
	    width: 37px;
        /*2025.09.05 start*/
	    height: 37px;
        /*2025.09.05 end*/
	    min-width: 28px;
	    border-radius: 50%;
	    background: #ff153c !important;
	    margin-left:10px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}
	
.promptWrap textarea{
        line-height: 1;
        max-height: 30vh;
        color: #000;
        border-radius: 23px;
        resize: none !important;
        overflow: hidden;
        font-family: "Pretendard", sans-serif;
            outline: none;
		    caret-color: #ff153c;
		    padding: 2.5vw 4.166666vw;
		    font-size: 3.611111vw;
		    font-weight: 400;
		    border: none;
		    border-radius: 10vw;
		    background-color: rgb(242, 242, 242);
		    width: 71.11111vw;
		    height: 8.33333vw !important;
		   white-space: pre-wrap !important;
	}

	/*2025.09.05 start*/
    .modal-list {
        display: none;
        background: #fff;
        width: 95%;
        z-index: 100;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 5.55555vw;
        padding: 12.77777vw 5.88888vw 7.22222vw 7.77777vw;
        top: 50%;
        height: 50%;
    }
	.modal-list.ua{
	    display: none;
        background: #fff;
        width: 100%;
        z-index: 100;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 5.55555vw 5.55555vw 0 0;
        /*2025.08.07 (4) start*/
        padding: 12.77777vw 5.88888vw 7.22222vw 7.77777vw;
        /*2025.08.07 (4) end*/
        top: 79%;
        height: 49%;
	}
    /*2025.09.05 end*/
	
	.categoryBox::-webkit-scrollbar {
        /*2025.07.24 start*/
        width: 1.94444vw!important;  
        /*2025.07.24 end*/
	}
	
	.btnList .btnListIndex.hidden {
  		display: none;
	}
	
	.btnListMore{
		display: block;
		text-align: left;
		width: 100%;
		font-size: 3.75vw;
		color: #868686;
		font-weight: 500;
	}
	
	.btnListMore.active .ico_menu_arr {
  		transform: rotate(180deg);
	}
	
	.toggleBtnText{
		margin-right: 5px;
	}
	
	.categoryTtl{
        /*2025.09.05 start*/
		font-size: 4.8vw;
        /*2025.09.05 end*/
        /*2025.08.07 (4) start*/
		margin-bottom: 2vw;
        /*2025.08.07 (4) end*/
	}
	.btnListIndex{
		font-size: 3.194444vw;
	    font-weight: 500;
	    border-radius: 3.88888vw;
	    color: #4f4f4f;
	    display: flex;
        /*2025.08.07 (4) start*/
	    padding: 1.4vw 5vw;
        /*2025.08.07 (4) end*/
	    background: #fff;
	    border: 1px solid #bfbfbf;
	}
	
	header h1 .logo{
		height: 17px;
		
	}
	
	header h1 span{
		line-height: 27px;
		font-size: 16.85px;
	}
		
	.scenario-btn-group {
	    width: 100%;
	    justify-content: space-between;
	    margin-bottom: 0;
	     /*2025.08.06 start*/
	    margin-top: 1vw;
        /*2025.08.06 end*/
	    flex-direction: column;
	    gap: 1.944444vw !important;
	    height: 90.11px;
	}
	/* #msg_0{
		padding: 30px 0px 25px;
	} */
	.scenario-btn__label{
	    /*2025.09.05 start*/
		margin-top: 2vw;
		font-size: 2.8vw;
        /*2025.09.05 end*/
        font-weight: 700;
        color: #0b0b0b !important;
        min-height: 2em;
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        font-family: "Pretendard", sans-serif;
        letter-spacing: -0.02em;
	}
	
	.scenario-btn {
        width: calc((100% - 5.83333vw) / 4);
        flex-wrap: nowrap;
        height: 100%;
        transition: .3s ease;
        display: flex;
        border: 1.5px solid #b2b2b2;
        border-radius: 2.916666vw;
        background-color: #fff;
        text-align: center;
        /*2025.08.07 (4) start*/
        box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
        /*2025.08.07 (4) end*/
        padding: 1.7vw 1vw 2.5vw;
        align-items: center;
	}
	
	.faq-title{
		line-height: 1.26666;
        /*2025.09.05 start*/
    	font-size: 4.8vw;
        /*2025.09.05 end*/
	}
	.subBtnList {
		width: 80vw;
		margin: 4.16666vw 0;
	}
	
	/* .subBtnList .scenario-btn{
		 padding: 1.8vw 4vw !important;
		 font-size: 3.75vw;
	} */
	
	.subBtnList button{
		font-size: 3.75vw !important;
	    border-radius: 3.75vw !important;
	    box-shadow: 0 0 1.11111vw rgba(177, 177, 177, .44) !important;
	}
	
	.mainPlusBtn{
		width: 12px;
        height: 28px;
	}
	
	.ai-helper-hint{
		display: flex;
		justify-contents: center;
		flex-direction: column;
	}
	
	.ai-helper-hint span{
		color: rgb(160, 160, 160);
		font-size: 2.4vw !important;
		margin-bottom: 0px !important; 
	}
	
	.message{
    	padding-top: 0px;
    	/* margin-top: 7.22222vw;
        margin-bottom: 7.22222vw; */
	}
	.faq-content{
		/*2025.08.06 start*/
		font-size: 3.47222vw;
        /*2025.08.06 end*/
	    color: #ff153c;
	    margin-top: 1.66666vw;
        /*2025.07.24 start*/
        line-height: inherit;
        /*2025.07.24 end*/
	}
	
	.container{
		/* padding: 6.527777vw 1.5vw 4.583333vw 8.33333vw; */
		padding: 6.527777vw 0 4.583333vw 7.77777vw;
	}
	
	main .container{
		/* padding-right: 6.25vw; */
		padding-right: 28px;
		align-items: flex-start !important;
	}

	.chatInnerWrap .adviserChat .subBtnList {
	    position: relative;
	    display: flex;
	    gap: 1.94444vw;
	    margin: 4.16666vw 0;
	    flex-wrap: wrap;
	}
	
	.intro {
   	 display: none;
	}

	.message.bot .contents:has(.scenario-btn-area) {
	    margin-top: 0px;
	}
	
    /*2025.08.07 start*/
	.subscription-desc{
		font-size: 3.47222vw;
        /*2025.08.07 (4) start*/
        line-height: 1.46666 !important;
        /*2025.08.07 (4) end*/
        color: #3c3c3c !important;
        font-weight: 500;
        font-family: "Pretendard", sans-serif;
	}
    /*2025.08.07 end*/

    /*2025.07.24 start*/

    /*2025.07.24 end*/
	.m0 {margin:0!important}
	.subscription-btn {
		display: block;
        /*2025.08.07 (4) start*/
	    background: #fde6e9 !important;
	    color: #FF3A47 !important;
        /*2025.08.07 (4) end*/
	    font-weight: 400;
	    font-size: 3.472222vw;
	    text-align: center;
	    padding: 3.88888vw 1.5vw;
	    border-radius: 1.5vw;
	}
	
	.subscription-btn-3d {
		display: block;
	    background: #efefef;
    	color: #000;
	    font-weight: 400;
	    font-size: 3.472222vw;
	    text-align: center;
	    padding: 3vw 1.5vw;
	    border-radius: 1.5vw;
	}
	
	.message.bot .contents, .message.search .contents{
        /*2025.08.06 start*/
        font-size: 3.47222vw;
        /*2025.08.06 end*/
		border-radius: 2.777777vw;
	    background-color: #fff;
	    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
	    /* padding: 6.94444vw 5.555555vw 5.55555vw 6.25vw; */
	    padding: 6.94444vw 6.25vw 5.55555vw;
        /*2025.08.07 (4) start*/
        font-weight: 500;
        /*2025.08.07 (4) end*/
	}
	
	.message.user .contents{
        /*2025.08.06 start*/
        font-size: 3.298611vw;
        /*2025.08.06 end*/
		border-radius: 3.33333vw 3.33333vw 0 3.33333vw;;
		font-family: "Pretendard", sans-serif;
		padding: 2vw 5vw;
		font-weight: unset;
		letter-spacing: -0.02em;
        box-sizing: border-box;
        line-height: 1.23;
	}
	
	.subscription-title {
        /*2025.08.07 start*/
		margin-bottom: 14px;
        /*2025.08.07 end*/
        /*2025.09.05 start*/
		font-size: 4.8vw;
        /*2025.09.05 end*/
		line-height: 1.25;
		font-weight: 700;
		font-family: "Pretendard", sans-serif;
	}
	
	/*2025.08.07 start*/
	.headerUserTime{
        font-size: 3vw;
	    white-space: nowrap !important;
	    width: auto;
	}
    /*2025.08.07 end*/
    
	.message .header-wrap span {
        /*2025.08.07 start*/
		font-weight: 700;
        /*2025.08.07 end*/
        white-space: nowrap !important;
        width: auto;
        /*2025.08.06 start*/
        font-size: 4vw;
        /*2025.08.06 end*/
        vertical-align: sub;
	}
	.msg-btn-previous{
		font-size:3.611111vw;
    	font-family: "Pretendard", sans-serif;
    	color: #9c9c9c;
    	font-weight : unset;
    	padding: 0;
    
	}
	.subscription-bottom{
		margin-top: 4.166666vw;
	}
	
	.subscription-desc-3d{
		font-size: 4.16666vw !important;
		margin-top: unset;
		line-height: 1.25 !important;
	}
	.subscription-desc-3d span{
		font-size: 4.16666vw !important;
	}
	/* 
	.message.bot{
		 margin-top: unset !important; 
		margin-bottom: 7.22222vw !important;
	} */
	
	.subscription-btn-list{
		margin-top: 4.58333vw;
	}
	
	.recKeywords{
		background: #fff !important;
        box-shadow: inset 0 0 1.94444vw rgba(0, 0, 0, .1) !important;
        border-radius: 5.55555vw 5.55555vw 0 0 !important;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height:68vw !important;
	}

	.autolist span{
		font-size: 3.611111vw;
	    color: #5e5e5e !important;
	    padding: .5em 0;
	    font-family: "Pretendard", sans-serif !important;
	}
	.chat_bottom{
		padding:12vw 5vw 3vw 7vw !important;
	}
	.keyCloseBtn{
		width: 4vw;
	    position: absolute !important;
	    top: 4vw;
	    right: 4vw;
	}
	
	.subBtn.btn button {
        /*2025.09.05 start*/
		font-size: 2.8vw !important;
        /*2025.09.05 end*/
	    font-weight: 500;
	    border-radius: 3.75vw !important;
	    color: #4f4f4f !important;
	    display: flex !important;
	    padding: 1.944444vw 4.16666vw !important;
	    line-height: 1 !important;
	    background: #fff !important;
	    box-shadow: 0 0 1.11111vw rgba(177, 177, 177, .44) !important;
	}
	
	.infoList {
		font-size: 3.47222vw;
	    font-weight: 800;
	    line-height: 1.466666 !important;
	    color: #000000 !important;
	    list-style: none;
	} 
	
	.infoList::marker {
	  content: none !important; 
	}
	.indentList {
		/* padding-left: .75em; */
	}
	.indent {    
		font-size: 3.472222vw;
	    text-indent: -.75em;
	    font-weight: 500;
	    font-family: "Pretendard", sans-serif;
	    line-height: 1.466666 !important;
	}
	    
	.beforeAst {
		padding-right: .5em;
		line-height: 1.4;
		vertical-align: baseline;
	    font-size: inherit;
	}
	
	.lead2 {
		font-size: 3.472222vw;
	    font-weight: 500 !important;
	    /* margin-bottom: 1em; */
	    color: #000000 !important;
	   	font-family: "Pretendard", sans-serif;
	}
	
	.lead3 {
		padding-left: .75em;
		display: block;
		font-size: 3.472222vw;
	    font-weight: 500 !important;
	    margin-bottom: 1em;
	    color: #3c3c3c !important;
	   	font-family: "Pretendard", sans-serif;
	}
	.scenario-btn__icon-box{
		filter: grayscale(0);
        align-items: center;
	}
		
}



/*2025.09.05 start*/
@media (max-width: 420px){
    .scenario-btn__label {
        margin-top: 3vw !important;
        font-size: 3.1vw !important;
    }

    .subBtn.btn button {
        font-size: 3.1vw !important;
    }
}
/*2025.09.05 end*/