/*Font-style*/


/* -------------------------------- 

font *Noto Sans KR (korean) http://www.google.com/fonts/earlyaccess*

-------------------------------- */
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 100;
    src: url(../fonts/NotoSansKR-Thin.woff2) format('woff2'), url(../fonts/NotoSansKR-Thin.woff) format('woff'), url(../fonts/NotoSansKR-Thin.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/NotoSansKR-Light.woff2) format('woff2'), url(../fonts/NotoSansKR-Light.woff) format('woff'), url(../fonts/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/NotoSansKR-Medium.woff2) format('woff2'), url(../fonts/NotoSansKR-Medium.woff) format('woff'), url(../fonts/NotoSansKR-Medium.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/NotoSansKR-Bold.woff2) format('woff2'), url(../fonts/NotoSansKR-Bold.woff) format('woff'), url(../fonts/NotoSansKR-Bold.otf) format('opentype');
}


/* reset */

html, body {
    margin: 0;
    padding: 0;
    letter-spacing: -0.025em;
    /* word-break: keep-all; */
    font-family: "Noto Sans KR", "Microsoft YaHei", "Microsoft Sans Serif", sans-serif!important;
}

body .wc-app, .wc-app button, .wc-app input, .wc-app textarea {
    font-family: "Noto Sans KR", "Microsoft YaHei", "Microsoft Sans Serif", sans-serif!important;
    font-size: 14px;
}

/* #BotChatGoesHere { border: 1px solid #333; float: left; height: 798px; position: relative; width: 470px; } */

.wc-app button {
    background-color: #fff;
    border: 1.5px solid #ddd;
    border-radius: 5px;
    color: #000;
    cursor: pointer;
    transition: color .2s ease, background-color .2s ease;
}

.wc-app h1, .wc-app h2, .wc-app h3, .wc-app h4, .wc-app p, .wc-app ul, .wc-app ol {
    margin: 0;
    padding: 0;
}

.wc-app audio, .wc-app video {
    display: block;
}

/* docking */
.format-markdown, .format-markdown p {
    width: 100%;
    word-break: break-all;
}
:lang(ja) *, :lang(zh-Hans) *, :lang(zh-Hant) *, :lang(ch) *, :lang(zh) * { word-break : break-all; }

.wc-hidden {
    visibility: hidden;
}

.wc-header {
    background-color: #D8D9DB;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
    box-sizing: content-box;
    color: #ffffff;
    font-weight: 500;
    height: 60px;
    left: 0;
    padding: 10px;
    position: absolute;    
    right: 0;
    top: 0;
    z-index: 1;
    line-height: 55px;
    background-image: url(../../Contents/img/bg_header.svg);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    /* text-align: center;*/
    background-size: 100%;
}

.wc-header span {
    color: #444A51;
    font-size: 19px;
    padding: 0 0 0 10px;
    font-weight: 700;
    letter-spacing: -0.025em;
    text-transform: uppercase;
}

.wc-time {
    color: #999999;
    margin-bottom: 10px;
}

.wc-message-groups {
    bottom: 100px;
    left: 0;
    transform: translateY(0);
    outline: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 80px;
    transition: transform 0.2s cubic-bezier(0, 0, 0.5, 1);
}

.wc-message-groups.no-header {
    top: 0;
}

.wc-message-group-content {
    overflow: hidden;
}

.wc-suggested-actions {
    background-color: #f9f9f9;
    bottom: 50px;
    height: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    transition: height 0.2s cubic-bezier(0, 0, 0.5, 1);
}

.wc-suggested-actions .wc-hscroll>ul {
    height: 40px;
    padding: 2px 3px;
}

.wc-suggested-actions .wc-hscroll>ul>li {
    display: inline-block;
    margin: 2px;
    max-width: 40%;
}

.wc-suggested-actions .wc-hscroll>ul>li button {
    background-color: #fff;
    color: #0078d7;
    min-height: 32px;
    overflow: hidden;
    padding: 0 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.wc-suggested-actions .wc-hscroll>ul>li button:focus, .wc-suggested-actions .wc-hscroll>ul>li button:hover {
    background-color: #fff;
    border-color: #0078d7;
    color: #0078d7;
}

.wc-suggested-actions .wc-hscroll>ul>li button:active {
    background-color: #0078d7;
    border-color: #0078d7;
    color: #ffffff;
}

.wc-suggested-actions button.scroll {
    background-color: #d2dde5;
    height: 40px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 28px;
}

.wc-suggested-actions button.scroll:disabled {
    display: none;
}

.wc-suggested-actions button.scroll:focus, .wc-suggested-actions button.scroll:hover {
    background-color: #808c95;
}

.wc-suggested-actions button.scroll svg {
    fill: #ffffff;
}

.wc-suggested-actions button.scroll svg path {
    transform: translateY(6px);
}

.wc-suggested-actions button.scroll.previous {
    left: 0;
}

.wc-suggested-actions button.scroll.next {
    right: 0;
}

.wc-message-pane.show-actions .wc-message-groups {
    top: 78px;
    transform: translateY(-40px);
}

.wc-message-pane.show-actions .wc-suggested-actions {
    height: 40px;
}

/* views */

.wc-chatview-panel {
    overflow: hidden;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: #f7f7f7;
}

/* messages */

.wc-message-wrapper {
    animation: animationFrames 2s;
    animation-iteration-count: 1;
    clear: both;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    /*transition: max-height 2s ease-in-out;*/
}

.wc-message-from-bot:before {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 0;
    left: -45px;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    background: #fff url(../../Contents/img/Aaron_img_original.png) 50% 50% no-repeat;
    background-size: 40px;
}

.wc-message-from-bot:after {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    top: 50px;
    left: -36px;
    font-size: 12px;
}

@keyframes animationFrames {
    0% {
        /*max-height: 0;*/
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        /*max-height: 2000px;*/
    }
}

.wc-message {
    position: relative;
}

.wc-message-wrapper.carousel .wc-message {
    max-width: none;
    padding-right: 8px;
}

.wc-message svg.wc-message-callout {
    height: 22px;
    position: absolute;
    stroke: none;
    top: 12px;
    width: 6px;
    display: none;
}

.wc-message-content {
    border-radius: 0 35px 35px;
    /*  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);*/
    padding: 20px 25px;
    /*  word-break: break-word;*/
}

.wc-message-content.clickable {
    cursor: pointer;
}

.wc-message-content.selected {
    box-shadow: 0px 1px 1px 0px #ffa333;
}

.wc-message-content img {
    max-height: 320px;
    max-width: 100%;
}

.wc-message-content .video iframe {
    border: 0;
}

.wc-message-content audio, .wc-message-content video {
    max-width: 100%;
}

.wc-message-content audio+h1, .wc-message-content video+h1 {
    margin-top: 11px;
}

.wc-message-from {
    clear: both;
    color: #767676;
    font-size: 11px;
    margin-top: 5px;
}

/* cards */

.wc-card {
    background-color: #ffffff;
}
.wc-card * { font-family: "Noto Sans KR", "Microsoft YaHei", "Microsoft Sans Serif", sans-serif!important; color: #555!important; line-height: 22px!important; font-size: 14px!important; }
.wc-card .non-adaptive-content {
    margin: 8px 8px 0 8px;
}

.wc-card button {
    background-color: #fff;
    color: #000;
    min-height: 40px;
    width: 100%;
    /* padding: 0 16px; */
    font-weight: 600;
    font-size: 14px;
}

.wc-card button:hover {
    background-color: #6d6e72;
    border-color: #6d6e72;
    color: #fff!important;
}

.wc-card button:active {
    background-color: #6d6e72;
    border-color: #6d6e72;
    color: #ffffff;
}

.wc-card.receipt table {
    border-collapse: collapse;
    width: 100%;
}

.wc-card.receipt th, .wc-card.receipt td {
    text-align: right;
    vertical-align: top;
}

.wc-card.receipt th:first-child, .wc-card.receipt td:first-child {
    text-align: left;
}

.wc-card.receipt th {
    color: #808c95;
    font-size: inherit;
    font-weight: normal;
    line-height: 1.75;
}

.wc-card.receipt thead tr:last-child th {
    padding-bottom: 16px;
}

.wc-card.receipt th[colspan="2"] {
    color: inherit;
    font-size: 14px;
    font-weight: 700;
}

.wc-card.receipt td {
    padding: 4px 8px 0 8px;
}

.wc-card.receipt td img {
    float: left;
    margin: 5px 8px 8px 0;
    max-height: 50px;
    max-width: 50px;
}

.wc-card.receipt div.title {
    font-weight: bolder;
}

.wc-card.receipt div.subtitle {
    font-weight: lighter;
}

.wc-card.receipt tbody tr, .wc-card.receipt tfoot tr {
    border-top: 1px solid #d2dde5;
}

.wc-card.receipt tbody tr:first-child, .wc-card.receipt tfoot tr:first-child {
    border-top-width: 2px;
}

.wc-card.receipt tfoot td {
    line-height: 2.25;
}

.wc-card.receipt tfoot .total {
    font-weight: bold;
}

.wc-card.thumbnail img {
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
    width: 100px;
}

.wc-card.signin h1 {
    margin: 10px 24px 16px 14px;
}

.wc-card.error {
    text-align: center;
}

.wc-card.error .error-icon {
    fill: #cccccc;
    height: 56px;
    margin-bottom: 2px;
    margin-top: 20px;
    padding-left: 12px;
}

.wc-card.error .error-text {
    color: #cccccc;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    text-align: inherit;
}

/* alternate chat sizes */

.wc-message {
    max-width: 83%;
}

/*.wc-card { border: 1px solid #d2dde5; width: 302px; }
.wc-adaptive-card { width: 318px; }
.wc-wide .wc-card { border: 1px solid #d2dde5; width: 398px; }
.wc-wide .wc-adaptive-card {  width: 414px; }
.wc-narrow .wc-card {  border: 1px solid #d2dde5;width: 198px; }*/

.wc-narrow .wc-adaptive-card {
    width: 214px;
}

/* adaptive card adjustments from wc-card */

.wc-adaptive-card p {
    margin-left: 0;
    margin-right: 0;
}

/* list */

.wc-list>.wc-card {
    margin-top: 8px;
}

.wc-list>.wc-card:first-child {
    margin-top: 0;
}

/* horizontal scroll */

/* allow horizontal scrolling but hide the scrollbar */

.wc-hscroll-outer {
    overflow: hidden;
}

/* allow horizontal scrolling but hide the scrollbar */

.wc-hscroll {
    overflow-x: scroll;
    overflow-y: hidden;
}

.wc-hscroll>ul {
    white-space: nowrap;
}

.wc-hscroll>ul>li {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}

/* carousel */

.wc-carousel {
    position: relative;
}

.wc-carousel button.scroll {
    background-color: #d2dde5;
    height: 28px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 28px;
}

.wc-carousel button.scroll:disabled {
    display: none;
}

.wc-carousel button.scroll:focus, .wc-carousel button.scroll:hover {
    background-color: #808c95;
}

.wc-carousel button.scroll svg {
    fill: #ffffff;
}

.wc-carousel button.scroll.previous {
    left: -16px;
}

.wc-carousel button.scroll.next {
    right: -16px;
}

.wc-carousel .wc-hscroll>ul {
    margin-left: -4px;
}

.wc-carousel .wc-hscroll>ul>li {
    padding: 0 4px;
}

.wc-carousel .wc-hscroll>ul>li:last-child {
    padding-right: 0;
}

.wc-carousel li p {
    min-height: 4em;
    white-space: normal;
}

.wc-carousel li .wc-adaptive-card p {
    min-height: initial;
}

/* from me */

.wc-message-from-me {
    float: right;
    margin-right: 6px;
}

.wc-message-from-me.wc-message-from {
    text-align: right;
}

.wc-message-from-me .wc-message-content {
    background-color: #d60815;
    color: #fff;
    border-radius: 50px 0 50px 50px;
    min-width: 40px;
    padding: 15px 25px;
}

.wc-message-from-me svg.wc-message-callout path {
    fill: #444A51;
    display: none;
}

.wc-message-from-me svg.wc-message-callout path.point-left {
    display: none;
}

.wc-message-from-me svg.wc-message-callout {
    right: -6px;
}

/* from bot */

.wc-message-from-bot {
    float: left;
    margin-left: 50px;
    min-width: 82%;
}

.wc-message-from-bot .wc-message-content {
    background-color: #fff;
    color: #555;
    font-weight: 400;
    border: 1px solid #f1f1f1;
}

.wc-message-from-bot svg.wc-message-callout path {
    fill: #eceff1;
}

.wc-message-from-bot svg.wc-message-callout path.point-right {
    display: none;
}

.wc-message-from-bot svg.wc-message-callout {
    left: -6px;
}

/* console */

.wc-console {
    border-top: 1px solid #ccc;
    bottom: 0;
    box-sizing: border-box;
    height: 70px;
    left: 0;
    position: absolute;
    right: 0;
    background: #fff;
}

.wc-console>.wc-upload, .wc-console>.wc-textbox, .wc-console>.wc-send, .wc-console>.wc-mic {
    position: absolute;
    top: 0;
    vertical-align: middle;
}

.wc-console label, .wc-console button {
    cursor: pointer;
    display: inline-block;
    height: 40px;
}

.wc-console svg {
    fill: #8a8a8a;
    margin: 11px 9px;
}

.wc-console input[type=text], .wc-console textarea {
    border: none;
    height: 100%;
    outline: none;
    padding: 0;
    resize: none;
    width: 100%;
}

.wc-console.has-text .wc-send svg {
    fill: #0078d7;
}

.wc-console .wc-upload {
    cursor: pointer;
    position: relative;
}

.wc-console .wc-upload svg {
    height: 18px;
    width: 26px;
}

.wc-console #wc-upload-input {
    font-size: 0;
    height: 0;
    left: 0;
    opacity: 0;
    outline: 0;
    position: absolute;
    top: 0;
    width: 0;
}

.wc-console .wc-send {
    right: 0;
    height: 70px;
}

.wc-console .wc-send.hidden {
    visibility: hidden;
}

.wc-console.has-upload-button .wc-textbox {
    left: 48px;
}

.wc-console .wc-textbox {
    top: 12px;
    left: 11px;
    right: 49px;
    width: 80%;
    height: 50px;
    line-height: 50px;
    text-indent: 10px;
    border-radius: 30px;
    background: #f7f7f7;
}

.wc-console .wc-textbox input {
    background-color: transparent;
    width: 95%;
}

.wc-console .wc-textbox input::placeholder {
    color: #999;
    font-size: 14px;
}

.wc-console .wc-mic, .wc-console .wc-send {
    background-color: transparent;
    border: 0;
    padding: 0;
    right: 0;
}

.wc-console .wc-send span {
    font-size: 14px;
    color: #666;
    font-weight: 600;
    line-height: 70px;
    padding: 0 27px;
}

.wc-console .wc-mic.hidden, .wc-console .wc-send.hidden {
    visibility: hidden;
}

.wc-console .wc-send svg {
    /* height: 26px; */
    width: 67px;
}

.wc-console .wc-send svg .cls-1 {
    fill: #c8c9ca;
}

.wc-console .wc-send svg .cls-2 {
    fill: #444a51;
    stroke: #444a51;
    opacity: 0.32;
}

.wc-console .wc-send svg .cls-3 {
    fill: #fff;
    stroke: #fff;
}

.wc-console .wc-mic.active path#micFilling {
    fill: #4e3787;
}

.wc-console .wc-mic.inactive path#micFilling {
    visibility: hidden;
}

.wc-console.has-text .wc-send svg {
    fill: #0078d7;
}

/* animation */

.wc-typing {
    background-image: url("data:image/gif;base64,R0lGODlhQAAYAPYBAOzv8evu8Ort7+fq7Ons7ujr7eXo6uTn6ebp6+Xn6ebo6uzu8OPm6OTm6OPm5+Tn6N/i4+Ll59/i5N7h4+Hk5uDj5evu7+Hk5d/h49PV18PFx7/BwsfJysXHyMLExdja3Nfa28vNz72/wL7Awc/S08TGyMDCw9TW2NbY2t3g4trd39bZ2szO0M7Q0dnb3djb3Nvd39ve4Nnc3dze4Nrc3t7g4tzf4dXX2d3f4d7h4tnc3tve383P0MrMzs7Q0sjKzNLU1s/R08jKy9DT1NfZ293g4efp68bIyby+v9bZ27q8vdHT1c7R0uvt78nLzM/R0tjb3ens7bO0tbS2t7GztK+xsrW3uK6vsLe4utfa3L/Awtzf4MnLzamqq5WWl66wsbm7vNrd3uXo6a2ur6yurp2en6KjpKusrZ+goKeoqers7urt7peXmIGBgYSEhHx8fJmamqipqnZ2doqLi8XHyY2NjpGSkpOUlJiYmZOTlI+QkJqbm4eIiJucnIuMjP///yH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOklu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");
    background-repeat: no-repeat;
    height: 20px;
    width: 64px;
}

.wc-animate-scroll {
    left: 0;
    position: absolute;
    transition: left .8s ease;
}

.wc-animate-scroll-rapid {
    left: 0;
    position: absolute;
    transition: left .4s ease;
}

.wc-animate-scroll-near {
    left: 0;
    position: absolute;
    transition: left .3s ease-in-out;
}

/* text formats */

.format-markdown>p {
    margin-bottom: 0px;
    word-break : break-word;
}

.format-markdown code {
    white-space: pre-wrap;
}

.format-markdown+div {
    margin-top: 8px;
}

.format-markdown ol {
    padding-left: 30px;
    /* numbers are right-aligned to the period */
}

.format-markdown ul {
    padding-left: 33px;
}

/* browser scrollbar customization */

.wc-app ::-webkit-scrollbar {
    width: 8px;
}

.wc-app ::-webkit-scrollbar * {
    background-color: transparent;
}

.wc-app ::-webkit-scrollbar-thumb {
    background-color: #dbdee1;
}

/* download button for Unknown media */

.wc-icon-download {
    display: inline-block;
    height: 20px;
    margin-left: 8px;
    vertical-align: top;
    width: 12px;
}

.wc-text-download {
    display: inline-block;
    font-weight: 500;
    text-decoration: none;
}

.wc-message-from-bot a.wc-link-download:link, .wc-message-from-bot a.wc-link-download:visited {
    color: #000000;
    opacity: 1;
}

.wc-message-from-bot a.wc-link-download:link .wc-icon-download, .wc-message-from-bot a.wc-link-download:visited .wc-icon-download {
    background-image: url('data:image/svg+xml;utf8,<svg width="12" height="20" viewBox="0 0 12 20" xmlns="http://www.w3.org/2000/svg"><path d="M.435 20v-1.25h11.13V20H.435zM12 10.44l-6 6.113-6-6.114.87-.88 4.512 4.59V0h1.236v14.15l4.512-4.59.87.88z" fill="#000000" fill-rule="evenodd"/></svg>');
    background-repeat: no-repeat;
}

.wc-message-from-bot a.wc-link-download:hover {
    color: #0078d7;
    opacity: 1;
}

.wc-message-from-bot a.wc-link-download:hover .wc-icon-download {
    background-image: url('data:image/svg+xml;utf8,<svg width="12" height="20" viewBox="0 0 12 20" xmlns="http://www.w3.org/2000/svg"><path d="M.435 20v-1.25h11.13V20H.435zM12 10.44l-6 6.113-6-6.114.87-.88 4.512 4.59V0h1.236v14.15l4.512-4.59.87.88z" fill="#0078d7" fill-rule="evenodd"/></svg>');
    background-repeat: no-repeat;
}

.wc-message-from-bot a.wc-link-download:active {
    color: #0078d7;
    opacity: 0.8;
}

.wc-message-from-bot a.wc-link-download:active .wc-icon-download {
    background-image: url('data:image/svg+xml;utf8,<svg width="12" height="20" viewBox="0 0 12 20" xmlns="http://www.w3.org/2000/svg"><path d="M.435 20v-1.25h11.13V20H.435zM12 10.44l-6 6.113-6-6.114.87-.88 4.512 4.59V0h1.236v14.15l4.512-4.59.87.88z" fill="#0078d7" fill-rule="evenodd"/></svg>');
    background-repeat: no-repeat;
}

.wc-message-from-me a.wc-link-download:link, .wc-message-from-me a.wc-link-download:visited {
    color: #ffffff;
    opacity: 1;
}

.wc-message-from-me a.wc-link-download:link .wc-icon-download, .wc-message-from-me a.wc-link-download:visited .wc-icon-download {
    background-image: url('data:image/svg+xml;utf8,<svg width="12" height="20" viewBox="0 0 12 20" xmlns="http://www.w3.org/2000/svg"><path d="M.435 20v-1.25h11.13V20H.435zM12 10.44l-6 6.113-6-6.114.87-.88 4.512 4.59V0h1.236v14.15l4.512-4.59.87.88z" fill="#ffffff" fill-rule="evenodd"/></svg>');
    background-repeat: no-repeat;
}

.wc-message-from-me a.wc-link-download:hover {
    color: #ffffff;
    opacity: 0.8;
}

.wc-message-from-me a.wc-link-download:hover .wc-icon-download {
    background-image: url('data:image/svg+xml;utf8,<svg width="12" height="20" viewBox="0 0 12 20" xmlns="http://www.w3.org/2000/svg"><path d="M.435 20v-1.25h11.13V20H.435zM12 10.44l-6 6.113-6-6.114.87-.88 4.512 4.59V0h1.236v14.15l4.512-4.59.87.88z" fill="#ffffff" fill-rule="evenodd"/></svg>');
    background-repeat: no-repeat;
}

.wc-message-from-me a.wc-link-download:active {
    color: #ffffff;
    opacity: 0.6;
}

.wc-message-from-me a.wc-link-download:active .wc-icon-download {
    background-image: url('data:image/svg+xml;utf8,<svg width="12" height="20" viewBox="0 0 12 20" xmlns="http://www.w3.org/2000/svg"><path d="M.435 20v-1.25h11.13V20H.435zM12 10.44l-6 6.113-6-6.114.87-.88 4.512 4.59V0h1.236v14.15l4.512-4.59.87.88z" fill="#ffffff" fill-rule="evenodd"/></svg>');
    background-repeat: no-repeat;
}

/* 180515 */

/* ButtonType */

.quickBtn {
    margin-top: -60px;
    padding: 10px;
    background: #fff;
    border-bottom: 1px solid #e1e1e1;
}

.quickBtn .full-btn {
    width: 23.888%;
    padding: 5px 8px;
    border-color: #D8D9DB;
    background: #D8D9DB;
    color: #000;
    box-shadow: 0 0 10px #ddd;
    font-weight: 600;
    border-radius: 0 30px 30px 30px;
    height: 45px;
    margin: 0 2px;
    line-height: 18px;
    vertical-align: top;
}

.wc-message-content .wc-adaptive-card {
    margin-top: 0;
}
/*
.wc-message-content .wc-adaptive-card .ac-container * {
    font-size: 15px !important;
    color: #555!important;
    line-height: 22px!important;
    font-family: "Noto Sans KR", sans-serif!important;
}

 .wc-message-content .wc-adaptive-card .ac-container>div:first-of-type {display: none;} */

.wc-message-content .wc-adaptive-card .ac-container>div>div>div {
    display: block !important;
}

.wc-message-content .wc-adaptive-card .ac-container>div>div>div>div {
    display: none;
}

.wc-message-content .wc-adaptive-card .ac-container {
    padding: 0 !important;
}

.mainmenu>div>.ac-container>div:first-of-type {
    display: none;
}

.wc-message-content .hero button.ac-pushButton {
    width: 100%;
    background: none !important;
    text-indent: 0;
}

.wc-message-content .hero button.ac-pushButton:hover {
    background: #6d6e72 !important;
}

/* Button Type */

.wc-card.wc-adaptive-card.hero {
    text-align: center;
}

.wc-card.wc-adaptive-card.hero button {
    width: 80%;
    margin-bottom: 10px;
    text-align: center;
    color: #000;
    font-weight: 600;
}

.wc-card.wc-adaptive-card.hero button:hover {
    color: #fff;
}

.wc-card.wc-adaptive-card.either {}

.wc-card.wc-adaptive-card.either button {
    width: 48%;
    display: inline-block;
    margin: 1% 1%;
}

.wc-card.wc-adaptive-card.starAlliance button {
    width: 48%;
    display: inline-block;
    margin: 1%;
    font-size: 13px;
    font-weight: 600;
}

.wc-list>.wc-card.wc-adaptive-card.result button {
    background: #444a51;
    color: #fff;
}

.wc-list>.wc-card.wc-adaptive-card.result button:hover {
    background: #363c43;
    color: #fff;
}

/* Slide Type */

.wc-carousel {
    width: 250px !important;
}

.wc-carousel-item .wc-card.wc-adaptive-card.aaron {
    width: 95px;
    height: 135px;
    padding: 10px 15px;
    background: #6d6e72;
    border-radius: 10px;
    overflow: hidden;
}

.wc-carousel-item .wc-card.wc-adaptive-card.aaron div {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.wc-carousel-item .wc-card.wc-adaptive-card.aaron div:nth-of-type(3) {
    white-space: normal !important;
    text-overflow: inherit !important;
    height: 40px;
    overflow: inherit !important;
}

.wc-carousel-item .wc-card.wc-adaptive-card.aaron .ac-image img {
    display: none;
}

.wc-carousel-item .wc-card.wc-adaptive-card.aaron .ac-container .ac-container {
    position: relative;
}

.wc-carousel-item .wc-card.wc-adaptive-card.aaron .ac-container .ac-container:after {
    display: block;
    content: "";
    clear: both;
    position: absolute;
    bottom: -35px;
    left: 0;
    width: 40px;
    height: 4px;
    background: #fff;
    border-radius: 10px;
}

.wc-carousel-item .wc-card.wc-adaptive-card.aaron .ac-pushButton {
    min-height: 90px;
    margin: 0;
    padding: 20px 0 0 0;
    color: #fff!important;
    border: 0;
    border-radius: 0;
    background: none;
    text-align: left;
}

.wc-carousel-item .wc-card.wc-adaptive-card.sports {
    width: 120px;
    height: 171px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid #ddd;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.wc-carousel-item .wc-card.wc-adaptive-card.sports div {
    text-align: center !important;
}

.wc-carousel-item .wc-card.wc-adaptive-card.sports .ac-image {
    height: 115px;
}

.wc-carousel-item .wc-card.wc-adaptive-card.sports .ac-image img {
    width: auto !important;
    margin: auto;
}

.wc-carousel-item .wc-card.wc-adaptive-card.sports .ac-pushButton {
    min-height: 50px;
    border: 0;
    border-top: 2px solid #ddd;
    border-radius: 0;
}

.wc-carousel button.scroll {
    border: 0;
    background: transparent;
    top: 45%;
}

.wc-carousel button.scroll svg {
    fill: #444A51;
}

.wc-carousel button.scroll.previous {
    left: -26px;
}

.wc-carousel button.scroll.next {
    right: -26px;
}

/*.wc-carousel-item:nth-of-type(1) .sports .ac-image { background: url(../img/sports_golf.png) 50% 50% no-repeat; }
.wc-carousel-item:nth-of-type(2) .sports .ac-image { background: url(../img/sports_waterski.png) 50% 50% no-repeat; }
.wc-carousel-item:nth-of-type(3) .sports .ac-image { background: url(../img/sports_scuba.png) 50% 50% no-repeat; }
.wc-carousel-item:nth-of-type(4) .sports .ac-image { background: url(../img/sports_windsurfing.png) 50% 50% no-repeat; }
.wc-carousel-item:nth-of-type(5) .sports .ac-image { background: url(../img/sports_bicycles.png) 50% 50% no-repeat; }
.wc-carousel-item:nth-of-type(6) .sports .ac-image { background: url(../img/sports_fishing.png) 50% 50% no-repeat; }*/

.wc-card.wc-adaptive-card.passengerclass {
    width: 200px;
    height: 195px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid #ddd;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.wc-card.wc-adaptive-card.passengerclass .ac-container .ac-container {
    position: relative;
}

.wc-card.wc-adaptive-card.passengerclass .ac-image {
    height: 145px;
}

.wc-card.wc-adaptive-card.passengerclass .ac-image img {
    display: none;
}

.wc-carousel-item:nth-of-type(1) .passengerclass .ac-image {
    background: url(../img/class_economy.jpg) 50% 50% no-repeat;
}

.wc-carousel-item:nth-of-type(2) .passengerclass .ac-image {
    background: url(../img/class_business.jpg) 50% 50% no-repeat;
}

.wc-carousel-item:nth-of-type(3) .passengerclass .ac-image {
    background: url(../img/class_first.jpg) 50% 50% no-repeat;
}

.wc-card.wc-adaptive-card.passengerclass .ac-container .ac-container div:nth-of-type(2) {
    display: none;
}

.wc-card.wc-adaptive-card.passengerclass .ac-container .ac-container div:nth-of-type(3) {
    position: absolute;
    left: 35%;
    top: 45%;
    color: #fff !important;
}

.wc-card.wc-adaptive-card.passengerclass .ac-container div:nth-of-type(2) {
    display: none;
}

.wc-card.wc-adaptive-card.passengerclass .ac-pushButton {
    border-radius: 0;
    border: 0;
    border-top: 2px solid #ddd;
    min-height: 50px;
}

.wc-card.wc-adaptive-card.grade {
    width: 180px;
    height: 140px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid #ddd;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.wc-card.wc-adaptive-card.grade div {
    text-align: center !important;
}

.wc-card.wc-adaptive-card.grade div:nth-of-type(2) {
    display: none;
}

.wc-card.wc-adaptive-card.grade .ac-image {
    height: 92px;
}

/* .wc-card.wc-adaptive-card.grade .ac-image img { display: none; } 
.wc-carousel-item:nth-of-type(1) .grade .ac-image { background: url(../img/club_guest.jpg) 50% 50% no-repeat; background-size: 100%; }
.wc-carousel-item:nth-of-type(2) .grade .ac-image { background: url(../img/club_silver.jpg) 50% 50% no-repeat; background-size: 100%; }
.wc-carousel-item:nth-of-type(3) .grade .ac-image { background: url(../img/club_gold.jpg) 50% 50% no-repeat; background-size: 100%; }
.wc-carousel-item:nth-of-type(4) .grade .ac-image { background: url(../img/club_diamond.jpg) 50% 50% no-repeat; background-size: 100%; }
.wc-carousel-item:nth-of-type(5) .grade .ac-image { background: url(../img/club_diamondplus.jpg) 50% 50% no-repeat; background-size: 100%; }
.wc-carousel-item:nth-of-type(6) .grade .ac-image { background: url(../img/club_platinum.jpg) 50% 50% no-repeat; background-size: 100%; }
.wc-carousel-item:nth-of-type(7) .grade .ac-image { background: url(../img/club_magicmiles.jpg) 50% 50% no-repeat; background-size: 100%; } */

.wc-card.wc-adaptive-card.grade .ac-pushButton {
    border-radius: 0;
    border: 0;
    border-top: 2px solid #ddd;
    min-height: 50px;
}

.wc-carousel-item .wc-card.wc-adaptive-card.instrument {
    width: 120px;
    height: 171px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid #ddd;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.wc-carousel-item .wc-card.wc-adaptive-card.instrument div {
    text-align: center !important;
}

.wc-carousel-item .wc-card.wc-adaptive-card.instrument .ac-image {
    height: 115px;
    text-align: center;
    line-height: 2;
    /* position:  absolute; */
    text-align: center;
}

.wc-carousel-item:first-of-type .wc-card.wc-adaptive-card.instrument .ac-image img {
    padding-top: 10px;
}

.wc-carousel-item .wc-card.wc-adaptive-card.instrument .ac-image img {
    width: 80% !important;
    margin: 0 auto;
    vertical-align: middle;
    display: block;
    padding-top: 45px;
}

.wc-carousel-item .wc-card.wc-adaptive-card.instrument .ac-pushButton {
    min-height: 50px;
    border: 0;
    border-top: 2px solid #ddd;
    border-radius: 0;
}

.wc-card.wc-adaptive-card.season {
    width: 200px;
    height: 195px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid #ddd;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.wc-card.wc-adaptive-card.season .ac-container .ac-container {
    position: relative;
}

.wc-card.wc-adaptive-card.season .ac-image {
    height: 145px;
}

.wc-card.wc-adaptive-card.season .ac-container .ac-container div:nth-of-type(2) {
    display: none;
}

.wc-card.wc-adaptive-card.season .ac-container .ac-container div:nth-of-type(3) {
    position: absolute;
    left: 35%;
    top: 45%;
    color: #fff !important;
}

.wc-card.wc-adaptive-card.season .ac-container div:nth-of-type(2) {
    display: none;
}

.wc-card.wc-adaptive-card.season .ac-pushButton {
    border-radius: 0;
    border: 0;
    border-top: 2px solid #ddd;
    min-height: 50px;
}

.wc-card.wc-adaptive-card.stayduration {
    width: 200px;
    height: 195px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid #ddd;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.wc-card.wc-adaptive-card.stayduration .ac-container .ac-container {
    position: relative;
}

.wc-card.wc-adaptive-card.stayduration .ac-image {
    height: 145px;
}

.wc-card.wc-adaptive-card.stayduration .ac-container .ac-container div:nth-of-type(2) {
    display: none;
}

.wc-card.wc-adaptive-card.stayduration .ac-container .ac-container div:nth-of-type(3) {
    position: absolute;
    left: 35%;
    top: 45%;
    color: #fff !important;
}

.wc-card.wc-adaptive-card.stayduration .ac-container div:nth-of-type(2) {
    display: none;
}

.wc-card.wc-adaptive-card.stayduration .ac-pushButton {
    border-radius: 0;
    border: 0;
    border-top: 2px solid #ddd;
    min-height: 50px;
}

.wc-card.wc-adaptive-card.companion {
    width: 200px;
    height: 195px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid #ddd;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.wc-card.wc-adaptive-card.companion .ac-container .ac-container {
    position: relative;
}

.wc-card.wc-adaptive-card.companion .ac-image {
    height: 145px;
}

.wc-card.wc-adaptive-card.companion .ac-container .ac-container div:nth-of-type(2) {
    display: none;
}

.wc-card.wc-adaptive-card.companion .ac-container .ac-container div:nth-of-type(3) {
    position: absolute;
    left: 35%;
    top: 45%;
    color: #fff !important;
}

.wc-card.wc-adaptive-card.companion .ac-container div:nth-of-type(2) {
    display: none;
}

.wc-card.wc-adaptive-card.companion .ac-pushButton {
    border-radius: 0;
    border: 0;
    border-top: 2px solid #ddd;
    min-height: 50px;
}

.wc-card.wc-adaptive-card.travelpurpose {
    width: 200px;
    height: 195px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid #ddd;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.wc-card.wc-adaptive-card.travelpurpose .ac-container .ac-container {
    position: relative;
}

.wc-card.wc-adaptive-card.travelpurpose .ac-image {
    height: 145px;
}

.wc-card.wc-adaptive-card.travelpurpose .ac-container .ac-container div:nth-of-type(2) {
    display: none;
}

.wc-card.wc-adaptive-card.travelpurpose .ac-container .ac-container div:nth-of-type(3) {
    position: absolute;
    left: 35%;
    top: 45%;
    color: #fff !important;
}

.wc-card.wc-adaptive-card.travelpurpose .ac-container div:nth-of-type(2) {
    display: none;
}

.wc-card.wc-adaptive-card.travelpurpose .ac-pushButton {
    border-radius: 0;
    border: 0;
    border-top: 2px solid #ddd;
    min-height: 50px;
}

.wc-card.wc-adaptive-card.country {
    width: 200px;
    height: 195px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid #ddd;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.wc-card.wc-adaptive-card.country .ac-container .ac-container {
    position: relative;
}

.wc-card.wc-adaptive-card.country .ac-image {
    height: 145px;
}

.wc-card.wc-adaptive-card.country .ac-container .ac-container div:nth-of-type(2) {
    display: none;
}

.wc-card.wc-adaptive-card.country .ac-container .ac-container div:nth-of-type(3) {
    position: absolute;
    left: 35%;
    top: 45%;
    color: #fff !important;
}

.wc-card.wc-adaptive-card.country .ac-container div:nth-of-type(2) {
    display: none;
}

.wc-card.wc-adaptive-card.country .ac-pushButton {
    border-radius: 0;
    border: 0;
    border-top: 2px solid #ddd;
    min-height: 50px;
}

/*.wc-carousel .wc-hscroll > ul > li.wc-carousel-item { margin: 0 2%; padding: 10px; background-color: #fff; border-radius: 8px; }
.wc-carousel .wc-hscroll > ul > li.wc-carousel-item .wc-adaptive-card { width: 100%; }
.wc-carousel .wc-hscroll > ul > li.wc-carousel-item div { color: #fff!important; background-color:#fff; text-align: center; }
.wc-carousel .wc-hscroll > ul > li.wc-carousel-item button { width: 80%; margin-bottom: 10px; text-indent:0; color: #fff; }
.wc-carousel .wc-hscroll > ul > li.wc-carousel-item .ac-container { background-color:#C50750; }
.wc-carousel .wc-hscroll > ul > li.wc-carousel-item .ac-container .ac-image { width: 60px; height: 60px; margin: auto; border-radius: 50%; background-color: #e1e1e1; }
.wc-carousel .wc-hscroll > ul > li.wc-carousel-item .ac-container .ac-image img { width: 100%; height: 100%; overflow: hidden; border-radius: 50%; }
.wc-carousel .wc-hscroll > ul > li.wc-carousel-item .ac-container .ac-container div:nth-of-type(3) { position: relative; margin-bottom: 20px; }
.wc-carousel .wc-hscroll > ul > li.wc-carousel-item .ac-container .ac-container div:nth-of-type(3):after { display: block; content: ""; clear:both; position: absolute; bottom: -10px; left: 0; width: 20px; height: 3px; background-color: #fff; border-radius: 10px; }*/

/* console */

/* .wc-console .wc-upload  { display: none; }
.wc-console.has-upload-button .wc-textbox { left: 10px; }
.wc-console .wc-send { right: 10px; } */

/*

.wc-message-content .mainmenu {
  width: 318px; }

.wc-wide .mainmenu {
  width: 414px; }

.wc-narrow .mainmenu {
  width: 214px; }
*/

/* adaptive card adjustments from wc-card */

.mainmenu p {
    margin-left: 0;
    margin-right: 0;
}

.wc-carousel li .mainmenu p {
    min-height: initial;
}

.wc-card.wc-adaptive-card.hero div {
    /*line-height: 1.8 !important;*/
}

.title-tip {
    display: inline-block;
    width: 15px !important;
    height: 14px;
    background: url(../img/icon_titletip.png) 0 0 no-repeat;
    background-size: cover;
}

/* pc style */

/* #BotChatGoesHere { border: 1px solid #333; float: left; height: 798px; position: relative; width: 470px; } */

#BotChatGoesHere {
    float: left;
    height: 798px;
    position: relative;
    width: 470px;
}

#someDiv {
    top: 0px !important;
    position: absolute;
    left: 50%;
}

#someDiv iframe {
    z-index: 1;
    left: 50%;
    margin-left: -235px;
    top: 53px;
    height: 675px;
    position: absolute;
    width: 469px;
    background: #fff;
    border: none
}

.btn-closed {
    z-index: 1;
    position: absolute;
    left: 50%;
    margin-left: -234px;
    top: 0px;
    display: block;
    width: 469px;
    height: 53px;
    line-height: 53px;
    font-weight: 600;
    text-align: left;
    background-color: #666;
    cursor: pointer;
    font-family: "Noto Sans KR", "Microsoft YaHei", "Microsoft Sans Serif", sans-serif!important;
    color: #fff;
}

.btn-closed .img-back {
    width: 15px;
    vertical-align: middle;
    padding: 0 15px;
}

.btn-closed .img-close {
    width: 15px;
    float: right;
    margin-top: 18px;
    padding: 0 15px;
}

/*.btn-closed { z-index: 1; position : absolute; left: 50%; margin-left:-234px; top: 0px; display: block;  width: 469px; height: 53px; line-height: 53px; font-weight: 600; text-align: left; background-color: #666; cursor: pointer; font-family: 'Noto Sans KR', sans-serif; color: #fff; }*/

/*.btn-closed {z-index:1; position: absolute; top: 30px; right: -227px; width: 50px; height: 28px; text-align: center; background-size: 28px; }*/

/*.btn-closed {position: absolute;top: 30px;right: 10px;display: block;} */

/*.btn-closed a {display: block;color: #666;padding: 5px 10px;font-size: 12px;background: #ccc;} */

@media screen and (max-width: 450px) {
    body .wc-app, .wc-app button, .wc-app input, .wc-app textarea, .wc-card * {
        font-size: 13px!important;
    }
    .wc-message-content {
        padding: 20px 10px;
    }
    .wc-message-content .mainmenu {
        width: 100%;
    }
    .wc-message-content .mainmenu button.ac-pushButton {
        width: 47.333%;
        font-size: 12px;
    }
    .wc-message-content .mainmenu button.ac-pushButton {
        background-position: 5px !important;
        text-indent: 18px;
    }
    .quickBtn .full-btn {
        width: 23%;
        vertical-align: top;
        font-size: 14px;
        margin: 0 0.9%;
        line-height: 16px;
    }
    .wc-console .wc-textbox {
        width: 75%;
    }
    .wc-console .wc-textbox input {
        width: 95%;
    }
    .wc-adaptive-card {
        width: 100%;
    }
    /* mobile style */
    /* #BotChatGoesHere { margin: 0!important; height: 100%; position: relative; width: 100%; border: 1px solid #333; } */
    #BotChatGoesHere {
        margin: 0 !important;
        position: relative;
        width: 100%;
        height: 100vh;
        border: 0;
    }
    #someDiv {
        top: 0px !important;
        position: absolute;
        width: 100%;
        left: 0%;
    }
    #someDiv iframe {
        z-index: 1;
        position: absolute;
        top: 53px;
        left: 0;
        width: 100%;
        height: 100vh;
        margin-left: 0;
        background: #fff;
        border: none;
    }
    .btn-closed {
        z-index: 1;
        position: absolute;
        display: block;
        margin-left: 0px;
        top: -1px;
        left: 0px;
        width: 100%;
        height: 53px;
        line-height: 53px;
        font-weight: 600;
        text-align: left;
        background-color: #666;
    }
}

@media screen and (max-width: 375px) {
    .wc-console .wc-textbox {
        width: 70%;
    }
    .wc-console .wc-textbox input {
        width: 90%;
    }
    .wc-message-content .mainmenu .ac-columnSet .ac-container.ac-selectable .ac-container div {
        font-size: 12px!important;
    }
  
}

@media screen and (max-width: 360px) {
    .wc-card button {
        min-height: 35px;
    }
}

@media screen and (max-width: 320px) {
    .wc-message-content .mainmenu .ac-columnSet .ac-container.ac-selectable .ac-container div {
        font-size: 11px!important;
    }
    
    .quickBtn .full-btn {
        font-size: 13px;
        line-height: 16px;
    }
}

#load {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    opacity: 0.8;
    background: white;
    z-index: 1;
}

.loader-aaron {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -38px;
    margin-top: -38px;
}

.loader2 {
    width: 75px;
    height: 75px;
    position: relative;
    margin: auto;
}

.loader2 .thum {
    z-index: 5;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -26px 0 0 -30px;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #d60815;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 4.0s infinite ease-in-out;
    animation: sk-bounce 4.0s infinite ease-in-out;
    z-index: 2;
}

.double-bounce2 {
    -webkit-animation-delay: -2.0s;
    animation-delay: -2.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.wc-message-content .wc-adaptive-card .ac-columnSet .ac-container:first-of-type {
    display: inline-block !important;
    flex: none !important;
    vertical-align: middle!important;
}

.wc-message-content .wc-adaptive-card .ac-columnSet .ac-container .ac-image {
    width: 35px;
    padding: 10px 0 0 0;
    text-align: center;
}

.wc-message-content .wc-adaptive-card .ac-columnSet .ac-container .ac-image img {}

.wc-message-content .wc-adaptive-card .ac-columnSet .ac-container input[type="number"] {
    border: 1px solid #e1e1e1;
    padding-left: 10px;
    text-align: center;
}

.wc-message-content .wc-adaptive-card .ac-columnSet .ac-container div {
   font-family: "Noto Sans KR", "Microsoft YaHei", "Microsoft Sans Serif", sans-serif!important;
}

.wc-message-content .wc-adaptive-card .ac-container.ac-selectable {
    display: flex !important;
    flex: 1 1 33.3333% !important;
    width: 33%;
    max-width: 78px;
    padding: 8px 4px !important;
    background: #E1E1E1;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
}

.wc-message-content .wc-adaptive-card .ac-container.ac-selectable div {
    color: #999 !important;
    font-size: 10px !important;
    line-height: 14px !important;
}

.wc-message-content .wc-adaptive-card .ac-container.ac-selectable div:last-of-type {
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 18px!important;
}

.wc-message-content .wc-adaptive-card .ac-container>.ac-container.ac-selectable {
    width: 100%;
    max-width: 100%;
    background: #D60815 url(https://aaron-tst-wus-app.azurewebsites.net/Contents/img/ico_check.png) 97% center no-repeat;
    flex: none !important;
}

.wc-message-content .wc-adaptive-card .ac-container>.ac-container.ac-selectable div {
    color: #fff !important;
    text-align: left !important;
    padding: 0 3px;
}

.wc-message-content .wc-adaptive-card .ac-container>.ac-container.ac-selectable div:last-of-type {
    font-size: 20px !important;
    font-weight: bold !important;
    ;
    line-height: 24px !important;
}

.wc-message-content .wc-adaptive-card .ac-columnSet .ac-container select {
    border: 1px solid #e1e1e1;
    padding-left: 10px;
    height: 35px;
}

.wc-message-content .wc-adaptive-card .ac-columnSet {
    width: 100%;
}

@media screen and (max-width: 359px) {
    .wc-message-content .wc-adaptive-card .ac-columnSet {
        width: 220px;
    }
    .wc-message-content .wc-adaptive-card .ac-container.ac-selectable div {
        color: #999 !important;
        font-size: 11px !important;
        line-height: 14px !important;
    }
    .wc-message-content .wc-adaptive-card .ac-container.ac-selectable div:last-of-type {
        font-size: 13px !important;
        font-weight: 600 !important;
    }
}
/* 운임조회 결과 */
.flightFareRondTrip, .flightFareOneway {
}

    .flightFareRondTrip .ac-image, .flightFareOneway .ac-image {
        margin: 0 auto !important;
    }

.wc-adaptive-card.flightFareOneway .ac-container div, .wc-adaptive-card.flightFareRondTrip .ac-container div {
    font-size: 12px !important;
}

/* 편도 */

.flightFareOneway div {
    margin: 0 !important;
    padding: 0 !important;
}

.flightFareOneway .ac-columnSet {
    padding: 10px 0 !important;
}

.flightFareOneway > div > .ac-container > div:nth-of-type(4) {
    border: 1px solid red;
    display: none !important;
}

.flightFareOneway div:nth-of-type(6) {
    border: none !important;
}

.flightFareOneway .ac-columnSet:first-of-type div {
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: bold !important;
    color: #444A51 !important;
    flex: none!important;
     
}
.flightFareOneway .ac-columnSet:first-of-type .ac-container:last-of-type { 
    display: block!important; flex: none!important; padding: 5px 4px!important; width: 40%; max-width: 100px; }
.flightFareOneway .ac-columnSet:first-of-type .ac-container:last-of-type > div {
    font-size: 12px !important;
    text-align: center !important;
    color: #000!important;
}

.flightFareOneway .ac-columnSet:nth-of-type(3) .ac-container:nth-of-type(3) div {
    color: #D60815 !important;
    font-size: 14px !important;
    font-weight: bold !important;
}

.flightFareOneway .ac-columnSet:nth-of-type(5) .ac-container {
    width: calc(100%/3) !important;
}

    .flightFareOneway .ac-columnSet:nth-of-type(5) .ac-container div:first-of-type {
        color: #444A51 !important;
        font-size: 20px !important;
        font-weight: bold !important;
    }

.flightFareOneway .ac-columnSet:nth-of-type(7) {
    background: #D60815 !important;
    padding: 1rem 0 1rem 0.5rem !important;
}


.flightFareOneway .ac-columnSet:nth-of-type(3) .ac-container:first-of-type {
    width: 28%;
}

.flightFareOneway .ac-columnSet:nth-of-type(7) .ac-container:first-of-type {
    width: 35%;
}

.flightFareOneway .ac-columnSet:nth-of-type(3) .ac-container:first-of-type div {
    line-height: 16px !important;
    text-align: center !important;
}
.flightFareOneway .ac-columnSet:nth-of-type(7) .ac-container:first-of-type div { line-height: 22px!important; text-align: center !important; }
    .flightFareOneway .ac-columnSet:nth-of-type(7) .ac-container div {
        color: #fff !important;
        text-align: center !important;
    }

    .flightFareOneway .ac-columnSet:nth-of-type(7) .ac-container:last-of-type div {
        font-size: 21px !important;
        font-weight: bold !important;
    }

.flightFareOneway .ac-columnSet:nth-of-type(9) .ac-container {
    max-width: 250px;
}

    .flightFareOneway .ac-columnSet:nth-of-type(9) .ac-container div {
        width: 100% !important;
        font-size: 12px !important;
    }

@media screen and (max-width: 320px) {
    .wc-message-content .wc-adaptive-card.flightFareOneway .ac-container div {
        font-size: 12px !important;
    }

    .flightFareOneway .ac-columnSet:first-of-type .ac-container:last-of-type > div {
        font-size: 12px !important;
    }

    .flightFareOneway .ac-columnSet:nth-of-type(3) .ac-container:nth-of-type(3) div {
        font-size: 14px !important;
    }

    .flightFareOneway .ac-columnSet:nth-of-type(7) .ac-container:last-of-type div {
        font-size: 18px !important;
    }

    .flightFareOneway .ac-columnSet:nth-of-type(9) .ac-container {
        max-width: 200px;
    }
}

/* 왕복 */
.flightFareRondTrip div {
    margin: 0 !important;
    padding: 0 !important;
}

    .flightFareRondTrip div:nth-of-type(6) {
        border: none !important;
        border-bottom: 1px dashed #e1e1e1 !important;
    }

.flightFareRondTrip .ac-columnSet {
    padding: 10px 0 !important;
}

    .flightFareRondTrip .ac-columnSet:first-of-type div {
        font-size: 16px !important;
        line-height: 20px !important;
        font-weight: bold !important;
        color: #444A51 !important;
    }

.flightFareRondTrip > div > .ac-container > div:nth-of-type(4), .flightFareRondTrip > div > .ac-container > div:nth-of-type(8) {
    border: 1px solid red;
    display: none !important;
}

.flightFareRondTrip .ac-columnSet:first-of-type .ac-container:last-of-type { 
    display: block!important; flex: none!important; padding: 5px 4px!important; width: 40%; max-width: 100px; }
.flightFareRondTrip .ac-columnSet:first-of-type .ac-container:last-of-type > div {
    font-size: 12px !important;
    text-align: center !important;
    color: #000!important;
}

.flightFareRondTrip .ac-columnSet:nth-of-type(3) .ac-container:nth-of-type(3) div, .flightFareRondTrip .ac-columnSet:nth-of-type(7) .ac-container:nth-of-type(3) div {
    color: #D60815 !important;
    font-size: 14px !important;
    font-weight: bold !important;
}

.flightFareRondTrip .ac-columnSet:nth-of-type(5) .ac-container, .flightFareRondTrip .ac-columnSet:nth-of-type(9) .ac-container {
    width: calc(100%/3) !important;
}

.flightFareRondTrip .ac-columnSet .ac-container .ac-image, .flightFareRondTrip .ac-columnSet .ac-container .ac-image {
    margin: 0 auto !important;
}

.flightFareRondTrip .ac-columnSet:nth-of-type(5) .ac-container div:first-of-type, .flightFareRondTrip .ac-columnSet:nth-of-type(9) .ac-container div:first-of-type {
    color: #444A51 !important;
    font-size: 20px !important;
    font-weight: bold !important;
}

.flightFareRondTrip .ac-columnSet:nth-of-type(11) {
    background: #D60815 !important;
}

.flightFareRondTrip .ac-columnSet:nth-of-type(11) {
    padding: 1rem 0 1rem 0.5rem !important;
}

.flightFareRondTrip .ac-columnSet:nth-of-type(3) .ac-container:first-of-type,
.flightFareRondTrip .ac-columnSet:nth-of-type(7) .ac-container:first-of-type {
    width: 28%;
}

.flightFareRondTrip .ac-columnSet:nth-of-type(11) .ac-container:first-of-type {
    width: 35%;
}


        .flightFareRondTrip .ac-columnSet:nth-of-type(3) .ac-container:first-of-type div,
        .flightFareRondTrip .ac-columnSet:nth-of-type(7) .ac-container:first-of-type div,
        .flightFareRondTrip .ac-columnSet:nth-of-type(11) .ac-container:first-of-type div {
            line-height: 16px !important;
            text-align: center !important;
        }

    .flightFareRondTrip .ac-columnSet:nth-of-type(11) .ac-container div {
        color: #fff !important;
        text-align: center !important;     
    }
    .flightFareRondTrip .ac-columnSet:nth-of-type(11) .ac-container:first-of-type div { line-height: 22px!important; }
    .flightFareRondTrip .ac-columnSet:nth-of-type(11) .ac-container:last-of-type div {
        font-size: 21px !important;
        font-weight: bold !important;
    }

.flightFareRondTrip .ac-columnSet:nth-of-type(13) .ac-container {
    max-width: 250px;
}

    .flightFareRondTrip .ac-columnSet:nth-of-type(13) .ac-container div {
        width: 100% !important;
        font-size: 12px !important;
    }

@media screen and (max-width: 320px) {
    .wc-message-content .wc-adaptive-card.flightFareRondTrip .ac-container div {
        font-size: 12px !important;
    }

    .flightFareRondTrip .ac-columnSet:first-of-type .ac-container:last-of-type > div {
        font-size: 12px !important;
    }

    .flightFareRondTrip .ac-columnSet:nth-of-type(3) .ac-container:nth-of-type(3) div, .flightFareRondTrip .ac-columnSet:nth-of-type(7) .ac-container:nth-of-type(3) div {
        font-size: 14px !important;
    }

    .flightFareRondTrip .ac-columnSet:nth-of-type(11) .ac-container:last-of-type div {
        font-size: 18px !important;
    }

    .flightFareRondTrip .ac-columnSet:nth-of-type(13) .ac-container {
        max-width: 200px;
    }
}

.passengerCount .ac-columnSet {
    position: relative;
}

.passengerCount .ac-container .ac-container:first-of-type .ac-columnSet div { font-size: 16px!important;  font-weight: bold!important; }
.passengerCount .ac-columnSet:nth-of-type(3) .ac-container:last-of-type div, .passengerCount .ac-columnSet:nth-of-type(7) .ac-container:last-of-type div, .passengerCount .ac-columnSet:nth-of-type(11) .ac-container:last-of-type div {
    position: absolute;
    top: 0;
    left: 80px;
    font-size: 10px!important;
}

.passengerCount .ac-columnSet .ac-container:last-of-type div {
    font-size: 12px!important;
    color: #999!important;
}

.passengerCount .ac-columnSet:last-of-type .ac-container:last-of-type div {
    max-width: 250px;
    text-align: left!important;
    color: #444A51!important;
}

.passengerCount>div>.ac-container>.ac-container:nth-of-type(15) {
    min-width: 83px!important;
    float: right!important;
    display: block!important;
}

.passengerCount>div>.ac-container>.ac-container:nth-of-type(15) .ac-columnSet {
    width: 100px!important;
    float: right!important;
    font-size: 12px!important;
    display: block;
}
.passengerCount > div > .ac-container > .ac-container:nth-of-type(15) .ac-columnSet .ac-container.ac-selectable {
    width: 100%;
    padding: 3px 4px!important;
    max-width:  inherit;
}

.passengerCount > div > .ac-container > .ac-container:nth-of-type(15) .ac-columnSet .ac-container.ac-selectable div {
    text-align: center!important;
}

.passengerCount .ac-columnSet select {
    width: 100%!important;
    min-width: 250px;
    z-index: 20;
}

.passengerCount .ac-columnSet:nth-of-type(5), .passengerCount .ac-columnSet:nth-of-type(9), .passengerCount .ac-columnSet:nth-of-type(13) {
    margin-top: -41px;
    margin-left: 45px;
}

@media screen and (max-width: 375px) {
    .passengerCount .ac-columnSet select {
        width: 100%!important;
        min-width: 220px;
    }
}

@media screen and (max-width: 360px) {
    .passengerCount .ac-columnSet select {
        width: 100%!important;
        min-width: 210px;
    }
}

@media screen and (max-width: 320px) {
    .passengerCount .ac-columnSet:last-of-type .ac-container:last-of-type div {

        max-width: 210px;
    }
    .passengerCount .ac-columnSet select {
        width: 100%!important;
        min-width: 170px;
    }
}

/* webchat main menu */

.wc-message-content  .ac-columnSet {}
.wc-message-content .wc-adaptive-card.mainmenu .ac-columnSet {width: 100%;}

.wc-message-content .mainmenu .ac-columnSet .ac-container {}

.wc-message-content .mainmenu .ac-columnSet .ac-container .ac-columnSet {
    cursor: pointer;
    transition: 0.2s;
    letter-spacing: -0.025em;
    display: inline-block!important;
    width: 100%;
    border: 2px solid #ddd;
    height: 40px;
    border-radius: 5px;
    line-height: 10px;
    /* border:  1px solid red; */
}


.wc-message-content .mainmenu .ac-columnSet .ac-container .ac-columnSet:hover {
    border-color: #6d6e72;
    background: #6d6e72;
}
.wc-message-content .mainmenu .ac-columnSet .ac-container.ac-selectable .ac-container div {font-size: 14px!important;}
.wc-message-content .mainmenu .ac-columnSet .ac-container .ac-columnSet:hover .ac-container div {
    color: #fff!important;
}

.wc-message-content .mainmenu .ac-columnSet .ac-container .ac-columnSet * {
    color: #000!important;
    display: inline-block!important;
    vertical-align: middle!important;
    font-weight: bold!important;
}

.wc-message-content .mainmenu .ac-columnSet .ac-container .ac-columnSet div {
    height: 40px;
    line-height: 35px!important;
}

.wc-message-content .mainmenu .ac-columnSet .ac-container .ac-columnSet .ac-image {
    width: 30px;
    height: 30px;
    margin-left: 3px;
    padding: 0;
    line-height: 0px!important;
}

.wc-message-content .mainmenu .ac-container.ac-selectable {
    background: none!important;
    padding: 0!important;
    /* min-width: min-content; */
    width: 50%;
    max-width:  none;
}
@media screen and (max-width: 414px) {
    .wc-message-content .mainmenu .ac-columnSet .ac-container.ac-selectable .ac-container div { font-size: 13px!important; }   
    .wc-message-content .mainmenu .ac-columnSet .ac-container .ac-columnSet .ac-image {  margin-left: 1px; }
}

@media screen and (max-width: 384px) {
    .wc-message-content .mainmenu .ac-columnSet .ac-container.ac-selectable .ac-container div { font-size: 11.5px!important; }   
    .wc-message-content .mainmenu .ac-columnSet .ac-container .ac-columnSet .ac-image { width: 28px; height: 28px;  }
}
@media screen and (max-width: 375px) {
    .wc-message-content .mainmenu .ac-columnSet .ac-container .ac-columnSet .ac-image {width: 26px;height: 26px; }
}
@media screen and (max-width: 360px) {    
    .wc-message-content .mainmenu .ac-columnSet .ac-container .ac-columnSet .ac-image { margin-left: 0px; } 
}
@media screen and (max-width: 320px) {
    .wc-message-content .mainmenu .ac-columnSet .ac-container.ac-selectable .ac-container div { font-size: 10px!important; }   
    .wc-message-content .mainmenu .ac-columnSet .ac-container .ac-columnSet .ac-image { width: 18px; height: 18px; } 
    
}
/* webchat main menu IE error 2019-04-08 수정*/
.wc-message-content .mainmenu .ac-columnSet .ac-container .ac-columnSet div:nth-of-type(even) {
    /*width: 5px !important;*/
    display: none !important;
}

.wc-message-content .mainmenu .ac-columnSet .ac-container .ac-columnSet div {
    letter-spacing: -0.05em;
}

/* SNS 버튼 스타일 */
.sns-wrap {
    position: absolute;
    top: 50%;
    transform: translate(0, -80%);
    right: 0;
}

    .sns-wrap:after {
        display: block;
        clear: both;
        content: '';
    }

    .sns-wrap .sns {
        width: 30px;
        height: 30px;
        float: left;
        margin: 0 6px;
        text-align: center;
    }

        .sns-wrap .sns img {
            width: 25px;
            line-height: 30px;
            margin-top: 5px;
        }


 
/*====================================================================
* popup
======================================================================*/
.new-popup-wrap { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 50; width: 95%; background: #fff; box-shadow: 0 5px 10px rgba(0,0,0,.2); border-radius: 8px; overflow: hidden; }
.new-popup-wrap .popup-header { width: 100%; text-align: center; height: 50px; line-height: 50px; background: #CBC8C5; }
.new-popup-wrap .popup-con {  height: 320px; overflow-y:scroll; padding: 15px;background: #E9E8E7;white-space: normal;word-break: keep-all;}
.new-popup-wrap .popup-con p {  margin-top: 8px; margin-bottom: 8px}
    .new-popup-wrap .popup-con #enterKey {
       height: 3px;
    }
.new-popup-wrap .popup-bottom { width: 100%; height: 50px; line-height: 50px; background: #454B52; text-align: center; }
.new-popup-wrap .popup-bottom .text { color: #fff; font-size: 1em; }
.new-popup-wrap .popup-con p a { word-break: break-all; }
.new-popup-wrap .guide-pop { white-space: normal; } 
.new-popup-wrap .guide-pop .selectbox { position: relative; width: 100%; height: 40px; margin-bottom: 20px;  border-radius: 5px; box-sizing: border-box; overflow: hidden; font-size: 0.857em;  } 

.new-popup-wrap .guide-pop .selectbox { position: relative; width: 100%; height: 40px; margin-bottom: 20px; overflow: hidden; font-size: 0.857em; }   
.new-popup-wrap .guide-pop .selectbox .sel-list { width: 100%; height: 40px; z-index: 10; box-sizing: border-box; background: #f1f1f1; border-radius: 5px; box-sizing: border-box; }
.new-popup-wrap .guide-pop .selectbox .select-option { display: block; width: 100%; height: 40px; padding: 0 10px; line-height: 40px; background: #E9E8E7; cursor: pointer; }
.new-popup-wrap .guide-pop .listbox .list-item { position: relative; margin-bottom: 6px; padding-left:10px; font-size: 0.857em; cursor: pointer; }
.new-popup-wrap .guide-pop .listbox .list-item:before { display: block; clear: both; content: ''; width: 3px; height: 3px; border-radius: 50%; background: #111; position: absolute; top: 45%; left: 2px; }