@charset "UTF-8";
/*reset*/

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/variable/pretendardvariable-dynamic-subset.css");

/** {*/
/*    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;*/
/*}*/
* {
    font-family: "Pretendard Medium", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*2021.04.28 텍스트 선택 안되게 추가*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.guide_txt>p {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

/*::-webkit-input-placeholder {*/
/*    font-style: italic;*/
/*}*/

/*:-moz-placeholder {*/
/*    font-style: italic;*/
/*}*/

/*::-moz-placeholder {*/
/*    font-style: italic;*/
/*}*/

/*:-ms-input-placeholder {*/
/*    font-style: italic;*/
/*}*/

/*::-webkit-scrollbar:horizontal{*/
/*    padding: 0 10px;*/
/*}*/

body {
    min-height: 100dvh;
}

html {
    -ms-content-zooming: none;
    -ms-touch-action: pan-x pan-y;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    touch-action: none;
}

body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
select,
table,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
    letter-spacing: -0.25px;
}

body,
button,
h1,
h2,
h3,
h4,
h5,
input,
select,
table,
textarea {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.27
}

body {
    position: relative;
    color: #333;
    word-break: break-all;
    -webkit-text-size-adjust: none;
    font-size: 16px;
}

html {
    font-size: 16px;
    line-height: 15px
}

button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
    outline: 0;
    border: 0;
    -webkit-border-radius: 0;
    /* 둥근모서리 */
    -webkit-appearance: none
        /* 그림자 */
}

button {
    border: 0;
    background: none;
    outline: 0;
    vertical-align: top;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
}

table {
    border-collapse: collapse
}

fieldset,
img {
    border: 0;
}


ol,
ul {
    list-style: none
}

address,
em {
    font-style: normal
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
}

img {
    vertical-align: top
}

mark {
    color: inherit;
    font-weight: 700;
    background: 0 0
}

button,
input {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: 0 0;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}


/*스크롤바 */
::-webkit-scrollbar {
    width: 5px;
    background-clip: padding-box;
    border: 6px solid transparent;
    border-radius: 80px;
}

::-webkit-scrollbar-thumb {
    height: 20%;
    /* 스크롤바의 길이 */
    background: #937FBC;
    /* 스크롤바의 색상 */
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    margin-top: 60px;
    margin-bottom: 12px;
    background: rgba(33, 122, 244, .1);
    /*스크롤바 뒷 배경 색상*/
    border-radius: 10px;
}

::-webkit-scrollbar:horizontal {
    height: 7px;
}

@media screen and (max-width:767px) {
    ::-webkit-scrollbar:horizontal {
        display: none;
    }
}

/* 닥터이비인후과병원 타이틀 패딩초기화*/
.p-0 {
    padding: 0;
}


/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

select {
    line-height: 30px;
    /*background:url(../images/svg/icon_select_sort.svg) no-repeat right 0 top 50%;*/
    background-size: 14px;
    padding-right: 24px;
}

select::-ms-expand {
    display: none;
}

/* IE 10, 11의 네이티브 화살표 숨기기 */

/* placeholder 스타일 지정 */
::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}


.pos_r {
    position: relative !important
}

.fl {
    float: left !important
}

.fr {
    float: right !important
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: block
}

.clear,
.clearfix::after {
    clear: both !important
}

.ie7 .clearfix {
    zoom: 1;
}

.blind {
    position: absolute;
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0
}

.ellipsis_tt {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*말줄임*/
.ellipsis02_tt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

body.scroll-n {
    overflow: hidden;
}

.bg_dark {
    display: none;
    position: fixed;
    z-index: 110;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0.8;
}

.bg_dark02 {
    display: none;
    position: fixed;
    z-index: 110;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0.5;
}

.bg_dark03 {
    display: none;
    position: fixed;
    z-index: 110;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0.0;
}

html,
body {
    height: 100%;
}

.wrap {
    height: 100%;
    position: relative;
    /* background-color:#f9fbfe; */
}

.wrap .inner {
    height: 100%;
}

.wrap .inner.blur {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

/*header*/
.header {
    position: absolute;
    width: 100%;
    background-color: #fff;
    text-align: center;
    z-index: 101;
}

.header.on {
    background-color: #0065B5;
    z-index: 111;
}

.header .title {
    position: relative;
    display: inline-block;
    padding: 0 40px 0 80px;
}

/* userInfo area*/

#userInfo {
    position: absolute;
    right: 10px;
    top: 55px;
    width: 180px;
    height: 120px;
    border-radius: 8px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    z-index: 9;
    display: none;
}

#userInfo .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #6a6a6a;
}

#userInfo .inner .top_section {
    height: 90px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 12px;
}

#userInfo .inner .bottom_section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    border-top: .8px solid #ebebeb;
}

#userInfo .inner .bottom_section div {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

#userInfo .inner .bottom_section div:first-child {
    border-right: .8px solid #ebebeb;
}


/*padding 값 수정*/
.header h1 {
    font-size: 20px;
    font-weight: bold;
    color: #937FBC;
}

/* 폰트 사이즈 변경 아이콘 생성 */

.header .btn_folding_guide {
    width: 34px;
    height: 34px;
    background: url(../images/sub/bt_arw_down.png) no-repeat 50% 50%;
    background-size: 34px 34px;
}

.header .btn_back {
    position: absolute;
    top: 11px;
    left: 16px;
    display: block;
    width: 34px;
    height: 34px;
    background: url(../images/sub/bt_top_back.png) no-repeat 50% 50%;
    background-size: 34px 34px;
}

.header .btn_help {
    /*position:absolute;*/
    top: 11px;
    right: 16px;
    padding: 17px;
    padding-left: 12px;
    float: right;
    /*display:block;width:34px;height:34px;background:url(../images/sub/bt_top_help.png) no-repeat 50% 50%;background-size:34px 34px;*/
}

.header .btn_folding_guide.on {
    background-image: url(../images/sub/bt_arw_up.png)
}

.header .chat_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 3.5em;
    padding: 0 15px;
    position: relative;
}

.header .chat_top .chat_top_left {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    /*display: none;*/
}

.header .chat_top .chat_top_center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.header .chat_top .chat_top_right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.header .chat_top .chat_top_right .header_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 12px;
    color: #c3c3c3;
}

.header .chat_top .chat_top_right .header_btn .home {
    width: 25px;
}

.header .back_btn {
    transform: rotate(180deg);
    width: 18px;
    margin-bottom: 1px;
    opacity: 0.6;
}

/* header menu */

.header .menu_area {
    width: 100%;
    height: 40px;
  }
  
  .header .menu_area .menu {
    border-bottom: 1px solid #EBEBEB;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .header .menu_area .menu li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: relative;
  }

  .header .menu_area .menu li.active {
    border-bottom: 3px solid #937FBC;
  }

.message-count-circle {
    position: absolute;
    right: 5px;
    top: 2px;
}

  .header .menu_area .menu li a {
    color: #858585;
    font-weight: 500;
    font-size: 14px;
    display: block;
  }

.gift_icon {
    width: .70em;
}

.gift_alert_icon {
    /*display: none;*/
    width: 14px;
    height: 14px;
    /* border: 1px solid black; */
    font-size: 8px;
    line-height: 14px;
    position: absolute;
    top: -4px;
    right: -5px;
    font-weight: bold;
    font-family: sans-serif;
    background-color: #70B773;
    color: #fff;
    border-radius: 10px;
    /* text-align: center; */
    padding-right: 1px;
}

.mission_icon {
    width: .75em;
}

.plant_icon {
    width: .70em;
}

.home_icon {
    width: .70em;
}

@media (max-width: 767px) {
    .header_btn {
        /* margin-right: 2.8vw; */
    }
}

.header_btn .home_refresh_btn {
    padding-top: 17px;
    float: right;
}

.header .chat_guide {
    display: none;
    text-align: left;
    color: #fff;
    background: #0065B5
        /*rgba(0,88,159,1)*/
    ;
}

/*.header.on .chat_guide {*/
/*    display: block;*/
/*}*/

.header .chat_guide .chat_guide_info {
    height: 158px;
    padding: 30px;
    background: url(../images/favicon/ms-icon-310x310.png) no-repeat 104% 200%;
    background-size: 150px;
}

.header .chat_guide .txt_intro {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 22px;
}

.header .chat_guide .txt_time {
    font-size: 14px;
    white-space: nowrap;
}

/*.header .chat_guide .chat_guide_lnk {height:110px;}
.header .chat_guide .chat_guide_lnk li {float:left;width:50%;height:110px;border-top:1px solid rgba(255,255,255,0.6);}
.header .chat_guide .chat_guide_lnk li a {display:block;height:100%;font-size:14px;text-align:center;font-weight:bold;padding-top:55px;background-repeat:no-repeat;background-position:50% 20px;background-size:26px 26px;letter-spacing:-0.5px;display:-ms-flexbox;display: -webkit-flex;display:flex;justify-content:center;align-items:center;}
.header .chat_guide .chat_guide_lnk li + li {border-left:1px solid rgba(255,255,255,0.6);}
.header .chat_guide .chat_guide_lnk li:nth-child(1) a {background-image:url(../images/ico_phone.png);}
.header .chat_guide .chat_guide_lnk li:nth-child(2) a {background-image:url(../images/ico_faq.png);}
.header .chat_guide .chat_guide_lnk li:nth-child(3) a {background-image:url(../images/ico_doc.png);}
*/
.header .chat_guide .chat_guide_lnk {
    height: 75px;
}

.header .chat_guide .chat_guide_lnk li {
    float: left;
    width: 33.33%;
    height: 75px;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
}

.header .chat_guide .chat_guide_lnk li a {
    display: block;
    height: 100%;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: 50% 15px;
    background-size: 26px 26px;
    letter-spacing: -0.5px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .chat_guide .chat_guide_lnk li+li {
    border-left: 1px solid rgba(255, 255, 255, 0.6);
}

/*.header .chat_guide .chat_guide_lnk li:nth-child(1) a {*/
/*    background-image: url(../images/sub/ico_phone.png);*/
/*}*/

.header .chat_guide .chat_guide_lnk li a {
    position: relative;
}
.header .chat_guide .chat_guide_lnk li a img {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}


.header .chat_guide .chat_guide_lnk li a span {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
}

.header .chat_guide .chat_guide_lnk li:nth-child(1) a img {
    top: 14px;
    width: 26px;
}

.header .chat_guide .chat_guide_lnk li:nth-child(2) a img {
    width: 32px;
}

.header .chat_guide .chat_guide_lnk li:nth-child(3) a img {
    top: 18px;
}

.header .chat_guide .chat_guide_lnk li:nth-child(4) a img {
    top: 18px;
}

/*.header .chat_guide .chat_guide_lnk li:nth-child(2) a {*/
/*    background-image: url(../images/sub/ico_map.png);*/
/*    background-size: 36px 36px;*/
/*}*/

/*하단 고정영역*/
/*하단 고정영역*/
.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
}

/*.footer .chat_write {position:relative;background-color:#333333;padding:7px 7px 7px 5px;}*/
.footer .chat_write {
    position: relative;
    background-color: #fff;
    padding: 10px 0 10px 0;
    border-top: 1px solid #EBEBEB;
}

.footer .chat_write::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 1px;
}

.footer .chat_write .chat_write_area {
    position: relative;
    height: 42px;
    display: flex;
    padding: 0 11px 0 11px;
    gap: 20px;
    justify-content: space-between;
}

.footer .chat_write .btn_menu {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 43px;
    height: 100%;
    background: url(../images/sub/bt_plus.png) no-repeat 50% 50%;
    background-size: 18px;
    background-color: #666;
    display: none;
}

.footer .chat_write .btn_menu.on {
    background-image: url(../images/sub/bt_minus.png);
    border-color: #0065B5;
}

.footer .chat_write .btn_enter {
    width: 32px;
    height: 32px;
    background: url(../images/submit_icon.png) no-repeat 100% 100%;
    background-size: 100%;
    background-color: transparent;
    border-radius: 10px;
    position: absolute;
    top: 5px;
    right: 17px;
}

/*.footer .chat_write .btn_submit {position:absolute;right:5px;bottom:5px;width:30px;height:30px;background:url(../images/dain/bt_sumbit_dain.png) no-repeat 50% 50%;background-size:30px;}*/
.footer .chat_write .btn_submit.on {
    background-image: url(../images/sub/bt_submit_blue.png);
    border-color: #3288cc;
}

.footer .chat_write .btn_submit.on {
    background-image: url(../images/sub/bt_submit_blue.png);
    border-color: white;
}

.footer .chat_write .chat_write_area .text {
    position: relative;
    background-color: #f4f4f4;
    padding: 11px 47px 8px 18px;
    border-radius: 0;
    width: 100%;
    border-radius: 30px;
}

.footer .chat_write .chat_write_area .text:focus-within {
    background-color: #ededed;
}

.footer .chat_write textarea {
    display: block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    max-height: 66px;
    background-color: transparent;
    font-size: 17px;
    color: #000;
    resize: none;
}

.footer .chat_layer_menu {
    display: none;
    position: relative;
    background-color: #fff;
    border-radius: 11px 11px 0 0;
    padding-top: 22px;
}

.footer .chat_layer_menu.on {
    display: block;
}

.footer .chat_layer_menu::before {
    content: '';
    position: absolute;
    top: 9px;
    left: 50%;
    margin-left: -44px;
    width: 88px;
    height: 4px;
    background-color: #000;
    border-radius: 2px
}

.footer .chat_menu {
    max-height: 264px;
    overflow-y: auto;
}

.footer .chat_menu li+li {
    border-top: 1px solid #ebebeb;
}

.footer .chat_menu li>a {
    display: block;
    height: 100%;
    line-height: 22px;
    font-size: 17px;
    color: #5375ad;
    padding: 15px 22px;
}

.footer.on {
    z-index: 111;
}

.footer.on .chat_layer_menu {
    display: block;
}

/*음성입력 (2021.02.16)*/
.footer .chat_write .btn_submit.hide {
    display: none;
}

.footer .chat_write .btn_voice.hide {
    display: none;
}

.footer .chat_write .btn_voice {
    position: absolute;
    right: 15px;
    bottom: 8px;
    width: 25px;
    height: 25px;
    background: url(../images/voice.png) no-repeat 50% 50%;
    background-size: 25px;
}

.footer .chat_write .btn_voice.on {
    background-image: url(../images/sub/bt_voice_hover.png);
    border-color: #BF9B81;
}

.footer .listening_voice {
    display: none;
    position: absolute;
    bottom: 54px;
    left: 0;
    right: 0;
    height: 58px;
    width: 100%;
    text-align: center;
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 1));
}

.footer .listening_voice.on {
    display: block;
}

.footer .listening_voice p {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    padding-top: 15px;
}

.footer .listening_voice .listening {
    height: 28px;
    padding: 5px;
}

.footer .listening_voice .listening>div {
    display: inline-block;
    background-color: #4a79d9;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    vertical-align: top;
    animation: chat_loading 1.2s infinite;
}

.footer .listening_voice .listening>div:nth-child(1) {
    opacity: 0.3;
    animation-delay: -0.8s;
    margin-right: 7px;
}

.footer .listening_voice .listening>div:nth-child(2) {
    opacity: 0.5;
    animation-delay: -0.4s;
    margin-right: 7px;
}

.footer .listening_voice .listening>div:nth-child(3) {
    opacity: 1;
}

.change_character {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}

/*content*/
.content {
    position: absolute;
    top: 72px;
    right: 0;
    bottom: 62px;
    left: 0;
    z-index: 0;
    overflow: auto;
    background-color: #F8F8F8;
}

/*2021.02.22 박동석 - bottom : 64px -> 54px 수정 */
.chat_message_section {
    padding: 0 0 0 0;
}

.more_prev_msg {
    padding: 18px 0 18px;
    text-align: center;
}

.more_prev_msg .btn_gray_round {
    height: 30px;
    line-height: 28px;
    font-size: 0.81em;
    color: #464646;
    background-color: #fff;
    border: 1px solid #c2c2c2;
    border-radius: 15px;
    padding: 0 13px;
}

.chat_message_section .chat_message_group {
    position: relative;
    margin-bottom: 13px;
    margin-left: 22px;
    margin-right:11px;
}

.chat_message_section .chat_message_group::after {
    display: block;
    clear: both;
    content: '';
}

/*챗봇 프로필 이미지*/
.chat_message_group .thumbnail {
    height: 2.5em;
    background: url(../images/laon/laon_profile.png) no-repeat 0.94em 50%;
    background-size: 2.5em 2.5em;
    padding-left: 4em;
    font-size: 1em;
    font-weight: bold;
    line-height: 2.5em;
    margin-bottom: .7em;
}

/*날짜*/
.chat_date {
    position: relative;
    text-align: center;
}
/* 
.chat_date::before {
    content: "";
    display: block;
    position: absolute;
    top: 1.35em;
    right: 0;
    left: 0;
    height: 1px;
    background: #ebebeb;
} */

.chat_date>span {
    position: relative;
    display: inline-block;
    width: 88px;
    line-height: 3.44em;
    font-size: 0.81em;
    text-align: center;
    color: #aaa;
    font-weight: 300;
    background-color: #fff;
    white-space: nowrap;
}

/* 말풍선*/
.chat_message_area {
    float: left;
    clear: left;
    position: relative;
    font-weight: 500;
}

.chat_message_area.card_wrap {
    margin-right: 0;
}

.chat_message_area+.chat_message_area {
    clear: both;
}

.chat_message_area .chat_message_balloon {
    max-width: 15.63em;
    word-break: break-all;
    background: #fff;
    border-radius: 11px;
    overflow: hidden;
}

.chat_message_area .chat_message_balloon>p {
    line-height: 21px;
    font-size: 1em;
    color: #454545;
    padding: 0.88em 1.88em 0.75em 1.06em;
    vertical-align: top;
    letter-spacing: -1px;
    word-break: break-all;
    text-align: justify;
}

.chat_message_area .chat_time {
    position: absolute;
    left: 100%;
    bottom: 7px;
    margin-left: 7px;
    font-weight: 300;
    font-size: 0.7em;
    color: #898989;
    line-height: 0.5em;
    white-space: nowrap;
}

.chat_message_area.receive {
    margin-right: 76px;
}

.chat_message_area.receive .chat_message_balloon {
    background: #fff;
    border-radius: 10px;
    /*min-width: 200px;*/
    border: 1px solid #E8E8E8;
}

/* tts 버튼 (2021.07.21)*/
.chat_message_area.receive .chat_message_balloon .btn_tts {
    pointer-events: visible;
    position: absolute;
    right: -12px;
    top: -11px;
    width: 30px;
    height: 30px;
    background: url(../images/volume_icon.png) no-repeat 50% 50%;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #ddd;
    box-shadow: 3px 0 4px #ddd;
}

.chat_message_area.receive .chat_message_balloon.tts_pause .btn_tts {
    background-image: url(../images/bt_tts_pause.png);
    background-size: 35px 35px;
}

.chat_message_area.receive .chat_message_balloon.tts_pause {
    background-color: #cbd8ee;
}

.chat_message_area.receive .chat_message_balloon.tts_playing {
    background-color: #cbd8ee;
}

/*사용자 말풍선*/
.chat_message_area.request {
    float: right;
    clear: right;
    margin-right: 15px;
    margin-left: 76px;
}

.chat_message_area.request .chat_message_balloon {
    background: #937FBC;
    border-radius: 10px;
}

.chat_message_area.request .chat_message_balloon>p {
    color: #fff;
    line-height: 1.44em;
    padding: 0.88em 1.25em 0.75em 1.06em;
    word-break: break-all;
    font-weight: normal;
}

/*.chat_message_area.request .chat_message_balloon {background:#ededed;border-radius:11px 0 11px 11px;}*/
/*.chat_message_area.request .chat_message_balloon > p {!*color:#fff;*!line-height:23px;padding:14px 20px 12px 17px; word-break: keep-all;}*/
.chat_message_area.request .chat_time {
    right: 100%;
    left: inherit;
    margin-right: 8px;
    text-align: right;
}

/* 안내 메시지*/
.chat_message_area.infomation .chat_message_balloon {
    max-width: none;
    border: 1px solid #ebebeb;
    border-radius: 11px;
}

.chat_message_area.infomation .chat_message_balloon>p {
    font-size: 0.81em;
    line-height: 1.25em;
    color: #505050;
    /*background:url(../images/ico_infomation.png) no-repeat 13px 13px;
    background-size:18px;*/
    padding: 0.5em 0.94em 0.5em 0.94em;
    letter-spacing: -0.97px;
    word-break: keep-all;
}

/* 안전 신고 */
.safereport {
    float: right;
    clear: both;
    margin: 10px 22px 0 0;
}

.safereport .btn_safereport {
    height: 1.88em;
    line-height: 1.88em;
    font-size: 0.81em;
    color: #fff;
    background: #00589f url(../images/ico_arr_right.png) no-repeat right 13px top 50%;
    background-size: 6px auto;
    border-radius: 15px;
    padding: 0 2em 0 0.81em;
    letter-spacing: -0.25px;
}

/*로딩*/
.chat_message_area .loading {
    height: 41px;
    background-color: #EFF8FF; /* 이 부분은 필요에 따라 조정할 수 있습니다 */
    padding: 16px 14px;
}

.chat_message_area .loading>div {
    display: inline-block;
    background-color: #9e9e9e; /* 회색으로 변경 */
    width: 9px;
    height: 9px;
    border-radius: 50%;
    font-size: 0;
    line-height: 0;
    vertical-align: top;
    animation: chat_loading 1.2s infinite;
}

.chat_message_area .loading>div:nth-child(1) {
    opacity: 0.3;
    animation-delay: -0.8s;
    margin-right: 7px;
}

.chat_message_area .loading>div:nth-child(2) {
    opacity: 0.5;
    animation-delay: -0.4s;
    margin-right: 7px;
}

.chat_message_area .loading>div:nth-child(3) {
    opacity: 1;
}

@keyframes chat_loading {
    0% {
        opacity: 1
    }

    30% {
        opacity: .5
    }

    65% {
        opacity: .3
    }

    100% {
        opacity: 0
    }
}

/*칩*/
.chips_wrap {
    clear: both;
    padding: 0 10px 0 0;
    margin-top: -13px;
}

.chips_wrap::after {
    display: block;
    clear: both;
    content: '';
}

/*.chips_wrap .chip {float:left;height:40px;line-height:38px;color:#fff;font-size:15px;font-weight:900;padding:0 16px;background-color:#44abf5;border:1px solid #b8d2ff;border-radius:21px;margin-top:10px;margin-right:5px;vertical-align:top;letter-spacing:-1.04px;cursor:pointer;-webkit-tap-highlight-color:#e7eefa;}*/
.chips_wrap .chip {
    float: left;
    height: 40px;
    line-height: 38px;
    color: #937FBC;
    font-size: 0.94em;
    padding: 0 16px;
    background-color: #fff;
    border: 1px solid #937FBC;
    border-radius: 21px;
    margin-top: 10px;
    margin-right: 5px;
    vertical-align: top;
    letter-spacing: -1.04px;
    cursor: pointer;
    -webkit-tap-highlight-color: #e7eefa;
}

.chips_wrap .chip.disabled {
    color: #999;
    border: 1px solid #ccc;
    pointer-events : none;
}

.chips_wrap .chip.on {
    background-color: #EEE9F6;
    color: #937FBC;
    /* border-color:#5375ad;color:#fff;*/
}


/*베이직카드*/
.chat_message_balloon.type_card {width: 250px;border: 1px solid #937FBC;box-shadow:1px 2px 5px rgba(0,0,0,0.10);}
.chat_message_balloon.type_card .image_area {overflow: hidden;max-width:250px;max-height:230px;text-align: center;}
.chat_message_balloon.type_card .image_area img {display: inline-block;/*width:100%;height:auto;*/width:220px;height:auto;max-width: 100%;max-height:100%;vertical-align:top;pointer-events: none;}
.chat_message_balloon.type_card .image_area._icon {height:88px;display:-ms-flexbox;display: -webkit-flex;display:flex;justify-content:center;align-items:center;background-color:#e7eefa;}
.chat_message_balloon.type_card .image_area._icon img {max-height:44px;max-width:64px;height:auto;width:auto;}
.chat_message_balloon.type_card .btn_area {padding:10px 8px 8px 8px;}
.chat_message_balloon.type_card .btn_area .btn_basic {display:block;width:100%;/*height:40px;*/line-height:20px;font-size:14px;padding:10px 4px;text-align:left;border-bottom: 1px solid #E4E4E4;}
.chat_message_balloon.type_card .btn_area .btn_basic + .btn_basic {margin-top:8px;}

.chat_message_balloon .text_area {padding:12px 13px;background-color:#937FBC;text-align: center;}
/*.chat_message_balloon .text_area {padding:12px 13px;}*/
.chat_message_balloon .text_area .text01 {font-size:17px;font-weight:500;letter-spacing:-1.18px;color:#454545;}
/*.chat_message_balloon .text_area .text01 {font-size:17px;font-weight:bold;letter-spacing:-1.18px;color:#2b2b2b;text-align:justify;}*/
.chat_message_balloon .text_area .text02 {font-size:14px;color:#141414;font-weight:500;letter-spacing:-0.97px;}
.chat_message_balloon .text_area .text01 + .text02 {margin-top:4px;}
.chat_message_balloon .text_area .text03 {line-height:24px;font-size:14px;color:#505050;text-align:justify;letter-spacing:-0.97px;}
.chat_message_balloon .text_area .text03.row3 {overflow: hidden; text-overflow: ellipsis;white-space: normal; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.chat_message_balloon .text_area .text03.row2 {overflow: hidden; text-overflow: ellipsis;white-space: normal; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.chat_message_balloon .text_area .text01 ~ .text03,
.chat_message_balloon .text_area .text02  ~ .text03 {margin-top:12px;}
.chat_message_balloon .text_area .text04 {font-size:14px;color:#141414;letter-spacing:-0.97px;margin-top:15px;}

.chat_message_balloon.type_card .text_area + .btn_area {padding-top:0;}
.chat_message_balloon.type_card .btn_area .btn_basic {display:block;width:100%;/*height:40px;*/line-height:20px;font-size:14px;padding:10px 4px;text-align:left;border-bottom: 1px solid #BDD2EF;padding-left: 17px;}
.chat_message_balloon.type_card .btn_area .btn_basic:last-child {border-bottom: none;}
.chat_message_balloon.type_card .btn_area .btn_basic:first-child {padding-top: 15px;}
/*.chat_message_balloon.type_card .btn_area .btn_basic {display:block;width:100%;!*height:40px;*!line-height:20px;font-size:14px;text-align:center;border-radius:7px;background-color:#e7eefa;padding:10px 4px;}*/
.chat_message_balloon.type_card .btn_area .btn_basic + .btn_basic {margin-top:8px;}

/*탐색 케러셀  Browsing carousel*/
.chat_message_area.carousel_wrap {
    overflow-x: auto;
    overflow-y: hidden;
    z-index: 101;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.chat_message_area.carousel_wrap .carousel_inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-right: 15px;
}

.chat_message_area.carousel_wrap .card_carousel {
    position: relative;
    padding-right: 11px;
    padding-bottom: 5px;
}

.chat_message_area.carousel_wrap .card_carousel>a {
    display: block;
    height: 100%;
}

.chat_message_area.carousel_wrap .card_carousel .chat_message_balloon {
    height: 100%;
}

.chat_message_area.carousel_wrap .card_carousel:last-child {
    padding-right: 0;
}

.chat_message_area.carousel_wrap .chat_message_balloon.type_card {
    width: 220px;
    border-radius: 10px;
    padding-bottom: 15px;
}

.chat_message_area.carousel_wrap .chat_message_balloon.type_card .image_area {
    /*max-width: 209px;*/
    /*max-height:140px;*/
}

.chat_message_area.carousel_wrap .chat_message_balloon.type_card {
    display: table;
    height: 100%;
}

.chat_message_area.carousel_wrap .chat_message_balloon.type_card .card_row {
    display: table-row;
}

.chat_message_area.carousel_wrap .chat_message_balloon.type_card .card_cell {
    display: table-cell;
    width: 100%;
}

.chat_message_area.carousel_wrap .chat_message_balloon.type_card .card_row+.card_row .btn_area {
    /*padding-top: 0;*/
}

.chat_message_area.carousel_wrap .chat_message_balloon .card_cell.vab {
    vertical-align: bottom;
    /*  ~Doson */
}

/*목록*/
.list_wrap+.list_wrap {
    margin-top: 10px;
}

.list_wrap::after {
    content: '';
    display: block;
    clear: both;
}

.chat_message_area.list_depth01_wrap {
    float: none;
    margin-right: 76px;
    max-width: 290px;
}

.chat_message_area.list_depth01_wrap .chat_message_balloon {
    border-radius: 11px;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.10);
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.10);
    background: url(../images/bt_arr_down02.png) no-repeat top 50% right 10px / 30px 30px;
}

.chat_message_area.list_depth01_wrap .chat_message_balloon>a {
    display: block;
    padding: 13px 17px 12px 17px;
}

.chat_message_area.list_depth01_wrap .chat_message_balloon.on {
    /*background-color:#e7eefa;*/
    border-color: #6ca2ff;
    background-image: url(../images/bt_arr_up02.png)
}

.chat_message_area.list_depth01_wrap .chat_message_balloon .text01 {
    display: block;
    font-size: 1.06em;
    line-height: 1.44em;
    word-break: keep-all;
}

.chat_message_area.list_depth01_wrap .chat_message_balloon.on .text01 {
    color: #407fff;
    font-weight: 600;
    word-break: keep-all;
}

.chat_message_area.list_depth01_wrap .chat_message_balloon .text02 {
    display: block;
    font-size: 0.88em;
    color: #898989;
    letter-spacing: -0.5px;
    word-break: keep-all;
}

.chat_message_area.list_depth01_wrap .chat_message_balloon .ico {
    position: absolute;
    right: 14px;
    top: 12px;
}

.chat_message_area.list_depth01_wrap .chat_message_balloon .ico img {
    width: 40px;
    height: 40px;
}

.chat_message_area.list_depth02_wrap {
    overflow-x: auto;
    overflow-y: hidden;
    z-index: 101;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0;
    margin-top: 12px;
    display: none;
}

.chat_message_area.list_depth02_wrap .list_depth02_inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0 15px 0 15px;
}

.chat_message_area.list_depth02_wrap .card_list {
    position: relative;
    padding-right: 10px;
    padding-bottom: 5px;
}

.chat_message_area.list_depth02_wrap .chat_message_balloon {
    width: 250px;
    border: 1px solid #e0e0e0;
    border-radius: 11px;
    -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.10);
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.10);
}

.chat_message_area.list_depth02_wrap .chat_message_balloon li {
    background-color: #f4f8ff;
}

.chat_message_area.list_depth02_wrap .chat_message_balloon li+li {
    border-top: 1px solid #e0e0e0;
}

.chat_message_area.list_depth02_wrap .chat_message_balloon li>a {
    display: block;
    height: 48px;
    line-height: 23px;
    padding: 13px 17px 12px 17px;
    font-size: 1.06em;
    color: #505050;
    white-space: nowrap;
    letter-spacing: -1.18px;
}

.chat_message_area.list_depth02_wrap .chat_message_balloon li:last-child {
    border-radius: 0 0 11px 11px;
}

/*.chat_message_area.list_wrap {overflow-x: auto;overflow-y: hidden;z-index: 101;width: 100%;margin-left:0 !important;}
.chat_message_area.list_wrap .list_inner {*zoom: 1;overflow: hidden;padding: 0 14px 1px 14px;}
.chat_message_area.list_wrap .list_inner::after {content: '';display: block;clear: both;}
.chat_message_area.list_wrap .card_list {position: relative;float: left;}
.chat_message_area.list_wrap .card_list + .card_list {margin-left:10px;}

.chat_message_area.list_wrap .chat_message_balloon.type_list {display:inline-block;border-radius:8px;}
.chat_message_area.list_wrap .chat_message_balloon.type_list>li {background-color:#fff;}
.chat_message_area.list_wrap .chat_message_balloon.type_list>li + li {border-top:1px solid #ebebeb;}
.chat_message_area.list_wrap .chat_message_balloon.type_list>li>a {position:relative;display:block;height:60px;padding:11px;}
.chat_message_area.list_wrap .card_list.depth01 .chat_message_balloon.type_list{width:244px;}
.chat_message_area.list_wrap .card_list.depth01 .chat_message_balloon.type_list>li.on {background-color:#fbfbfb;}
.chat_message_area.list_wrap .card_list.depth01 .chat_message_balloon.type_list>li>a{padding-right:50px;}
.chat_message_area.list_wrap .card_list.depth01 .chat_message_balloon.type_list .text01 {display:block;font-size:15px;}
.chat_message_area.list_wrap .card_list.depth01 .chat_message_balloon.type_list .text02 {display:block;font-size:13px;color:#898989;letter-spacing:-0.5px;}
.chat_message_area.list_wrap .card_list.depth01 .chat_message_balloon.type_list>li .ico {position:absolute;right:11px;top:11px;}
.chat_message_area.list_wrap .card_list.depth02 {display:none;}
.chat_message_area.list_wrap .card_list.depth02 .chat_message_balloon.type_list>li>a {height:46px;line-height:22px;}
*/
/*미디어 : 동영상*/
.chat_message_balloon.type_media {
    width: 220px;
    border: 1px solid #e0e0e0;
}

.chat_message_balloon.type_media .image_area {
    position: relative;
    overflow: hidden;
    width: 220px;
    height: 132px;
    text-align: center;
    margin-bottom: 12px;
}

.chat_message_balloon.type_media .image_area>img {
    width: 100%;
    height: 100%;
}

.chat_message_balloon.type_media .image_area .mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5) url(../images/ico_play.png) no-repeat 50% 50%;
    background-size: 35px 35px;
}

.chat_message_balloon.type_media .text_area .text02 {
    font-size: 0.88em;
    color: #898989;
}

/*미디어 : 파일*/
.chat_message_balloon.type_file {
    border: 1px solid #e0e0e0;
}

.chat_message_balloon.type_file>a {
    display: block;
    padding: 12px 67px 12px 13px;
}

.chat_message_balloon.type_file .text_area {
    padding: 0;
}

.chat_message_balloon.type_file .text01 {
    line-height: 1.25em;
    font-size: 1.13em;
    font-weight: bold;
}

.chat_message_balloon.type_file .text02 {
    line-height: 1em;
    font-size: 0.88em;
    color: #898989;
}

.chat_message_balloon.type_file .ico {
    position: absolute;
    right: 14px;
    top: 12px;
}

.chat_message_balloon.type_file .ico img {
    width: 40px;
    height: 40px;
}

/*팝업 : 공통*/
.pop {
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    top: 16px;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 120;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.30s ease;
    transition: -webkit-transform 0.30s ease;
    transition: transform 0.30s ease;
    transition: transform 0.30s ease, -webkit-transform 0.30s ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    border-radius: 9px 9px 0 0;
}

.pop.on {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.pop .pop_head {
    position: relative;
    width: 100%;
    height: 55px;
    /* background-color:#02b3c5; */
    background-color: #333333;
    border-radius: 9px 9px 0 0;
}

.pop .pop_head .pop_close {
    position: absolute;
    top: 10px;
    right: 16px;
    width: 34px;
    height: 34px;
    background: url(../images/ico_close.png) no-repeat 50% 50%;
    background-size: 22px 22px;
}

.pop .pop_head h2 {
    line-height: 55px;
    font-size: 1.13em;
    color: #fff;
    padding-left: 22px;
}

.pop .pop_body {
    height: calc(100% - 55px);
    overflow-y: auto;
    padding-bottom: 20px;
}

.pop_Title {
    background-color: rgba(0, 88, 159, 0.9);
}

/*팝업 : 의견보내기 */
.send_feedback .msg01 {
    font-size: 1.06em;
    color: #000;
    margin: 22px;
}

.send_feedback .msg02 {
    font-size: 0.94em;
    color: #898989;
    margin: 33px 22px 44px;
}

.send_feedback .inp_area {
    margin: 15px 15px 33px 15px;
}

.send_feedback .inp_area label {
    display: inline-block;
    font-weight: bold;
    font-size: 0.88em;
    color: #000;
    padding-left: 7px;
}

.send_feedback .inp_area .byte {
    float: right;
    font-size: 0.88em;
    color: #898989;
    padding-right: 7px;
}

.send_feedback .inp_area input,
.send_feedback .inp_area textarea {
    width: 100%;
    line-height: 22px;
    font-size: 1.06em;
    border: 1px solid #e1e1e1;
    padding: 10px 13px;
    margin-top: 10px;
}

.send_feedback .inp_area input:focus-within,
.send_feedback .inp_area textarea:focus-within {
    border-color: #3997e2;
}

.send_feedback .inp_area input {
    height: 44px;
}

.send_feedback .inp_area textarea {
    height: 170px;
}

.send_feedback .btn_send {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 1.13em;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #898989;
}

.send_feedback .btn_send.on {
    /*background-color:#4a79d9;*/
    background-color: #00589f;
}

.send_feedback .pop_body {
    padding-bottom: 0;
}

/*.send_feedback .pop_body {padding-bottom:55px;}*/

.guide_command {
    top: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.85);
}

.guide_command .pop_head {
    background-color: transparent;
    border-radius: 0;
}

.guide_command .pop_head h2 {
    text-align: center;
    font-size: 1.38em;
    padding-left: 0;
}

.command_grp .command_tit {
    height: 55px;
    line-height: 55px;
    text-align: right;
    font-weight: bold;
    font-size: 0.94em;
    color: #fff;
    padding-right: 22px;
    margin-top: 22px;
}

.command_grp .command_list .chat_message_area+.chat_message_area {
    margin-top: 13px;
}

.command_grp .command_list .chat_message_balloon {
    background-color: #4a79d9;
}

.command_grp .command_list .chat_message_balloon p {
    /*color:#fff;*/
    color: #ededed;
    word-break: keep-all;
}

.command_grp .command_list::after {
    display: block;
    clear: both;
    content: '';
}

/* 도움말 (21.04.20)*/
.guide_command02 {
    background-color: transparent;
    padding: 10px;
}

.guide_command02 .pop_close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 34px;
    height: 34px;
    background: url(../images/ico_close.png) no-repeat 50% 50%;
    background-size: 22px 22px;
    z-index: 120;
}

.guide_command02 .swiper-slide {
    overflow: auto;
    text-align: center;
    padding-bottom: 35px;
}

.guide_command02 .swiper-slide .slide_inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
}

.guide_command02 .swiper-slide h2 {
    position: absolute;
    top: 0;
    line-height: 50px;
    font-size: 1.06em;
    font-weight: 500;
    color: #fff;
    margin-left: 10px;
}

.guide_command02 .img_guide {
    -webkit-overflow-scrolling: touch;
    width: 100%;
}

.guide_command02 .guide_txt {
    position: relative;
    width: 100%;
    text-align: left;
    padding: 40px;
}

.guide_command02 .txt00 {
    font-size: 1.88em;
    font-weight: 500;
    text-align: center;
}

.guide_command02 .txt01 {
    font-size: .94em;
    font-weight: 700;
    color: #1968a8
}

.guide_command02 .txt02 {
    font-size: 1.5em;
    font-weight: 500;
    margin-top: 15px;
}

.guide_command02 .txt03 {
    font-size: 1.19em;
    margin-top: 60px;
}

.guide_command02 .txt03+.txt03 {
    margin-top: 20px;
}

.guide_command02 .txt04 {
    font-size: 1.06em;
    font-weight: 600;
}

@media (max-width: 767px) {
    .guide_command02 .txt04 {
        font-size: 0.94em;
    }
}

.guide_command02 .txt05 {
    font-size: 1.5em;
    font-weight: 900;
    text-align: center;
}

.guide_command02 .txt06 {
    font-size: 1.38em;
    font-weight: 800;
    text-align: center;
    color: red;
}

.guide_command02 .txt07 {
    font-size: 1.38em;
    font-weight: 800;
    text-align: center;
    color: orange;
}

.guide_command02 .txt08 {
    font-size: 1.38em;
    font-weight: 800;
    text-align: center;
    color: green;
}

.guide_command02 .txt09 {
    font-size: 10.94em;
    font-weight: 500;
}

.guide_command02 .txt10 {
    font-size: 0.94em;
    font-weight: 500;
    letter-spacing: -2.25px;
}

.guide_command02 .guide_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    z-index: -1;
}

.swiper-pagination-bullet {
    background: #666;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

/* 답변만족도 (10.27) */
.chat_message_area.answer .chat_message_balloon {
    float: left;
    height: 34px;
    border-radius: 17px;
}

.chat_message_area.answer .chat_message_balloon>p {
    color: #464646;
    font-size: 0.88em;
    line-height: 18px;
    padding-top: 8px;
    padding-bottom: 8px;
    word-break: keep-all;
}

.chat_message_area.answer .btn_answer {
    float: left;
    height: 34px;
    border-radius: 17px;
    color: #464646;
    font-size: 0.88em;
    line-height: 16px;
    background-color: #ebebeb;
    border: 1px solid #e0e0e0;
    padding: 8px 14px;
    margin-left: 11px;
}

/* 답변만족도-v2 (21.02.26) */
.chat_message_area.answer02 p {
    float: left;
    line-height: 46px;
    color: #959595;
    font-size: 0.88em;
    margin-left: 13px;
    letter-spacing: -1.07px;
    word-break: keep-all;
}

.chat_message_area.answer02 .btn_answer02 {
    float: left;
    width: 46px;
    height: 46px;
    border-radius: 23px;
    font-size: 0;
    line-height: 0;
}

.chat_message_area.answer02 .btn_answer02.good {
    background: #dfeefa url(../images/ico_answer_good.png) no-repeat center / 31px;
    margin-left: 22px;
}

.chat_message_area.answer02 .btn_answer02.bad {
    background: #faeae8 url(../images/ico_answer_bad.png) no-repeat center / 31px;
    margin-left: 11px;
}

.chat_message_area.answer_receive {
    margin-right: 15px;
}

.chat_message_area.answer_receive .chat_message_balloon {
    max-width: none;
    background: #e7eefa;
}

.chat_message_area.answer_receive .chat_message_balloon p {
    font-size: 1.06em;
    padding-right: 52px;
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: right 12px top 11px;
    word-break: keep-all;
}

.chat_message_area.answer_receive.good .chat_message_balloon p {
    background-image: url(../images/ico_face_smile02.png);
    word-break: keep-all;
}

.chat_message_area.answer_receive.bad .chat_message_balloon p {
    background-image: url(../images/ico_face_sad02.png);
    word-break: keep-all;
}

.eval_answer {
    top: auto;
    bottom: 54px;
    background-color: transparent;
}

.eval_answer .btn_grp {
    height: 132px;
    background-color: #fff;
    border-radius: 11px;
    margin: 18px;
}

.eval_answer .btn_grp button {
    float: left;
    width: 50%;
    height: 100%;
    font-size: 0.94em;
    color: #000;
    padding: 74px 0 19px;
    background-repeat: no-repeat;
    background-position: 50% 22px;
    background-size: 40px 31px;
}

.eval_answer .btn_grp button+button {
    border-left: 1px solid #ebebeb;
}

.eval_answer .btn_grp button.btn_eval_good {
    background-image: url(../images/ico_face_smile.png);
}

.eval_answer .btn_grp button.btn_eval_bad {
    background-image: url(../images/ico_face_sad.png);
}

/* 이미지 (10.27) */
.chat_message_area .chat_message_balloon.type_image {
    width: 200px;
}

.chat_message_area .chat_message_balloon.type_image .image_area {
    overflow: hidden;
    max-width: 200px;
    max-height: 604px;
}

.chat_message_area .chat_message_balloon.type_image .image_area img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
}

/* 자주하는 질문 (10.27) */
.faq .search_faq {
    position: relative;
    padding: 22px 15px 13px 15px;
    background-color: #fbfbfb;
}

.faq .search_faq input {
    width: 100%;
    line-height: 22px;
    font-size: 1.06em;
    border: 1px solid #e1e1e1;
    padding: 10px 53px 10px 13px;
}

.faq .search_faq input:focus-within {
    border-color: #3997e2;
}

.faq .search_faq .btn_search {
    position: absolute;
    right: 22px;
    top: 27px;
    width: 33px;
    height: 33px;
    background: url(../images/bt_search.png) no-repeat 50% 50%;
    background-size: 33px;
}

.faq .search_faq .btn_search.on {
    background-image: url(../images/bt_search_blue.png);
    border-color: #4a79d9;
}

.faq .faq_list li {
    background: url(../images/ico_arr_down.png) no-repeat right 22px top 22px;
    background-size: 22px;
    padding: 0 15px;
    border-bottom: 1px solid #ebebeb;
}

.faq .faq_list li.on {
    background-image: url(../images/ico_arr_up.png)
}

.faq .faq_list li .tit {
    color: #000;
    font-size: 1.06em;
    background: url(../images/ico_q.png) no-repeat 0 20px;
    background-size: 26px;
    padding: 20px 40px;
}

.faq .faq_list li .cont {
    color: #707070;
    font-size: 1.06em;
    display: none;
    background: url(../images/ico_a.png) no-repeat;
    background-size: 26px;
    padding-left: 40px;
    padding-bottom: 20px;
}

.faq .faq_list li.on .cont {
    display: block;
}

/*자주하는 질문> tab (2021.02.16)*/
.faq .tab_faq {
    padding: 0 15px 13px 15px;
}

.faq .tab_faq ul {
    border-top: 1px solid #d9d9d9;
}

.faq .tab_faq ul::after {
    content: '';
    display: block;
    clear: both;
}

.faq .tab_faq li {
    float: left;
    width: 33.3333333%;
    height: 44px;
    background-color: #fbfbfb;
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}

.faq .tab_faq li a {
    display: block;
    height: 100%;
    line-height: 44px;
    font-size: 1.06em;
    text-align: center;
    /* font-weight:600; */
    letter-spacing: -0.5px;
}

.faq .tab_faq li.on {
    background-color: #e3edff;
}

.faq .tab_faq li:nth-child(3n+1) {
    border-left: 1px solid #d9d9d9;
}

/*.faq .tab_faq li:nth-child(n+4) {width:50%;}*/

/* 튜토리얼 (04.20) */
.tutorial03 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 102;
    background-color: #D0F4FF;
}

.tutorial03 .tutorial_wrap {
    width: 100%;
    height: 100%;
}

.tutorial03 .tutorial_slide {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
}

.tutorial03 .tutorial_slide:nth-child(1) {
    /* z-index:52; */
    display: block;
}

.tutorial03 .tutorial_slide:nth-child(2) {
    /* z-index:51; */
    background: url(../images/bg_tutorial.png) no-repeat center 0 / contain;
}

.tutorial03 .tutorial_slide:nth-child(3) {
    /* z-index:50; */
}

.tutorial03 .tutorial_slide img {
    max-width: 100%;
    max-height: 100%;
}

.tutorial03 .tutorial_slide .tutorial_step_wrap {
    width: 100%;
    height: 100%;
}

.tutorial03 .tutorial_slide .tutorial_step {
    display: none;
    width: 100%;
    height: 100%;
}

.tutorial03 .tutorial_slide .tutorial_step.on {
    display: block;
}


.mt_5 {
    margin-top: 5px;
}

@media screen and (min-width:767px) {
    .wrap {
        max-width: 767px;
        margin: 0 auto;
    }
}

/* 대화창 박스 그림자  ~Doson */
.chat_message_group .boxshadow {
    box-shadow: 1px 2px 2px 1px #dbdadaee;
}

.callAppPage {
    border: 1px solid;
    padding: 5px;
    border-radius: 10px;
    margin-left: 15px;
    margin-bottom: 5px;
    display: block;
    cursor: pointer;

}

.callAppPageTextBox {
    width: 250px;
    display: inline-block;
    border: 1px solid;
    padding: 5px;
    margin-left: 15px;
}

.hide {
    display: none;
}

@media screen and (max-width: 350px) {
    .header .chat_guide .txt_intro {
        font-size: 1em;
        letter-spacing: -0.6px;
    }

    .header .chat_guide .txt_time {
        font-size: 0.75em;
    }

    .guide_command02 .guide_txt {
        padding: 30px;
    }

    .guide_command02 .txt01 {
        font-size: 0.81em;
    }

    .guide_command02 .txt02 {
        font-size: 0.94em;
    }

    .guide_command02 .txt03 {
        font-size: 1em;
        margin-top: 40px;
    }

    .guide_command02 .txt03+.txt03 {
        margin-top: 15px;
    }
}

/* 생활습관 테스트 */
.w-btn {
    border: none;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 15px;
    font-family: "paybooc-Light", sans-serif;
    /*box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);*/
    text-decoration: none;
    font-weight: 600;
    transition: 0.25s;
}

.w-btn-gold {
    background-color: #35bafb;
    color: #efefef;
}

.w-btn-gra {
    background: linear-gradient(to right, #35bafb, #7b71eb);
    color: #efefef;
}

/* 모바일 가로, 모바일 세로 (해상도 480px ~ 767px)*/
@media all and (max-width:680px) {
    /*font-size: 100px;*/
}

.cbr-entrance {
    position: absolute;
    top: 22.3%;
    margin-right: 49%;
    font-size: 0.9em;
    white-space: nowrap;
    right: 20%;
}



.survey-end {
    position: absolute;
    width: 24%;
    height: 6%;
    box-shadow: 3px 3px 3px black;
    transition-duration: 0.3s;
    top: 105%;
    left: 39%
}

.cbr-end {
    position: absolute;
    top: 104%;
    left: 34%;
    width: 26%;
    height: 10%;
    box-shadow: 3px 3px 3px black;
    transition-duration: 0.3s;
}


.cbr-interval {
    letter-spacing: 0.2px;
}

.white-area {
    width: auto;
    height: 100px;
}

/* --------------------------------------------------------------------------------------------------------------------- */
.result-score {
    position: absolute;
    top: 12.8%;
    left: 40%;
    font-size: 70px;
}

@media (max-width: 767px) {
    .result-score {
        position: absolute;
        top: 12.9%;
        left: 38.9%;
        font-size: 10vw;
    }
}

.goodresult-score {
    position: absolute;
    top: 11%;
    left: 37%;
    font-size: 70px;
}

@media (max-width: 767px) {
    .goodresult-score {
        position: absolute;
        top: 12%;
        left: 40%;
        font-size: 10vw;
    }
}

.improve-habit {
    position: absolute;
    top: 38.5%;
    left: 11%;
    font-size: 37px;
    color: #00a79d;
    text-align: center;
    width: 28%;
}

@media (max-width: 767px) {
    .improve-habit {
        position: absolute;
        top: 39%;
        left: 11%;
        font-size: 6vw;
        color: #00a79d;
        text-align: center;
        width: 28%;
    }
}

.improve-score {
    position: absolute;
    top: 41%;
    left: 11%;
    font-size: 37px;
    color: #00a79d;
    text-align: center;
    width: 28%;
}

@media (max-width: 767px) {
    .improve-score {
        position: absolute;
        top: 41.5%;
        left: 11%;
        font-size: 6vw;
        color: #00a79d;
        text-align: center;
        width: 28%;
    }
}

.worse-habit {
    position: absolute;
    top: 38.5%;
    left: 61%;
    font-size: 37px;
    color: #ff2d01;
    text-align: center;
    width: 28%;
}

@media (max-width: 767px) {
    .worse-habit {
        position: absolute;
        top: 39%;
        left: 61%;
        font-size: 6vw;
        color: #ff2d01;
        text-align: center;
        width: 28%;
    }
}

.worse-score {
    position: absolute;
    top: 41%;
    left: 61%;
    font-size: 37px;
    color: #ff2d01;
    text-align: center;
    width: 28%;
}

@media (max-width: 767px) {
    .worse-score {
        position: absolute;
        top: 41.5%;
        left: 61%;
        font-size: 6vw;
        color: #ff2d01;
        text-align: center;
        width: 28%;
    }
}

.end-cbr {
    position: absolute;
    top: 99%;
    left: 40%;
    margin-bottom: 5%;
    margin-top: 3%;
}

@media (max-width: 767px) {
    .end-cbr {
        position: absolute;
        top: 99%;
        left: 33%;
        margin-bottom: 5%;
        margin-top: 3%;
    }
}

/*썸네일 이미지 고정 */

.result_chat_box>img {
    width: 100%;
    height: auto;
}

/*썸네일 이미지 단건 개수로 노출*/

.result_chat_box>img:not(:first-child) {
    display: none;
}

.result_chat_box>hr:not(:nth-child(-n+6)) {
    display: none;
}

.result_chat_box>p:not(:nth-child(-n+5)) {
    display: none;
}

/* 라디오 버튼 */
label {
    font-size: 18px;
    line-height: 2rem;
    padding: 0.2em 0.2em;
}

span {
    font-size: 1.06em;
}


/*[type="radio"] {*/
/*    vertical-align: middle;*/
/*    appearance: none;*/
/*    border: max(2px, 0.1em) solid gray;*/
/*    border-radius: 50%;*/
/*    width: 1.25em;*/
/*    height: 1.25em;*/
/*    transition: border 0.2s ease-in-out;*/
/*}*/

/*[type="radio"]:checked {*/
/*    border: 0.3em solid rgb(75 130 255);*/
/*}*/

/*[type="radio"]:focus-visible {*/
/*    outline-offset: max(2px, 0.1em);*/
/*    outline: max(2px, 0.1em) dotted #ba9c73;*/
/*}*/

/*[type="radio"]:hover {*/
/*    box-shadow: 0 0 0 max(4px, 0.2em) lightgray;*/
/*    cursor: pointer;*/
/*}*/

/*[type="radio"]:disabled {*/
/*    background-color: lightgray;*/
/*    box-shadow: none;*/
/*    opacity: 0.7;*/
/*    cursor: not-allowed;*/
/*}*/

/*[type="radio"]:disabled + span {*/
/*    opacity: 0.7;*/
/*    cursor: not-allowed;*/
/*}*/

/* Global CSS */
fieldset {
    display: flex;
    justify-content: left;
    border: none;
    margin: 0;
    padding: 2px 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.similarity {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    /* 라인수 */
    height: 4em;
    /* 라인수에 맞춰 길이 정해줘야함 */
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.2em !important;
    padding: 3px !important;
}

.chat_message_area.carousel_wrap .chat_message_balloon.type_card .card_cell {
    background-color: #fff;
}

.ct-line.ct-orange {
    stroke: orange !important;
    stroke-width: 4px;
}

.ct-point {
    stroke: orange !important;
}

.ct-series-a .ct-area, .ct-series-a .ct-slice-donut-solid, .ct-series-a .ct-slice-pie {
    fill: #ff7477!important;
}

.answer_popup_area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 999;
    display: none;
}

.header .chat_top, .footer .chat_write {
    z-index: 9; /* 또는 필요에 따라 더 낮은 값 */
    /* 기타 필요한 스타일 변경 */
}

.answer_popup {
    width: 85%;
    max-width: 400px;
    height: 450px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    border-radius: 15px;
    padding: 30px 0 20px;
    text-align: center;
    color: #333;
    border: 2px solid #937fbc;
}

#daily_memo .answer_popup {
    height: 250px;
}

#daily_memo option {
    color: #000;
}

#walking_bgm .answer_popup {
    height: 220px;
}

#walking_bgm .answer_popup .top_section .title {
    font-size: 22px;
    font-weight: 600;
}

#walking_bgm .answer_popup .answer_section {
    margin-top: 25px;
    align-items: center;
}

.answer_popup .popup_close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
    cursor: pointer;
}

.answer_popup .top_section {
    width: 100%;
    text-align: center;
    line-height: 1.4;
}

.answer_popup .top_section .title {
    font-size: 17px;
    font-weight: 500;
    padding: 10px 0;
}

#stress_level .top_section .title {
    font-size: 26px;
    font-weight: bold;
}

.answer_popup .top_section .description {
    font-size: 14px;
    color: #999;
}

#stress_check .top_section .description {
    margin: 10px 0 20px;
}

#stress_level .top_section .description {
    color: #454545;
    font-size: 14px;
}

.answer_popup .answer_section {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

#stress_check .answer_section {
    max-height: 200px;
    overflow: auto;
    gap: 10px;
}

#stress_level .answer_section {
    max-height: 200px;
    display: block;
    overflow-y: auto;
}

.answer_popup .answer_section label {
    width: 260px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #aaa;
}

.answer_popup .answer_section label.active {
    border-bottom: 2px solid #88ccff
}

#stress_check .answer_section label {
    background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #aaa, #aaa);
    background-origin: border-box;
    background-clip: content-box, border-box;
    border: none;
    padding: 1px 1px;
    border-radius: 5px;
    font-weight: 500;
}

#stress_check .answer_section label span {
    font-size: 15px;
    margin-left: 10px;
}

#stress_check .answer_section label.active {
    background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #81C5FB, #68CE58);
}

#stress_level .answer_section label {
    font-weight: 500;
    overflow-x: auto;
    color: #666;
    justify-content: flex-start;
}

.answer_popup .answer_section label p {
    font-size: 14px;
}

.answer_popup .answer_section label input {
    width: 40px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}

.answer_popup .answer_section label input::-webkit-inner-spin-button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.answer_popup .answer_section label input::placeholder {
    font-style: normal;
    color: #ccc;
}

#stress_check .answer_section label input {
    margin-right: 10px;
    background: url('../images/sub/pop_up_check-circle.png') 0 0 no-repeat;
    background-position: center;
    width: 20px;
}

#stress_check .answer_section label input:checked {
    background: url('../images/sub/popup_check-circle-fill.png') 0 0 no-repeat;
    background-position: center;
    width: 20px;
}

#stress_level .answer_section label input {
    width: 200px;
    text-align: left;
    margin-left: 15px;
    font-weight: 500;
}

.answer_popup .answer_save_button {
    width: 130px;
    height: 35px;
    text-align: center;
    background-color: #937FBC;
    color: #fff;
    border-radius: 50px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.calendar {
    width: 22px;
    height: 22.5px;
    opacity: 0.4;
}

#postItContainer {
    background-color: #F8F8F8;
}

.postIt {
    background-color: #fdd835;
    border: 1px solid #e6b800;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
    width: 190px;
    min-height: 160px;
    position: relative;
}

.postIt1 { background-color: #fdd835; } /* 밝은 노랑 */
.postIt2 { background-color: #fdfd96; } /* 연한 노랑 */
.postIt3 { background-color: #ffefd5; } /* 밝은 주황 */
.postIt4 { background-color: #ffe4e1; } /* 연한 핑크 */

.postIt_q_headtxt{
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}

.postIt_q_txt {
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    margin-bottom: 15px;
}

.postIt_p_a_txt {
    font-family: revert;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.postIt_n_a_txt {
    font-family: revert;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.postIt_a_txt {
    font-family: revert;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.postIt_a_headtxt {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}


#postItContainer2 {
    background-color: #F8F8F8;
    position: relative;
}

#postItContainer2 .postIt {
    background-color: #fff;
    box-shadow: none;
    width: 214px;
    height: 214px;
    border: 1px solid #D4C7EE;
    border-radius: 10px;
}

#postItContainer2 .postIt1 {
    background: url("../images/sub/life_answer1.jpg") 0 0 no-repeat;
    color: #6f42c1;
}

#postItContainer2 .postIt2 {
    background: url("../images/sub/life_answer3.jpg") 0 0 no-repeat;
    color: #6f42c1;
}

#postItContainer2 .postIt3 {
    background: url("../images/sub/life_answer2.jpg") 0 0 no-repeat;
    color: #fff;
}

#postItContainer2 .postIt4 {
    background: url("../images/sub/life_answer4.jpg") 0 0 no-repeat;
    color: #fff;
}

#postItContainer2 .postIt_a_txt {
    position: absolute;
    top: 75px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    text-align: left;
    width: 150px;
    height: 105px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

#postItContainer3 {
    position: relative;
}

#postItContainer3 .postIt {
    width: 230px;
    min-height: 260px;
    border: 1px solid #937fbc;
}

#postItContainer3 .postIt1 {
    background: url("../images/sub/life_model1.jpg") 0 0 no-repeat;
    background-size: cover;
}

#postItContainer3 .postIt2 {
    background: url("../images/sub/life_model2.jpg") 0 0 no-repeat;
    background-size: cover;
}

#postItContainer3 .postIt3 {
    background: url("../images/sub/life_model3.jpg") 0 0 no-repeat;
    background-size: cover;
}

#postItContainer3 .postIt4 {
    background: url("../images/sub/life_model4.jpg") 0 0 no-repeat;
    background-size: cover;
}

#postItContainer3 .arrow {
    width: 70px;
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

#postItContainer4 {
    background-color: #fff;
}

#postItContainer4 .postIt {
    width: 100%;
    height: 100%;
    border: none;
    background-color: #fff;
    color: #442E92;
    box-shadow: none;
}

#postItContainer4 .postIt2 {
    color: #333333;
}

#postItContainer4 .postIt .postIt_q_txt {
    font-size: 16px;
    margin: 10px 0;
}

#postItContainer4 .postIt .postIt_a_txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
    gap: 5px;
}

#postItContainer4 .postIt .postIt_a_txt span {
    display: block;
    width: 100%;
    text-align: left;
    background-color: #efe9f7;
    border-radius: 10px;
    padding: 8px;
    font-weight: normal;
}

#postItContainer4 .postIt2 .postIt_a_txt span {
    background-color: #E8E8E8;
}

#postItContainer5 {
    background-color: #fff;
}

#postItContainer5 .postIt {
    background-color: #fff;
    box-shadow: none;
    border-radius: 0;
    border: none;
    position: relative;
}

#postItContainer5 .postIt1 {
    width: 190px;
    height: 160px;
    background: url("../images/postIt1.jpg") 0 0 no-repeat;
}

#postItContainer5 .postIt2 {
    width: 190px;
    height: 160px;
    background: url("../images/postIt2.jpg") 0 0 no-repeat;
}

#postItContainer5 .postIt3 {
    width: 190px;
    height: 160px;
    background: url("../images/postIt3.jpg") 0 0 no-repeat;
}

#postItContainer5 .postIt_a_txt {
    position: absolute;
    width: 80%;
    height: 75px;
    overflow: hidden;
    top: 68px;
    left: 18px;
    text-align: left;
    font-weight: 400;
    color: #6f42c1;
    display: flex;
    align-items: center;
    justify-content: center;
}
#postItContainer5 .postIt_a_txt3 {
    color: #fff;
}

#postItContainer6 .answer-section {
    width: 190px;
    height: 160px;
    position: relative;
    border: 1px solid #eee;
    border-radius: 10px;
}

#postItContainer6 .answer-section .user-answer {
    position: absolute;
    top: 68px;
    left: 20px;
    width: 80%;
    height: 75px;
    color: #6f42c1;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

#postItContainer6 .answer-section4 .user-answer {
    color: #fff;
}

#postItContainer6 .answer-section1 {
    background: url('../images/postIt4.jpg') 0 0 no-repeat;
}

#postItContainer6 .answer-section2 {
    background: url('../images/postIt5.jpg') 0 0 no-repeat;
}

#postItContainer6 .answer-section3 {
    background: url('../images/postIt6.jpg') 0 0 no-repeat;
}

#postItContainer6 .answer-section4 {
    background: url('../images/postIt7.jpg') 0 0 no-repeat;
}


@font-face {
    font-family: 'PuradakGentleGothicR';
    src: url(/css/font/puradak/PuradakGentleGothicR.woff2) format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'JalnanGothic';
    src: url(/css/font/yogi/JalnanGothic.otf) format('otf');
    font-weight: normal;
    font-style: normal;
}

.card_item.btn_area a span {
    color: #6a6a6a;
    font-weight: 500;
}

.chips_wrap .disabled-chip {
    color: gray!important;
    cursor: not-allowed!important;
    pointer-events: none; /* 클릭 이벤트 비활성화 */
    border: 1px solid grey!important;
}

.chips_wrap .disabled-chip.on {
    color: #937FBC !important;
    border: 1px solid #937FBC !important;
}

.cycle-title {
    text-align: center;
    margin: 15px 0 10px;
    font-weight: 600;
    color: #9D84BE;
    font-size: 18px;
}

.cycle-title.black {
    color: #333;
}

.cycle-container {
    position: relative;
    width: 250px;
    height: 250px;
    margin: auto;
}

.label {
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 4px;
}

.cycle-box {
    position: absolute;
    width: 95px;
    height: 95px;
    align-items: center;
    padding: 2px;
    padding-top: 20px;
    overflow: hidden;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    color: #fff;
    background-color:#9D84BE;
}

.n_cycle-box {
    background-color: #E6E6E6;
    color: #333;
}

.n_cycle-box .label {
    color: #333;
    font-weight: 600;
}

.cycle-box .answer {
    width: 70%;
    height: 45px;
    overflow: hidden;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.north { top: 2%; left: 50%; transform: translateX(-50%); }
.east { right: 2%; top: 50%; transform: translateY(-50%); }
.south { bottom: 2%; left: 50%; transform: translateX(-50%); }
.west { left: 2%; top: 50%; transform: translateY(-50%); }

.curve_arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 55px;
    height: 55px;
    background: url(/images/curve-arrow.png) no-repeat center center; /* 화살표 이미지 경로 */
    background-size: 35px 35px;
    transform: translate(-50%, -50%);
}

.top_right_arrow {
    top: 17%;
    left: 82%;
    background: url(/images/pink_arrow1.png) no-repeat center center; /* 화살표 이미지 경로 */
    background-size: contain;
}

.bottom_right_arrow {
    top: 82%;
    left: 82%;
    background: url(/images/pink_arrow2.png) no-repeat center center; /* 화살표 이미지 경로 */
    background-size: contain;
}

.bottom_left_arrow {
    top: 82%;
    left: 17%;
    background: url(/images/pink_arrow3.png) no-repeat center center; /* 화살표 이미지 경로 */
    background-size: contain;
}
.top_right_arrow.black {
    top: 17%;
    left: 82%;
    background: url(/images/black_arrow1.png) no-repeat center center; /* 화살표 이미지 경로 */
    background-size: contain;
}

.bottom_right_arrow.black {
    top: 82%;
    left: 82%;
    background: url(/images/black_arrow2.png) no-repeat center center; /* 화살표 이미지 경로 */
    background-size: contain;
}

.bottom_left_arrow.black {
    top: 82%;
    left: 17%;
    background: url(/images/black_arrow3.png) no-repeat center center; /* 화살표 이미지 경로 */
    background-size: contain;
}
/* 준비중 팝업 */
.popup_area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    display: none;
}
.popup_area .back {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.popup_area .popup_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 240px;
    height: 300px;
    background-color: #fff;
    border-radius: 8px;
    padding: 10px 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.popup_area .popup_box .title {
    font-size: 14px;
    font-weight: 600;
    color: #454545;
}

.popup_area .popup_box p {
    font-size: 12px;
    color: #6a6a6a;
    text-align: center;
    line-height: 1.7;
}

.popup_area .popup_box .popup_close {
    width: 100%;
    height: 28px;
    border-radius: 6px;
    background-color: #937FBC;
    color: #fff;
}

.popup_area#daily_popup .popup_box {
    width: 90vw;
    height: 80vh;
}

.popup_area#daily_popup .popup_box .daily_content {
    width: 100%;
    height: 70vh;
    overflow-y: auto;
}

.image_container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.first_line_div, .second_line_div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px; /* 각 라인 사이의 간격 */
}

.first_line_div > div, .second_line_div > div {
    width: 231px;
    height: 261px;
    margin-right: 10px; /* 가로 간격 */
}

/* 모바일 화면에서 캐로셀 스타일로 보이기 위한 스타일 */
@media (max-width: 768px) {
    .first_line_div, .second_line_div {
        overflow-x: scroll;
        width: 100%;
    }
    .first_line_div {
        flex-wrap: nowrap;
    }
}

#time_hour {
    margin-left: 15px;
}

.event_group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 18px;
    margin-top: 30px;
}

.time_selection {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.event_container {
    max-height: 271px;
    overflow-y: auto;
    margin-bottom: 8px;
}

#event_text {
    text-align: center;
}

.event_description {
    padding: 0 9px;
}

.event_text {
    text-align: center;
}

#changeNickname {
    cursor: pointer;
}

.card_carousel h2 {
    text-align: center;
    margin-bottom: 5px;
}

.card_carousel table {
    text-align: center;
    border: 1px solid #eee;
}

.card_carousel table tr {
    height: 25px;
}

.card_carousel table tr:nth-child(odd) {
    background-color: #fff;
}

.card_carousel table tr:nth-child(even) {
    background-color: #EFE9F7;
}

.card_carousel table th {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.card_carousel table th:nth-child(1) {
    width: 90px;
    background-color: #B2A2CF;
}

.card_carousel table th:nth-child(2) {
    width: 160px;
    background-color: #937FBC;
}

.card_carousel table th:nth-child(3) {
    width: 70px;
    background-color: #B2A2CF;
}

.card_carousel table td {
    color: #6f42c1;
    font-size: 14px;
}

/*.card_carousel table td:nth-child(1) {*/
/*    width: 90px;*/
/*}*/

/*.card_carousel table td:nth-child(2) {*/
/*    width: 160px;*/
/*}*/

.image_area a {
    pointer-events: none;
}

.chat_message_area.receive .chat_message_balloon:empty {
    border: none;
}

#changeMood {
    padding: 15px 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#changeMood .title {
    font-size: 20px;
    font-weight: bold;
}

#changeMood .title span {
    color: #937fbc;
}

#changeMood .mood {
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    position: relative;
}

#changeMood .mood .emotion {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
}

#changeMood .mood .emotion.happy {
    background: url("../images/sub/mood_happy.png") 0 0 no-repeat;
    background-size: cover;
}

#changeMood .mood .emotion.nomal {
    background: url("../images/sub/mood_nomal.png") 0 0 no-repeat;
    background-size: cover;
}

#changeMood .mood .emotion.sad {
    background: url("../images/sub/mood_sad.png") 0 0 no-repeat;
    background-size: cover;
}

#changeMood .mood .score {
    font-size: 18px;
    font-weight: bold;
}

#changeMood .mood .arrow {
    width: 30px;
    height: 30px;
    background: url("../images/sub/mood_arrow.png") 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    top: 7%;
    left: 50%;
    transform: translateX(-50%);
}

#loading2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.56);
    display: none;
    pointer-events: none;
}

#loading2 .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#kakaoLink {
    position: fixed;
    bottom: 12dvh;
    right: 20px;
    z-index: 999;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F8DF00;
    color: #5f3f3f;
    font-weight: bold;
    font-size: 10px;
    animation: upDown 2s ease-in-out infinite alternate;
    text-align: center;
}

@keyframes upDown {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-3px);
    }
}