@charset "UTF-8";
#deepseekContentszone{display:none;}


.wrap{ margin-left: 260px;transition: margin-left 0.3s ease-in-out;}
.wide_side.open + .wrap{ margin-left: 260px;}

header{ /*position: relative;*/}
.header_area{color:#EEEEEE; display: flex; justify-content: space-evenly; align-items: center;}
.side_nav{background-color: #f5f7f7; position: fixed; width:68px; height:100vh; display: flex; flex-direction: column; justify-content: space-between; left:0; align-items: center; text-align: center; z-index: 10; top:0; display: none;}
.p_ico{ width:36px; height:36px;}
.wide_area{width:44px;height:44px;}
.wide_side{position: fixed; background-color: #f5f7f7;width:260px; height:100vh;left:0;  z-index: 100; /*padding:20px 10px;*/ top:0; }
.wide_side.hidden {width: 60px;}
.hide_wide{}
.hide_wide:hover{}
.add_hover{padding:5px;}
.add_hover:hover{background:#e6e7e7;;border-radius:11px;}
.logo_area{/*height:90px;*/ padding:25px 10px 25px 20px;}
.wide_logo{max-width: 142px; height:auto; padding:5px 0;}
.new_btn{background: #DBEAFE; color:#4d6bfe; display: flex; align-items: center; padding: 5px 10px;border-radius: 10px;}
.new_chat_area{margin-bottom:34px; display:flex; align-items:center; }
.new_chat_btn{background:#dbdcdc; color:#000; /*width:120px;*/ height:44px; line-height: 44px; display:flex; align-items: center; justify-content: flex-start; border-radius: 15px; margin:0 2px 0 14px; font-weight: 500; overflow: hidden; font-size: 16px; padding:0 10px;}
.new_chat_btn:hover{background: #e6e7e7;}
.new_chat_btn p{ margin-left:9px;}
/*와이드 메뉴 추가되는 사이드 메뉴 영역*/
.side_menu_area{padding:0 10px; padding-bottom:30px;}
.side_menu_area .side_menu{ display: flex; align-items: center; /*margin-bottom:12px;*/ padding:10px; border-radius: 10px;}
.side_menu_area .side_menu:hover{background: #e6e7e7; }
.side_menu_area .side_menu:last-child{margin-bottom:0;}
.side_menu_area .side_menu .side_ico{display:flex; align-items: center; justify-content: center; width:28px; height:28px; border:1px solid #ECEDF2; border-radius: 50%; margin-right:8px;  background: #ffffff;} 
.side_menu_area .side_menu p{font-size:15px; color:#262626;}

/*wide side add history*/
.date{font-weight:500; padding: 0 10px 0 16px; margin:6px 0 6px -6px;}
.chat_history{width:100%; max-height:300px; overflow-y:auto; height:100vh; scrollbar-color: none;}
.history_cont{height:38px; line-height: 38px; border-radius: 10px; cursor: pointer;}
#tabs {outline: none;user-select: none;-webkit-tap-highlight-color: transparent; }
.tab {outline: none;user-select: none;-webkit-tap-highlight-color: transparent;}
.tab:hover{background: #e6e7e7 !important; }
.tab.selected {background: #e6e7e7 !important;}
.tab:hover .ds_icon{opacity: 1; visibility: visible;}
.ds_icon{opacity: 0; visibility: hidden; transition: opacity 0.3s ease, visibillity 0.3s ease; vertical-align: middle; line-height: 16px; padding:2px;}
.ds_icon:hover{background: #fff; border-radius: 5px;}
.edit_del_area{right:0; top:100%;background: #fff;padding:5px; border-radius: 10px; z-index:1;}
.edit_del_area  button{padding:10px; width:100%; border-radius: 5px;}
.edit_del_area .name_edit_btn:hover{background: #adadad; opacity: 0.8;}
.edit_del_area .del_btn:hover{background-color: #ff7474; opacity: 0.8;}
#history{display: none;white-space: nowrap; overflow: hidden; max-width: 100%; width:100%;  position: relative; padding:5px 10px; font-size: 14px; height:38px;}
.his_txt{max-width: 201px;  overflow: hidden; text-overflow: ellipsis; width:100%; font-size: 14px; outline: none; user-select: none;-webkit-tap-highlight-color: transparent; display: inline-block;}
.his_txt.editing{overflow:visible; text-overflow: clip; white-space:normal;}
.get_app_area{border:1px solid #575757; padding:10px 10px; line-height:20px; border-radius: 12px; cursor: pointer; position:relative; margin-top:20px; display: block;}
.get_app{gap:5px;}
.b9f93e3c{line-height: 0;}
.get_app img{}
.get_app p{}
.m_show{display: none;}
.s_new_btn{}
 /* QR 코드 컨테이너 (처음에는 숨김) */
 .qr_code_container {position: absolute;bottom: 60px;background: white;padding: 12px;border-radius: 12px;box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);text-align: center;transition: opacity 0.3s ease, transform 0.3s ease;opacity: 0;transform: scale(0.95);pointer-events: none;display: flex;flex-direction: column;align-items: center;}
/* 말풍선 모양 */
.qr_code_container::after {content: "";position: absolute;bottom: -10px;left: 50%;transform: translateX(-50%);width: 20px;height: 10px;background: white;clip-path: polygon(50% 100%, 0 0, 100% 0);}
/* QR 코드 이미지 */
.qr_code_container img {width: 100%;height: 100%;margin-bottom:20px;}
.qr_code_container p{font-size: 13px; margin-bottom:15px;}
/* 호버 시 QR 코드 보이기 
.get_app_area:hover .qr_code_container {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}*/
.get_app_area:hover{background: #e6e7e7;}

/* 호버 시 툴팁 표시 */
.history_cont:hover::after {
  
}

/* 기본적으로 툴팁 숨김 */
.history_cont::after {
 
}
.tooltip_box {position: absolute;background: rgba(0, 0, 0, 0.8);color: #fff;padding: 10px;border-radius: 5px;font-size: 12px;z-index: 10000; max-width: 100vw !important; white-space: normal;word-break: break-word;overflow-wrap: break-word;display: none; }
/* ✅ 툴팁이 보일 때 동적으로 크기 조절 */
.tooltip_box.show {display: block;opacity: 1;visibility: visible;transition: opacity 0.3s ease;}

.log_join_area{display: inline; position: absolute; right:4%; top:2%;}
.log_join{text-align: right;}
.log_join li{display: inline-block; margin-right:8px;}
.log_join li:last-child{margin-right:0;}
.log_join li a, .log_join li button{padding:7px 12px;  border-radius: 12px; color:#000; background:#dbdcdc; font-weight: 500;}
.log_join li a:hover{background: #e6e7e7;}
.add_btn{background:#2C2C36 !important; color:#ffffff !important;}
/*.log_join li a:hover{background: #000; color:#ffffff;}*/

/*임시 사이드 메뉴바 css*/
.side_fake{display: flex; flex-direction: column; justify-content: flex-start;align-items: center; height:85vh; gap:30px; padding-top:20px;}



.menu_list{}
.menu_list li{margin-right:36px;}
.menu_list li a{font-size: 18px;}
.menu_list li:last-child{margin-right:0;}
.share_btn{border:1px solid #eeeeee; padding:7px 9px; border-radius: 100px;font-size: 14px;}

/*채팅 영역*/
.gpt_search_area{max-width: 672px; width:100%; margin:0 auto; text-align: center;  height:100vh; display: flex; flex-direction: column; justify-content: center;}
.plan_pop{background: #FFFCE7; border:1px solid #EEEBD2; border-radius: 25px;  position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; height:126px; cursor: pointer; margin-bottom:16px;/*box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/ padding:30px 0;}
.p_clear{position: absolute; right:15px; top:15px; }
.plan_txt{color:#777777; font-size: 13px; margin-bottom:14px;}
.plan_btn{max-width: 239px; height:40px; line-height: 40px; font-size:13px; color:#ffffff; font-weight: 500; text-align: center; background: #2597FF;width:100%; border-radius: 50px; display: inline-block;}
.plan_btn:hover{background:#bfe0fd; color:#0087ff;}
.search_box {width: 100%;/*min-height: 100px;*/ background-color: #fff;border-radius: 25px;padding-right: 10px;padding-top: 16px;display: flex;transition: height 0.2s ease;position: relative;align-items: flex-start;padding-bottom: 10px;height: auto; max-height: 400px; /*margin-bottom:40px;*/  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);  border:0.5px solid  #dee1ee;}
.search_input {width: 98%; color:#000000; padding-left: 16px;border: none;background: none;outline: none;resize: none;overflow-y: auto;font-size: 17px;flex-grow: 1;min-height: 36px;max-height: 336px;}
.search_input::placeholder{color: #999999;}
.search_input::-webkit-input-placeholder { color: rgba(13, 13, 13, 0.3); } /* Chrome, Safari */
.search_input:-moz-placeholder { color: rgba(13, 13, 13, 0.3); } /* Firefox 4~18 */
.search_input::-moz-placeholder { color: rgba(13, 13, 13, 0.3); } /* Firefox 19+ */
.search_input:-ms-input-placeholder { color: rgba(13, 13, 13, 0.3); } /* Internet Explorer 10+ */
.search_btn_area{position: absolute; width:100%; height:40px; text-align: right; bottom:8px; /*right:10px;*/}
.search_btn{background-color:#dbdcdc; width:32px; height:32px; border-radius: 50%; }
.service_tit{color:#000000; font-size: 24px; letter-spacing: -1.3px;}
.service_s_tit{font-size: 14px; color:#404040;}
.send_hide{margin-bottom:40px; opacity: 1; }
.send_hide.hidden {opacity: 0;}
.ai_hide{display: none;}
.side_tab_cont{display: none;}
.side_tab_detail{width:100%; height:70px; }
.side_tab_ico{ margin-right:5px;  display: flex; align-items: center; justify-content: center; width:32px; height:32px;  border-radius: 11px;}
.ico_back1{background-color: #677DE5;}
.ico_back2{background-color: #58A942;}
.ico_back3{background-color: #ED6A5E;}
.ico_back4{background-color: #E4A751;}
.ico_back5{background-color: #48C3B9;}
/*pro 버튼 추가*/
.pro_btn_area{}
.pro_btn{display: inline-flex; color:#4c4c4c; border-radius: 14px;height:28px; display: flex; justify-content: center; align-items: center; margin-right:10px; padding:0 7px; background-color: #fff; border:1px solid rgba(0, 0, 0, 0.12); font-size:12px;}
.pro_btn:hover{background: #E0E4ED;}
.pro_btn img{vertical-align: middle;}
/*.send_hide .main_logo{width:40px; height:32px; margin-right:15px;}*/
/* 애니메이션 컨테이너 */
.animation_container {position: relative;width: 70px;height: 70px;display: flex;justify-content: center;align-items: center;overflow: hidden;}
.add_ico{width:35px !important;}
/* 중앙 로고 */
.main_logo {position: absolute;height: 34px;z-index: 10;}
.ripple {position: absolute;width: 30px;height: 30px;border: 2px solid rgb(0 0 0 / 50%);border-radius: 50%;animation: rippleEffect 1s linear infinite;opacity: 1;z-index: 1;}
.ripple:nth-child(1) {
    animation-delay: -1s;
}
.ripple:nth-child(2) {
    animation-delay: -0.5s;
}
.ripple:nth-child(3) {
    animation-delay: 0s;
}

/* 물결 애니메이션 */
@keyframes rippleEffect {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}



.send_show{display: none; max-height:600px; overflow-y:auto; width:100%; margin-top:100px;}
.question{display: flex; justify-content: flex-end; margin-bottom:16px; padding-bottom:32px; padding:20px; background: #f5f7f7; white-space: pre-wrap; word-break: break-word; border-radius: 14px; width:fit-content;  font-size:17px;  text-align: left;}
.question.long_text{max-width:70%;}
.answer{text-align:left; font-size:16px; letter-spacing: 1.3px; line-height:22px; display: flex; justify-content: space-around; align-items: flex-start; margin-bottom:40px;}
.answer_ico{width:28px; height:28px; border:1px solid #adadad; padding:5px; border-radius: 50%; display: flex; align-items: center;  user-select: none; -webkit-user-drag: none; pointer-events: none;}
.answer_ico img{}
.answer_area{width:95%; margin-left:15px; line-height:25px;font-size:17px;}

#tabs{display: flex; flex-direction: column; width:100%; padding:0 10px;}
.tab{display: flex; justify-content: space-between; align-items: center; width:100%; padding:0 10px; border-radius: 10px; position: relative;}
.tab a{font-size:14px;}


.ham_btn{font-size: 24px; width: 24px; height: 56px;  color: rgb(139, 139, 139); position: absolute; top:10px;  left:20px; display: none; display:flex;  align-items: center;}
/*메인페이지 AI 사이드 메뉴 영역*/
.main_side_menu_area{display: flex; margin-top:18px; margin-bottom:40px;}
.main_side_menu{border:1px solid #ECEDF2; border-radius: 50px; padding:9px; height:32px; display:inline-flex; align-items: center; margin-right:6px;} 
.main_side_menu:hover{background: #E0E4ED;}
.main_side_menu:last-child{margin-right:0;}
.main_side_menu img{margin-right:3.9px;}
.main_side_menu p{color:#666666; font-size: 14px; letter-spacing: -1.4px;}

/*텍스트 상자 추가*/
.text_box_area {display: flex;gap: 10px;flex-wrap: wrap;justify-content: center; margin:20px 0;}
.text_box_area div {border: 1px solid #dee1ee;border-radius: 12px;padding: 10px 16px;background-color: transparent;text-align: center;cursor: pointer;transition: all 0.3s ease;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 5; -webkit-box-orient: vertical;width: 23%;height: calc(1.5em * 5); line-height: 1.65em;text-overflow: ellipsis;white-space: normal;font-size:15px; color:#676767; font-family: ui-sans-serif, -apple-system, system-ui, 
  'SF Pro', 'Segoe UI', 'Helvetica', 'Arial', 
  'Noto Sans', 'Roboto', sans-serif, 
  'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !important;}
.text_box_area div:hover {background-color: #f3f4f6;}

/*구독 플랜*/
.plan_area{display: grid; grid-template-columns: repeat(4, 1fr);  gap:17px; justify-content: center; padding-bottom:40px;}
.plan_box{width:285px;width:100%; padding:30px 37px; border-radius: 16px; box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);text-align: center; cursor: pointer;}
.p_button:hover{background:#000; color:#fff;}
.plan_box .p_tit{color:#000000; font-size: 18px; margin-bottom:24px; font-weight: 500;}
.add_border{border:2px solid #000; }
.price_area{display: flex; align-items: baseline; justify-content: center; margin-bottom:8px;}
.price_area h1{font-size: 38px; font-weight: 500; color: #000; line-height: 38px;}
.price_area span{font-size: 13px; color:#777777; line-height: 24px;}
.p_button{width:100%; height:40px; font-size:13px; color:#000; border: 1px solid #000;  border-radius: 5px;}
.chk_txt{color:#777777; font-size: 12px; line-height: 12px; vertical-align: middle; display: flex; margin-top:8px;}
.chk_txt::before{content:''; display: inline-block;width:12px; height:12px; background-image: url('../images/ico/black_check.png');background-repeat: no-repeat; background-size: contain; margin-right:12px; vertical-align: middle; }
.suggestion{background: #000; border-radius: 8px; width:45px; height:24px; line-height: 24px; top:10px; right:10px;}
.suggestion span{font-size:13px; color:#ffffff;}
.add_color{background: #000; color:#ffffff;}


/*25.02.10 팝업*/
 /* ✅ 기본 팝업 스타일 */
 .basic_pop {display: none;position: fixed;z-index: 1000;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.3);}

/* ✅ 팝업 내용 */
.basic_pop_content {background: white;width: 400px;/*margin: 15% auto;*/position: absolute;top:50%;left:50%;transform: translate(-50%, -50%);padding: 20px;border-radius: 10px;box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);text-align: center;}

/* ✅ 제목 */
.basic_pop_title {font-size: 18px;font-weight: bold;margin-bottom: 10px;}

/* ✅ 버튼 영역 */
.basic_pop_footer {display: flex;justify-content: flex-end;margin-top: 20px;}

/* ✅ 버튼 스타일 */
.basic_pop_btn {padding: 8px 15px;border: none;border-radius: 5px;cursor: pointer;font-size: 14px;}
.basic_pop_btn_cancel {background: #e0e0e0;}
.basic_pop_btn_delete {background: #ff4d4d;color: white;margin-left:10px;}
/* ✅ 버튼 hover 효과 */
.basic_pop_btn:hover {opacity: 0.8;}

/*메인 약관, 개인정보처리방침 영역*/
.terms_btn{text-decoration: underline; color:#999999; font-size:0.9rem; display: inline-block; }
.right_area{width:100%; max-width:800px; margin: 0 auto; text-align: right; position: absolute;  bottom:-4px; right:5%;}

/*footer*/
footer{width:100%; position: relative;  bottom:0; left:50%; transform: translate(-50%); text-align: center; color:#adadad;   padding-bottom:20px; display: flex; align-items: center; justify-content: center; margin-top:30px;}
.copy{/*padding-bottom:30px;*/}

.faq_area{max-width:1000px; width:100%; margin:0 auto; text-align: center; display: grid; grid-template-columns: repeat(3, 1fr); gap:17px; justify-content: center;}
.faq_box{max-width: 274px; width:100%; height:160px; display: flex; flex-direction: column; border:1px solid #EEEEEE; border-radius: 10px; text-align: left; padding-left:23px; padding-right:23px; padding-top:28px; margin-right:17px;}
.faq_box:hover{border:1px solid #00BFA5; box-shadow: 0px 4px 10px rgba(0, 191, 165, 0.2);}
.faq_box img{margin-bottom:22px;}



/*pc*/
@media(max-width:1300px){
.plan_area{ grid-template-columns: repeat(2, 1fr);  gap:17px;}
.right_area{ text-align: center; right: unset;}

}
@media(max-width:1200px){
  footer{margin-top:80px;}
}
@media(max-width:1024px){
  .m_block{display: block !important;}
}
@media(max-width:932px){
  .web_side{display:none;}
  .main_side_menu{margin-bottom:8px;}
}
/*moblie*/
@media(max-width:768px){
  .wrap{margin-left:0 !important; width:100% !important;}
  .ham_btn{display: block;}
  .side_nav{display: none;}
  .wide_side{z-index: 1000; width:70%; display: none;}
  .gpt_search_area{max-width: unset; height:100%; padding:0 20px;   }
  .plan_area{ grid-template-columns: repeat(1, 1fr);  gap:17px;}
  .hide_wide{display: block;}
  .wide_logo{/*max-width:100px;*/}
  .m_width_100{width:100% !important;}
  .m_h_vh100{height:unset !important; margin-bottom:40px;}
  .ham_btn_area{width:100%; background: #ffffff; height:56px;}
  .m_mt_60{margin-top:60px !important;}
  .m_disflex_alingcenter{display: block !important;}
  .wrap{margin-left:0;}
  .m_mt_21{margin-top:0;}
  #chat{margin-top:80px; padding-top:30px;}
  .basic_pop_content{width:90%;}
  .m_posi_re{position: relative;}
  .m_wrap{display:flex; flex-direction: column; justify-content: center; height:100vh;}
  .send_hide{margin-bottom:0;}
  .mt_56{margin-top:0 !important;}
  .terms_btn{font-size:9px;}
  .copy p{font-size:9px;}
  .web_side {display: none !important;}
  .text_box_area {justify-content: flex-start;}
  .text_box_area div {white-space: normal;flex: 1 1 calc(50% - 10px);}
}

@media(max-width:660px){
  /*footer{margin:0 20px;}*/
  .plan_pop{padding:30px; margin-bottom:10px; }
  .p_clear{right: 5px; top:5px;}
}

@media(max-width:510px){
  .p_txt{font-size: 13px; letter-spacing: -0.3px;}
}

@media(max-width:480px){
  .p_txt{ font-size: 12px; letter-spacing: -0.3px;}
  .w_show{display: none;}
  .side_menu_area{padding-bottom:20px;}
  .chat_history{max-height:200px;}
  .service_tit{font-size:20px;}
}

@media(max-width:383px){
  .p_txt{ font-size: 11px;}
 /* .chat_history{max-height:380px;}*/
  .qr_code_container p{font-size: 10px;}
  .service_tit{font-size:17px;}
  .login_logo{margin-top:56px;}
}
@media(max-width:360px){
  .p_txt{ font-size: 9px; letter-spacing: -0.5px;}
  .login_logo{margin-top:0;}
}
.back_color1{background: #4D6BFE;}
.font_color1{color:#FFFFFF;}
.font_color2{color:#999999;}
.dis_none{display: none;}
.dis_ruby{display: ruby;}
.dis_block{display: block !important;}
.dis_inline{display:inline;}
.flex{display: flex !important;}
.align_base{align-items: baseline !important;}
.flex_end{display: flex; justify-content: end;}
.flex_col{display: flex; flex-direction: column;}
.dis_none{display: none ;}
.disflex_center1{display: flex; justify-content: center;}
.disflex_justispace{display: flex;justify-content: space-between;}
.disflex_justispace_center{display: flex;justify-content: space-between; align-items: center;}
.disflex_justispace_end{display: flex;justify-content: space-between; align-items: end;}
.disflex_justi_end{display: flex;justify-content: flex-end;}
.disflex_alingcenter{display:flex; align-items:center;}
.disflex_column{display: flex; flex-direction: column; }
.disflex_column_center{display: flex; flex-direction: column; justify-content: center; align-items: center; }
.disflex_center{display: flex;  justify-content: center; align-items: center; }
.disflex_baseline{display: flex; justify-content: space-between; align-items: baseline;}
.dis_flex_end{display: flex; align-items: flex-end;}
.posi_re{position: relative;}
.posi_ab{position: absolute;}
.m_posi_re{}
.m_side{/*display: none;*/}
.t_center{text-align: center;}
.clearfix::after {content: "";display: block;clear: both;}
.m_disflex_alingcenter{display:flex; align-items: center; justify-content: center;}
.m_h_vh100{height:100vh;}
.h_vh100{height:100vh;}
.vh_full{height:100vh;}
.wid_hei_20{width:20px; height:20px;}
.wid_hei_35{width:35px !important; height:35px !important;}
.width_40{width:40%;}
.width_50{width:50%;}
.width_100{width:100% !important;}
.m_mt_21{margin-top:-20px;}
.mt_56{margin-top:-56px !important;}
.mt_0{margin-top:0 !important;}
.mt_24{margin-top:24px;}
.mt_10{margin-top:10px;}
.mt_40{margin-top:40px;}
.mb_0{margin-bottom:0 !important;}
.mb_30{margin-bottom:30px;}
.mb_40{margin-bottom:40px;}
.mb_66{margin-bottom:66px;}
.pdb_20{padding-bottom:20px;}
.pd8_border_none{padding-top:8px; border:none !important; padding-bottom:0;}
.pd_1012{padding:10px 12px;}
.pd_10{padding:0 12px;}
.pdl_10{padding-left:12px;}
.pd_t0{padding-top:0 !important;}
.pd_b0{padding-bottom:0 !important;}
