@charset "utf-8";
/* css수정시 다른 css파일과 겹칠 수 있으므로 #TCK.chat_bot 삽입 후 수정 */
/* z-index는 10000번째 부터 시작 */

/* reset.css */
/* 전체 기본리셋 */
#TCK.chat_bot html,
#TCK.chat_bot body,
#TCK.chat_bot div,
#TCK.chat_bot span,
#TCK.chat_bot object,
#TCK.chat_bot iframe,
#TCK.chat_bot h1,
#TCK.chat_bot h2,
#TCK.chat_bot h3,
#TCK.chat_bot h4,
#TCK.chat_bot h5,
#TCK.chat_bot h6,
#TCK.chat_bot p,
#TCK.chat_bot blockquote,
#TCK.chat_bot pre,
#TCK.chat_bot abbr,
#TCK.chat_bot address,
#TCK.chat_bot cite,
#TCK.chat_bot code,
#TCK.chat_bot del,
#TCK.chat_bot dfn,
#TCK.chat_bot em,
#TCK.chat_bot img,
#TCK.chat_bot ins,
#TCK.chat_bot kbd,
#TCK.chat_bot q,
#TCK.chat_bot small,
#TCK.chat_bot strong,
#TCK.chat_bot sub,
#TCK.chat_bot sup,
#TCK.chat_bot b,
#TCK.chat_bot i,
#TCK.chat_bot dl,
#TCK.chat_bot dt,
#TCK.chat_bot dd,
#TCK.chat_bot ol,
#TCK.chat_bot ul,
#TCK.chat_bot li,
#TCK.chat_bot fieldset,
#TCK.chat_bot form,
#TCK.chat_bot label,
#TCK.chat_bot legend,
#TCK.chat_bot table,
#TCK.chat_bot caption,
#TCK.chat_bot tbody,
#TCK.chat_bot tfoot,
#TCK.chat_bot thead,
#TCK.chat_bot tr,
#TCK.chat_bot th,
#TCK.chat_bot td,
#TCK.chat_bot article,
#TCK.chat_bot aside,
#TCK.chat_bot canvas,
#TCK.chat_bot details,
#TCK.chat_bot figcaption,
#TCK.chat_bot figure,
#TCK.chat_bot footer,
#TCK.chat_bot header,
#TCK.chat_bot hgroup,
#TCK.chat_bot nav,
#TCK.chat_bot section,
#TCK.chat_bot summary,
#TCK.chat_bot time,
#TCK.chat_bot mark,
#TCK.chat_bot audio,
#TCK.chat_bot video,
#TCK.chat_bot button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-family: "Noto Sans KR";
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}
#TCK.chat_bot article,
#TCK.chat_bot aside,
#TCK.chat_bot details,
#TCK.chat_bot figcaption,
#TCK.chat_bot figure,
#TCK.chat_bot footer,
#TCK.chat_bot header,
#TCK.chat_bot hgroup,
#TCK.chat_bot menu,
#TCK.chat_bot nav,
#TCK.chat_bot section {
  display: block;
}
/* 전체 기본리셋 */

/* 개별리셋 */
* {
  -webkit-tap-highlight-color: transparent;
}
/*#TCK.chat_bot,
body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 100%;
  font-family: "Noto Sans KR", "NanumGothic", "나눔고딕", "NanumGothicWeb", "맑은 고딕", Dotum, Sans-serif, MS Gothic, AppleGothic;
  color: #555;
  background-color: #fff;
  line-height: 120%;
}*/

#TCK.chat_bot {
	margin: 0;
  	padding: 0;
  	width: 100%;
	font-size: 100%;
	font-family: "Noto Sans KR", "NanumGothic", "나눔고딕", "NanumGothicWeb", "맑은 고딕", Dotum, Sans-serif, MS Gothic, AppleGothic;
	color: #555;
  	line-height: 120%;
}
#TCK.chat_bot br {
  font-family: "NanumGothic", "나눔고딕", "NanumGothicWeb", "맑은 고딕", Dotum, Sans-serif, MS Gothic, AppleGothic;
}
#TCK.chat_bot ul,
#TCK.chat_bot li,
#TCK.chat_bot ol {
  list-style: none;
}
#TCK.chat_bot a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  text-decoration: none;
  background: transparent;
  color: inherit;
  cursor: pointer;
}
#TCK.chat_bot a:visited {
  text-decoration: none;
}
#TCK.chat_bot img {
  vertical-align: middle;
  border: 0;
}
#TCK.chat_bot hr {
  display: block;
  height: 2px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
#TCK.chat_bot button {
  cursor: pointer;
}
#TCK.chat_bot button:disabled {
  cursor: auto;
}
#TCK.chat_bot table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
#TCK.chat_bot caption,
#TCK.chat_bot legend {
  width: 1px;
  height: 1px;
  visibility: visible;
  overflow: hidden;
  position: absolute !important;
  top: auto;
  left: -10000px;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
}
#TCK.chat_bot input,
#TCK.chat_bot textarea,
#TCK.chat_bot select {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
  border-radius: 0;
  border-bottom: 1px solid #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  resize: none;
  border-radius: 0;
}
/* ie input스타일 */
#TCK.chat_bot input::-ms-check {
  display: none;
}
#TCK.chat_bot select::-ms-expand {
  display: none;
}
#TCK.chat_bot sup {
  vertical-align: super;
  font-size: 0.6rem;
  line-height: 10px;
}

/* common */
#TCK.chat_bot input,
#TCK.chat_bot label,
#TCK.chat_bot button {
  display: block;
  width: 100%;
}
#TCK.chat_bot .fileSead label {
  cursor: pointer;
}

#TCK.chat_bot .chat_bot_cf:after {
  content: "";
  display: block;
  clear: both;
}
#TCK.chat_bot .chat_bot_left {
  width: auto;
  float: left;
  text-align: left;
}
#TCK.chat_bot .chat_bot_right {
  width: auto;
  float: right;
  text-align: right;
}
#TCK.chat_bot .chat_bot_inList li {
  float: left;
}

/************************************************************************
********************** chat_bot_content common***********************
*************************************************************************/
#TCK.chat_bot .chat_bot_content {
  display: block;
  width: 100%;
  max-width: 400px;
  border: 1px solid #ccc;
  font-size: 1rem;
  border-radius: 10px 10px 0 0;
}
/* scroll bar 커스텀 */
#TCK.chat_bot .chat_bot_main .chat_bot_main_window,
#TCK.chat_bot .chat_bot_setting.min {
  /* Fire Fox */
  scrollbar-width: thin;
  scrollbar-color: #dddddd transparent;
  /* IE */
  scrollbar-face-color: #cecdd1;
  scrollbar-track-color: #f5f3f9; /* IE 는 transparent, none이 안되므로 배경색과 같은컬러로 교체*/
  scrollbar-arrow-color: #cecdd1;
  scrollbar-highlight-color: #cecdd1;
  scrollbar-3dlight-color: none;
  scrollbar-shadow-color: #cecdd1;
  scrollbar-darkshadow-color: none;
}
#TCK.chat_bot .chat_bot_main .chat_bot_main_window::-webkit-scrollbar,
#TCK.chat_bot .chat_bot_setting.min::-webkit-scrollbar {
  width: 6px;
}
#TCK.chat_bot .chat_bot_main .chat_bot_main_window::-webkit-scrollbar-track,
#TCK.chat_bot .chat_bot_setting.min::-webkit-scrollbar-track {
  background-color: transparent;
}
#TCK.chat_bot .chat_bot_main .chat_bot_main_window::-webkit-scrollbar-thumb,
#TCK.chat_bot .chat_bot_setting.min::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: rgba(128, 128, 128, 0.3);
}
#TCK.chat_bot .chat_bot_main .chat_bot_main_window::-webkit-scrollbar-button,
#TCK.chat_bot .chat_bot_setting.min::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
/************************************************************************
*************************** chat_bot_header  ***************************
*************************************************************************/
#TCK.chat_bot .chat_bot_content .chat_bot_header {
  position: relative;
  width: 100%;
  padding: 20px 25px 18px;
  border-radius: 10px 10px 0px 0px;
}

#TCK.chat_bot .chat_bot_content .chat_bot_header .chat_bot_title_logo {
  width: 100%;
  font-weight: bold;
  font-size: 15px;
}
#TCK.chat_bot .chat_bot_content .chat_bot_header .chat_bot_title_logo img {
  width: 30px;
  display: inline-block;
  margin-right: 3px;
  border-radius: 50%;
}
/* chat_bot_close */
#TCK.chat_bot .chat_bot_content .chat_bot_close {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 15px;
  right: 20px;
}
#TCK.chat_bot .chat_bot_content .chat_bot_close span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  z-index: 10002;
  cursor: pointer;
  opacity: 0.9;
}
#TCK.chat_bot .chat_bot_content .chat_bot_close span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
#TCK.chat_bot .chat_bot_content .chat_bot_close span:nth-child(2) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

#TCK.chat_bot .chat_bot_content .chat_bot_header .chat_bot_notice {
  display: none;
  margin-top: 10px;
  padding: 6px 12px;
  border-radius: 30px;
  font-size: 12px;
}
#TCK.chat_bot .chat_bot_content .chat_bot_header .chat_bot_notice.contentVisible {
  display: block;
}
#TCK.chat_bot .chat_bot_content .chat_bot_header .chat_bot_time {
  position: relative;
}
#TCK.chat_bot .chat_bot_content .chat_bot_header .chat_bot_wait,
#TCK.chat_bot .chat_bot_content .chat_bot_header .chat_bot_oper {
  margin-top: 15px;
  font-size: 11px;
}
#TCK.chat_bot .chat_bot_content .chat_bot_header .chat_bot_wait img,
#TCK.chat_bot .chat_bot_content .chat_bot_header .chat_bot_oper img {
  display: inline-block;
  width: 18px;
  margin-right: 5px;
}
#TCK.chat_bot .chat_bot_content .chat_bot_header .chat_bot_oper {
  cursor: pointer;
  z-index: 10010;
}
#TCK.chat_bot .chat_bot_content .chat_bot_header .chat_bot_oper_layer {
  display: none;
  position: absolute;
  top: 52px;
  right: -7px;
  padding: 15px;
  opacity: 0.9;
  border-radius: 10px;
  z-index: 10010;
  cursor: pointer;
  background: #343439;
  color: #fff;
}
#TCK.chat_bot .chat_bot_content .chat_bot_header .chat_bot_oper_layer ul {
  font-size: 0.68751rem;
  line-height: 150%;
  letter-spacing: -0.05rem;
  opacity: 0.8;
}
#TCK.chat_bot .chat_bot_content .chat_bot_header .chat_bot_oper_layer .layerpl {
  padding-left: 30px;
}
/************************************************************************
*************************** chat_bot_main ******************************
*************************************************************************/
#TCK.chat_bot .chat_bot_main {
  width: 100%;
  height: 300px;
  padding: 0 5px 0 20px;
}
#TCK.chat_bot .chat_bot_main .chat_bot_main_window {
  height: 100%;
  overflow-y: scroll;
  padding-right: 5px;
}

#TCK.chat_bot .chat_bot_main .chat_bot_main_window .newDateTime {
  text-align: center;
  font-size: 11px;
  letter-spacing: -0.18px;
  opacity: 0.8;
  margin: 18px 0;
}
#TCK.chat_bot .chat_bot_main .chat_bot_main_window .chatting {
  position: relative;
  display: block;
  width: 100%;
}
#TCK.chat_bot .chat_bot_main .chat_bot_main_window .chat_bot_text_box {
  width: auto;
  display: inline-block;
  min-width: 50px;
  max-width: 78%;
  font-size: 0.75rem;
  word-break: break-all;
}
#TCK.chat_bot .chat_bot_main .chat_bot_main_window .chat_bot_text_box img {
  display: block;
  width: 100%;
}
#TCK.chat_bot .chat_bot_main .chat_bot_main_window .chatting .dateTime {
  font-size: 0.6875rem;
  letter-spacing: -0.18px;
  opacity: 0.8;
}
/************************************************************************
******************** chat_bot_customer_service  ***********************
*************************************************************************/
#TCK.chat_bot .chat_bot_main .chat_bot_customer_service {
  position: relative;
  margin-bottom: 15px;
}
#TCK.chat_bot .chat_bot_main .chat_bot_customer_service .chat_bot_cs_title_logo {
  display: block;
  width: 100%;
}
#TCK.chat_bot .chat_bot_main .chat_bot_customer_service .chat_bot_cs_title_logo span {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  vertical-align: middle;
}
#TCK.chat_bot .chat_bot_main .chat_bot_customer_service .chat_bot_cs_title_logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 75%;
  text-align: center;
  border-radius : 50%;
}
#TCK.chat_bot .chat_bot_main .chat_bot_customer_service .chat_bot_cs_title_logo p {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
}
#TCK.chat_bot .chat_bot_main .chat_bot_customer_service .chat_bot_text_box {
  margin: 0 auto;
  padding: 15px 20px 15px 15px;
  border-radius: 3px 30px 30px 30px;
  font-size:12px;
}
#TCK.chat_bot .chat_bot_main .chat_bot_customer_service .chat_bot_cs_title_logo + .chatting .chat_bot_text_box {
  margin-top: 15px;
}
#TCK.chat_bot .chat_bot_main .chat_bot_customer_service .chatting .dateTime {
  width: auto;
  display: inline-block;
  position: absolute;
  bottom: 0px;
  margin-left: 5px;
  margin-bottom: 0;
}
#TCK.chat_bot .chat_bot_main .chat_bot_customer_service .chat_bot_category:first-of-type {
  display: block;
  margin: 15px auto 0;
}
#TCK.chat_bot .chat_bot_main .chat_bot_customer_service .chat_bot_category {
  display: block;
}
#TCK.chat_bot .chat_bot_main .chat_bot_customer_service .chat_bot_category a {
  display: inline-block;
  padding: 10px 15px;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid;
  border-radius: 30px;
  font-size: 11px;
  cursor: pointer;
  text-decoration: none;
}

#TCK.chat_bot .chat_bot_main .chat_bot_customer_service .chat_bot_circleBtn {
  width: 80%;
  margin: 15px 10% 0;
  text-align: center;
  border: solid 1px #3f3f3f;
  padding: 10px 0;
  border-radius: 30px;
}
#TCK.chat_bot .chat_bot_main .chat_bot_customer_service .chat_bot_privacy_policy p {
  margin-top: 15px;
}
#TCK.chat_bot .chat_bot_main .chat_bot_customer_service .chat_bot_privacy_policy label {
  display: inline-block;
  letter-spacing: -0.8px;
  font-weight: bold;
  color: #202020;
  cursor: pointer;
  margin-top: 15px;
}
#TCK.chat_bot .chat_bot_main .chat_bot_customer_service .chat_bot_privacy_policy span:before {
  content: url(../img/icon_check.png);
  color: #c0c3c6;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 1px;
  margin-right: 5px;
  vertical-align: middle;
  cursor: pointer;
}
#TCK.chat_bot .chat_bot_main .chat_bot_customer_service .chat_bot_privacy_policy input[type="checkbox"] {
  border: 0;
}
#TCK.chat_bot .chat_bot_main .chat_bot_customer_service .chat_bot_privacy_policy input[type="checkbox"]:checked + span:before {
  content: url(../img/icon_checked.png);
}
#TCK.chat_bot .chat_bot_main .chat_bot_customer_service .chat_bot_reserve label {
  color: #202020;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
#TCK.chat_bot .chat_bot_main .chat_bot_customer_service .chat_bot_reserve label span {
  color: #adadad;
}
#TCK.chat_bot .chat_bot_main .chat_bot_customer_service .chat_bot_reserve input,
#TCK.chat_bot .chat_bot_main .chat_bot_customer_service .chat_bot_reserve textarea {
  border: solid 1px #adadad;
  padding: 7px;
}
#TCK.chat_bot .chat_bot_main .chat_bot_customer_service .chat_bot_reserve textarea {
  display: block;
}
/************************************************************************
*********************** chat_bot_customer  ****************************
*************************************************************************/
#TCK.chat_bot .chat_bot_main .chat_bot_customer {
  position: relative;
  text-align: right;
  margin: 30px auto 20px;
}
#TCK.chat_bot .chat_bot_main .chat_bot_customer .chat_bot_text_box {
  margin: 0 auto 10px;
  padding: 15px 15px 15px 20px;
  border-radius: 30px 3px 30px 30px;
  text-align: left;
}

#TCK.chat_bot .chat_bot_main .chat_bot_main_window .chat_bot_customer .chatting .dateTime {
  width: auto;
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: bottom;
}
/************************************************************************
*********************** chat_bot_chatting_tab  *************************
*************************************************************************/
#TCK.chat_bot .chat_bot_chatting_tab {
  position: relative;
  bottom: 0;
  left: 0;
  background: #e8e8e8;
  z-index: 10003;
}

#TCK.chat_bot .chat_bot_chatting_tab .chat_bot_generic_btn li {
  width: 33.33%;
  box-sizing: border-box;
  border-right: solid 1px #6266eb;
}
#TCK.chat_bot .chat_bot_chatting_tab .chat_bot_generic_btn li:last-of-type {
  border-right: 0;
}
#TCK.chat_bot .chat_bot_chatting_tab .chat_bot_generic_btn li a {
  display: block;
  width: 100%;
  padding: 10px 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.3px;
  text-align: center;
  color: #ffffff;
}
#TCK.chat_bot .chat_bot_chatting_tab .chat_bot_generic_btn.contentHidden {
  display: none;
}
#TCK.chat_bot .chat_bot_chatting_tab form.active {
  background: #ffffff;
}
#TCK.chat_bot .chat_bot_chatting_tab form ul li img {
  display: block;
  width: 100%;
}
#TCK.chat_bot .chat_bot_chatting_tab form ul {
  margin: 0 10px;
}
#TCK.chat_bot .chat_bot_chatting_tab form li {
  margin: 10px 0;
  width: 10%;
}
#TCK.chat_bot .chat_bot_chatting_tab form li .fileSeadAdd,
#TCK.chat_bot .chat_bot_chatting_tab form li button {
  padding: 5px;
}
#TCK.chat_bot .chat_bot_chatting_tab form li:nth-of-type(2) {
  width: 75%;
  margin: 10px 2.5%;
}

#TCK.chat_bot .chat_bot_chatting_tab form li input {
  padding: 10px 0;
  border-bottom: 0;
}
#TCK.chat_bot .chat_bot_chatting_tab form li input:disabled {
  background: #e8e8e8;
}
#TCK.chat_bot .chat_bot_chatting_tab form li input.active {
  background: #ffffff;
}
#TCK.chat_bot .chat_bot_chatting_tab .fileSeadTab {
  display: none;
}
#TCK.chat_bot .chat_bot_chatting_tab .fileSeadTab.contentVisible {
  width: 67%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 14px;
  border-radius: 0 10px 10px 0;
  opacity: 0.95;
  background-color: #343439;
  z-index: 10004;
}
#TCK.chat_bot .chat_bot_chatting_tab .fileSeadTab.contentVisible div {
  width: 25%;
  float: left;
}
#TCK.chat_bot .chat_bot_chatting_tab .fileSeadTab.contentVisible div label {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  vertical-align: middle;
}
#TCK.chat_bot .chat_bot_chatting_tab .fileSeadTab.contentVisible div label span {
  display: block;
  width: 40%;
  margin: 0 30%;
  height: 28px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  cursor: pointer;
}
#TCK.chat_bot .chat_bot_chatting_tab .fileSeadTab.contentVisible div label[for="imgSend"] span {
  background-image: url(/Chatbot/common/image/icon_img_off.png);
}
#TCK.chat_bot .chat_bot_chatting_tab .fileSeadTab.contentVisible div label[for="imgSend"]:hover span {
  background-image: url(/Chatbot/common/image/icon_img_on.png);
}
#TCK.chat_bot .chat_bot_chatting_tab .fileSeadTab.contentVisible div label[for="mediaSend"] span {
  background-image: url(/Chatbot/common/image/icon_media_off.png);
}
#TCK.chat_bot .chat_bot_chatting_tab .fileSeadTab.contentVisible div label[for="mediaSend"]:hover span {
  background-image: url(/Chatbot/common/image/icon_media_on.png);
}
#TCK.chat_bot .chat_bot_chatting_tab .fileSeadTab.contentVisible div label[for="fileSend"] span {
  width: 30%;
  margin: 0 35%;
  background-image: url(/Chatbot/common/image/icon_file_off.png);
}
#TCK.chat_bot .chat_bot_chatting_tab .fileSeadTab.contentVisible div label[for="fileSend"]:hover span {
  background-image: url(/Chatbot/common/image/icon_file_on.png);
}
#TCK.chat_bot .chat_bot_chatting_tab .fileSeadTab.contentVisible div .chat_bot_close {
  /* 좌우 아이콘 크기에따라 x버튼 크기조절 */
  width: 20px;
  height: 20px;
  margin: 3px calc(100% - 35px);
}
#TCK.chat_bot .chat_bot_chatting_tab .fileSeadTab.contentVisible div .chat_bot_close span {
  height: 2px;
  background: #9a9a9c;
}
/************************************************************************
*************************** chat_bot_setting ***************************
*************************************************************************/
#TCK.chat_bot .chat_bot_setting {
  display: none;
  width: 88%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10010;
  background: #f6f6f7;
}

#TCK.chat_bot .chat_bot_setting .chat_bot_close {
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 10006;
}
#TCK.chat_bot .chat_bot_setting.contentVisible {
  display: block;
}
#TCK.chat_bot .chat_bot_setting .chat_bot_close span {
  background: #000;
}
#TCK.chat_bot .chat_bot_setting .chat_bot_close + p {
  padding: 21px 0 21px 20px;
  font-weight: bold;
  font-size: 1rem;
  color: #202020;
}
#TCK.chat_bot .chat_bot_setting form {
  padding-left: 20px;
  background: #fff;
}
#TCK.chat_bot .chat_bot_setting form > p,
#TCK.chat_bot .chat_bot_setting form > span {
  display: inline-block;
  margin: 12px 0 20px;
}
#TCK.chat_bot .chat_bot_setting form > p:first-of-type {
  font-weight: bold;
  font-size: 0.9375rem;
  color: #202020;
}
#TCK.chat_bot .chat_bot_setting form > span {
  float: right;
  font-size: 0.875rem;
  cursor: pointer;
  padding-right: 30px;
}
#TCK.chat_bot .chat_bot_setting form label {
  padding: 0 15px;
  padding-bottom: 12px;
}
#TCK.chat_bot .chat_bot_setting form label:after {
  display: block;
  clear: both;
  content: "";
}
#TCK.chat_bot .chat_bot_setting form label:last-of-type {
  padding-bottom: 20px;
}
#TCK.chat_bot .chat_bot_setting form label p {
  width: 35%;
  float: left;
  font-size: 0.875rem;
  color: #202020;
}
#TCK.chat_bot .chat_bot_setting form input {
  float: left;
  width: 65%;
  border-color: #eee;
  background: none;
  color: #202020;
  font-size: 0.8rem;
}
#TCK.chat_bot .chat_bot_setting form input:disabled {
  border: 0;
  background: none;
}
#TCK.chat_bot .chat_bot_setting form + p {
  padding: 11px 0 11px 20px;
  font-size: 0.75rem;
  color: #adadad;
}
#TCK.chat_bot .chat_bot_setting ul {
  background: #fff;
  padding: 15px 0 15px 20px;
}
#TCK.chat_bot .chat_bot_setting ul:first-of-type {
  margin-bottom: 10px;
}
#TCK.chat_bot .chat_bot_setting ul li {
  margin-bottom: 10px;
}
#TCK.chat_bot .chat_bot_setting ul li:after {
  content: "";
  display: block;
  clear: both;
}
#TCK.chat_bot .chat_bot_setting ul li p {
  float: left;
  padding-left: 15px;
  width: 70%;
  font-size: 0.8rem;
  color: #202020;
}
#TCK.chat_bot .chat_bot_setting ul:last-of-type li:first-of-type p {
  font-weight: bold;
  padding: 0;
  font-size: 0.875rem;
}
#TCK.chat_bot .chat_bot_setting ul li button {
  float: right;
  width: 35px;
  height: 18px;
  margin-right: 30px;
  background: #adadad;
  border-radius: 30px;
  cursor: pointer;
}
#TCK.chat_bot .chat_bot_setting ul li button:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  margin: 1.5px;
}

#TCK.chat_bot .chat_bot_setting ul li button.activeBackColor:after {
  margin-left: 19px;
}

@media all and (max-width: 480px) {
  /* chat_bot_content */
  #TCK.chat_bot .chat_bot_content .chat_bot_close {
    margin-top: 1px;
    width: 22px;
    height: 22px;
  }
  /************************** chat_bot_header  ***************************/
  #TCK.chat_bot .chat_bot_content .chat_bot_header {
    padding: 4.166666667vw 5.208333333vw 3.75vw;
  }
  #TCK.chat_bot .chat_bot_content .chat_bot_header .chat_bot_title_logo img {
    margin-right: 0.625vw;
  }
  #TCK.chat_bot .chat_bot_content .chat_bot_header .chat_bot_util {
    top: 5.208333333vw;
  }
  #TCK.chat_bot .chat_bot_content .chat_bot_header .chat_bot_util ul li {
    margin-right: 3vw;
  }
  #TCK.chat_bot .chat_bot_content .chat_bot_header .chat_bot_notice {
    margin-top: 3.125vw;
    padding: 1.25vw 2.5vw;
  }
  #TCK.chat_bot .chat_bot_content .chat_bot_header .chat_bot_wait,
  #TCK.chat_bot .chat_bot_content .chat_bot_header .chat_bot_oper {
    margin-top: 3.125vw;
  }
  #TCK.chat_bot .chat_bot_content .chat_bot_header .chat_bot_wait img,
  #TCK.chat_bot .chat_bot_content .chat_bot_header .chat_bot_oper img {
    margin-right: 1.041666667vw;
  }
  #TCK.chat_bot .chat_bot_content .chat_bot_header .chat_bot_oper_layer .layerpl {
    padding-left: 6.25vw;
  }

  /************************** chat_bot_main  ***************************/
  #TCK.chat_bot .chat_bot_main {
    padding: 0 1.583333333vw 0 4.166666667vw;
  }
  #TCK.chat_bot .chat_bot_content.contentVisible {
    border: 0;
  }
  #TCK.chat_bot .chat_bot_main .chat_bot_main_window .newDateTime {
    margin: 3.75vw 0;
  }
  #TCK.chat_bot .chat_bot_main .chat_bot_main_window .chatting .dateTime {
    letter-spacing: -0.03125rem;
  }

  /************************** chat_bot_customer_service  ***************************/
  #TCK.chat_bot .chat_bot_main .chat_bot_customer_service {
    margin-bottom: 3.125vw;
  }
  #TCK.chat_bot .chat_bot_main .chat_bot_customer_service .chat_bot_text_box {
    padding: 4.166666667vw 5.208333333;
  }
  #TCK.chat_bot .chat_bot_main .chat_bot_customer_service .chat_bot_cs_title_logo + .chatting .chat_bot_text_box {
    margin-top: 3.125vw;
  }
  #TCK.chat_bot .chat_bot_main .chat_bot_customer_service .chatting .dateTime {
    margin-left: 1.041666667vw;
  }
  #TCK.chat_bot .chat_bot_main .chat_bot_customer_service .chat_bot_category:first-of-type {
    margin: 3.125vw auto 0;
    display: block;
  }
  #TCK.chat_bot .chat_bot_main .chat_bot_customer_service .chat_bot_category {
    display: inline-block;
  }

  #TCK.chat_bot .chat_bot_main .chat_bot_customer_service .chat_bot_category a {
    padding: 3.083333333vw 5.208333333vw;
    margin-right: 1.041666667vw;
    margin-bottom: 1.041666667vw;
  }

  #TCK.chat_bot .chat_bot_main .chat_bot_customer_service .chat_bot_circleBtn {
    margin: 3.125vw 10% 0;
    padding: 2.083333333vw 0;
  }
  #TCK.chat_bot .chat_bot_main .chat_bot_customer_service .chat_bot_privacy_policy p,
  #TCK.chat_bot .chat_bot_main .chat_bot_customer_service .chat_bot_privacy_policy label {
    margin-top: 3.125vw;
  }
  #TCK.chat_bot .chat_bot_main .chat_bot_customer_service .chat_bot_privacy_policy span:before {
    margin-right: 1.04166667vw;
  }
  #TCK.chat_bot .chat_bot_main .chat_bot_customer_service .chat_bot_reserve label {
    padding-bottom: 1.04166667vw;
    margin-bottom: 3.125vw;
  }
  #TCK.chat_bot .chat_bot_main .chat_bot_customer_service .chat_bot_reserve input,
  #TCK.chat_bot .chat_bot_main .chat_bot_customer_service .chat_bot_reserve textarea {
    padding: 1.45833333vw;
  }
  /************************chat_bot_customer****************************/
  #TCK.chat_bot .chat_bot_main .chat_bot_customer {
    margin: 6.25vw auto 4.166666667vw;
  }
  #TCK.chat_bot .chat_bot_main .chat_bot_customer .chat_bot_text_box {
    margin: 0 auto 2.083333333vw;
    padding: 4.166666667vw 5.208333333vw;
  }
  #TCK.chat_bot .chat_bot_main .chat_bot_main_window .chat_bot_customer .chatting .dateTime {
    margin-bottom: 2.083333333vw;
  }

  /************************** chat_bot_chatting_tab  ***************************/
#TCK.chat_bot .chat_bot_chatting_tab {
    width: 100%;
    position: fixed;
  }
  #TCK.chat_bot .chat_bot_chatting_tab .chat_bot_generic_btn li a {
    padding: 3.125vw 0;
  }

  #TCK.chat_bot .chat_bot_chatting_tab form ul {
    margin: 0 2.083333333vw;
  }
  #TCK.chat_bot .chat_bot_chatting_tab form li {
    margin: 2.083333333vw 0;
  }
  #TCK.chat_bot .chat_bot_chatting_tab form li .fileSeadAdd,
  #TCK.chat_bot .chat_bot_chatting_tab form li button {
    padding: 2.083333333vw;
  }
  #TCK.chat_bot .chat_bot_chatting_tab form li:nth-of-type(2) {
    margin: 2.083333333vw 2.5%;
  }
  #TCK.chat_bot .chat_bot_chatting_tab form li input {
    padding: 2.083333333vw 0;
  }
  #TCK.chat_bot .chat_bot_chatting_tab .fileSeadTab.contentVisible {
    height: 13.8vw;
    padding: 0 2.5vw;
  }
  #TCK.chat_bot .chat_bot_chatting_tab .fileSeadTab.contentVisible div {
    margin: 3.5vw 0;
  }
  #TCK.chat_bot .chat_bot_chatting_tab .fileSeadTab.contentVisible div label span {
    width: 40%;
    margin: 0 30%;
    height: 6.25vw;
  }
  #TCK.chat_bot .chat_bot_chatting_tab .fileSeadTab.contentVisible div label[for="fileSend"] span {
    width: 31%;
    margin: 0 34.5%;
  }
  #TCK.chat_bot .chat_bot_chatting_tab .fileSeadTab.contentVisible div label[for="imgSend"]:hover span {
    background-image: url(/com/resources/front/images/webchat/icon_img_off.png);
  }
  #TCK.chat_bot .chat_bot_chatting_tab .fileSeadTab.contentVisible div label[for="mediaSend"]:hover span {
    background-image: url(/com/resources/front/images/webchat/icon_media_off.png);
  }
  #TCK.chat_bot .chat_bot_chatting_tab .fileSeadTab.contentVisible div label[for="fileSend"]:hover span {
    background-image: url(/com/resources/front/images/webchat/icon_file_off.png);
  }
  #TCK.chat_bot .chat_bot_chatting_tab .fileSeadTab.contentVisible div .chat_bot_close {
    /* 좌우 아이콘 크기에따라 x버튼 크기조절 */
    width: 23px;
    height: 23px;
    margin: 0 calc(100% - 35px);
  }
  /*************************** chat_bot_setting ***************************/

  #TCK.chat_bot .chat_bot_setting {
    position: fixed;
    width: 100%;
  }
  #TCK.chat_bot .chat_bot_setting .chat_bot_close {
    top: 4.375vw;
  }
  #TCK.chat_bot .chat_bot_setting .chat_bot_close + p {
    padding: 4.375vw 0 4.375vw 4.16666667vw;
  }
  #TCK.chat_bot .chat_bot_setting form {
    padding-left: 4.16666667vw;
  }
  #TCK.chat_bot .chat_bot_setting form > p,
  #TCK.chat_bot .chat_bot_setting form > span {
    margin: 2.5vw 0 4.16666667vw;
  }
  #TCK.chat_bot .chat_bot_setting form label {
    padding: 0 4.16666667vw 0 3.125vw;
    padding-bottom: 2.5vw;
  }
  #TCK.chat_bot .chat_bot_setting form label:last-of-type {
    padding-bottom: 4.16666667vw;
  }
  #TCK.chat_bot .chat_bot_setting form + p {
    padding: 2.29166667vw 0 2.29166667vw 4.16666667vw;
  }
  #TCK.chat_bot .chat_bot_setting ul {
    padding: 3.125vw 0 3.125vw 4.16666667vw;
  }
  #TCK.chat_bot .chat_bot_setting ul:first-of-type {
    margin-bottom: 2.08333333vw;
  }
  #TCK.chat_bot .chat_bot_setting ul li {
    margin-bottom: 2.08333333vw;
  }
  #TCK.chat_bot .chat_bot_setting ul li p {
    padding-left: 3.125vw;
  }
  #TCK.chat_bot .chat_bot_setting ul:last-of-type li:first-of-type p {
    font-size: 0.875rem;
  }
  #TCK.chat_bot .chat_bot_setting ul li button {
    margin-right: 6.25vw;
  }
}

/* Theme.css */
#TCK.chat_bot .startBackColor {
  background: #ffffff !important;
}
/* 시스템알림 버튼 */
#TCK.chat_bot .systemBackColor {
  background: #e8e8eb !important;
}
/* 닫기버튼 */
#TCK.chat_bot .closeBtnColor {
  background: #ffffff !important;
}
/* 상담사 말풍선 */
#TCK.chat_bot .customerColor {
  background: #ffffff !important;
}
/* 상담채팅창 */
#TCK.chat_bot .chatBackColor {
  background-color: #f6f5fa;
}
/* 상담채팅창 */
#TCK.chat_bot .chatBackDisabledColor {
  background-color: #ddd;
}
/* 채팅시간 */
#TCK.chat_bot .timeFontColor {
  color: #92989f;
}
/************************ default ************************/
/* 메인 배경컬러 +상담사 아이콘 배경 */
#TCK.chat_bot.default .mainBackColor {
  background: #7377ff !important;
}
/* 서브 배경컬러  -- 공지사항 컬러*/
#TCK.chat_bot.default .subBackColor {
  background: #6266eb !important;
}
/* 메인 폰트컬러 -- 메인배경/ 공지사항과 대비되는 주색 */
#TCK.chat_bot.default .mainFontColor {
  color: #ffffff !important;
}
/* 서브 폰트컬러 1 -- 메인과 동일한 색상 */
#TCK.chat_bot.default .subFontColor {
  color: #7377ff !important;
}
/* 메인 보더컬러 */
#TCK.chat_bot.default .mainBorderColor {
  border-color: #7377ff !important;
}
/* 하단 제네릭버튼 보더컬러 */
#TCK.chat_bot.default .subBorderColor {
  border-color: #6266eb !important;
}
/* 카테고리 클릭 , 셋팅창 체크 유무 */
#TCK.chat_bot.default .activeBackColor {
  background: #7377ff !important;
}
#TCK.chat_bot.default .activeFontColor {
  color: #fff;
}

#webchat_color li {float:left; width:30px;height:30px;border-radius: 5px;margin:0 10px 10px 0;cursor: pointer;}
li.default {background: #fff !important;border:2px solid #666;text-align:center;padding-top:3px;}
li.default:after {content: "\d7";color: #000;}

li.p_red {background: #fd9696 !important;}
li.p_orange {background: #ffb359 !important;}
li.p_yellow {background: #e9d026 !important;}
li.p_yellowgreen {background: #abcd44 !important;}
li.p_green {background: #4ed788 !important;}
li.p_cyan {background: #47d3be !important;}
li.p_blue {background: #7ac2ff !important;}
li.p_navy {background: #9aa8fd !important;}
li.p_purple	{background: #ca8bff !important;}
li.p_pink	{background: #ff8ec9 !important;}
li.p_silver	{background: #aaaaaa !important;}
li.p_black	{background: #555555 !important;}

li.v_red {background: #fc4242 !important;}
li.v_orange	 {background: #ff9416 !important;}
li.v_yellow	 {background: #ffde00 !important;}
li.v_yellowgreen	 {background: #8ab700 !important;}
li.v_green	 {background: #0dd60d !important;}
li.v_cyan	 {background: #00cee0 !important;}
li.v_blue	 {background: #1795ff !important;}
li.v_navy	 {background: #4761ff !important;}
li.v_purple	 {background: #aa45ff !important;}
li.v_pink	 {background: #f852a8 !important;}
li.v_silver	 {background: #999999 !important;}
li.v_black	 {background: #222222 !important;}

li.m_burlywood {background: #dbae78 !important;}
li.m_gray {background: #9cb1bb !important;}
li.m_midnightblue {background: #154183 !important;}
li.m_darkgreen {background: #2a622b !important;}
li.m_aquamarine {background: #10dcc6 !important;}
li.m_darkgray {background: #66698b !important;}
li.m_darkred {background: #a31801 !important;}
li.m_lime {background: #5be561 !important;}
li.m_mediumvioletred {background: #a60075 !important;}
li.m_hotpink {background: #ff4f85 !important;}
li.m_olive {background: #c2c684 !important;}
li.m_lightpink {background: #ffb7b7 !important;}

li.royalblue {background: #0055bf !important;}
li.mediumturquoise {background: #00aeb5 !important;}
li.border {border:3px solid #000;}
li.savethechildren1 {background: #da291c !important;}
li.savethechildren2 {background: #a51414 !important;}
li.savethechildren3 {background: #d1ccbd !important;}
li.savethechildren4 {background: #9a3324 !important;}
li.soomgo {background: #693bf2 !important;}
li.muji {background: #7F0019 !important;}
