@charset "utf-8";
/* @import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css); */

@font-face {
  font-family: 'Pretendard';
  font-weight: 400;
  font-display: swap;
  src: local('Pretendard Regular'), url('../fonts/Pretendard-Regular.subset.woff2') format('woff2'), url('../fonts/Pretendard-Regular.subset.woff') format('woff');
}
@font-face {
  font-family: 'Pretendard';
  font-weight: 600;
  font-display: swap;
  src: local('Pretendard SemiBold'), url('../fonts/Pretendard-SemiBold.subset.woff2') format('woff2'), url('../fonts/Pretendard-SemiBold.subset.woff') format('woff');
}

/*************************************************
	RESET
*************************************************/
html,
body,
div,
span,
applet,
object,
iframe,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
caption,
form,
label,
legend,
input,
button {
  padding: 0;
  margin: 0;
  border: 0;
  font-weight: normal;
}
body {
  -webkit-text-size-adjust: none;
  background: #fff;
  line-height: 1.43em;
  color: #262727;
  font-size: 15px;
  font-family: 'Pretendard', 'Roboto', 'Droid Sans', 'Malgun Gothic', 'Helvetica', 'Apple-Gothic', '애플고딕', 'Tahoma', dotum, '돋움', gulim, '굴림', sans-serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 15px;
}
ol,
ul {
  list-style: none;
}
html,
body,
#wrap {
  position: relative;
  min-height: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: center;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
}
input,
textarea,
select,
button {
  color: #111;
  font-size: 15px;
}
select,
textarea {
  width: 100%;
}
img,
fieldset,
button {
  border: 0;
  vertical-align: top;
}
select,
input,
span#location img,
td *,
fieldset * {
  vertical-align: top;
}
font {
  vertical-align: initial !important;
}
input[type='text'],
input[type='tel'],
input[type='number'],
input[type='password'],
input[type='email'],
textarea {
  padding: 6px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
}
ul,
li,
ol {
  list-style-type: none;
}
hr {
  margin: 0;
  border: 0;
}
a {
  color: #111;
  text-decoration: none;
}
em {
  font-style: normal;
}
legend {
  display: none;
}
caption {
  text-indent: -5000px;
  overflow: hidden;
  font-size: 0;
  height: 0;
  width: 0;
}
input[type='checkbox'],
input[type='radio'] {
  min-width: 1em;
  min-height: 1em;
  vertical-align: -1px;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input,
select,
textarea {
  -webkit-appearance: none;
  letter-spacing: -1px;
  outline-style: none;
}
button {
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  background: 0 0;
}

textarea {
  font-family: 'Pretendard', 'Droid Sans', 'Malgun Gothic', 'Helvetica', 'Apple-Gothic', '애플고딕', 'Tahoma', dotum, '돋움', gulim, '굴림', sans-serif;
}

.blind {
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  line-height: 0;
  margin: -1px;
  text-indent: -9999px;
}

/* 공통 이미지 */
#header .wrap_tit .btn_info::before,
#header .wrap_tit .btn_auto_on::before,
#header .wrap_tit .btn_auto_off::before,
.chat-area .bot::before,
.select-box li a.ico::before,
.bottom .btn-list::after,
.link-more::after,
.link-close::after,
.vertical-list .select::after {
  background: url(../images/chatbot_icon.png) no-repeat;
  background-size: 230px 243px;
}

/* 아이폰 X 대응 */
@supports (padding: max(0px)) {
  #wrap #header {
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top);
  }
  #wrap .chat-container {
    padding-top: calc(60px + constant(safe-area-inset-top));
    padding-top: calc(60px + env(safe-area-inset-top));
    padding-left: constant(safe-area-inset-left);
    padding-left: env(safe-area-inset-left);
    padding-right: constant(safe-area-inset-right);
    padding-right: env(safe-area-inset-right);
  }
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

html,
body,
#wrap,
section {
  width: 100%;
  height: 100%;
}

#wrap.block-screen,
.block-screen .popup-layer .layer-wrap,
.block-screen .vertical-list > div ul {
  pointer-events: none;
}

/*************************************************
	HEADER
*************************************************/
#header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 700;
}
#header .wrap_tit {
  position: relative;
  height: 60px;
  /* border-bottom: 1px solid #48abda; */
}
#header .wrap_tit h1 {
  padding: 0 85px 0 60px;
  font-weight: 600;
  font-size: 18px;
  line-height: 60px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  word-wrap: break-word;
  word-break: break-all;
  background: #262727;
  color: white;
}
#header .wrap_tit h1.type2 {
  padding: 0;
  text-align: center;
}
#header .wrap_tit h1.type2.beta::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 26px;
  background: url(../images/ico_beta.png) no-repeat;
  background-size: 26px 10px;
  background-position: right bottom;
  vertical-align: top;
}
#header .wrap_tit a {
  position: absolute;
  top: 50%;
  height: 40px;
  width: 40px;
  transform: translateY(-50%);
}
#header .wrap_tit a::before,
#header .wrap_tit a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
}
#header .wrap_tit .btn_close {
  right: 12px;
}
#header .wrap_tit .btn_close::before {
  content: '';
  width: 32px;
  height: 32px;
  background: url(../images/ico_close.svg) no-repeat 0 0;
}

#header .wrap_tit .btn_info {
  left: 12px;
}
#header .wrap_tit .btn_info::before {
  content: '';
  width: 32px;
  height: 32px;
  background: url(../images/ico_info.svg) no-repeat 0 0;
}
#header .wrap_tit .btn_auto_on {
  left: 0;
  width: 58px;
}
#header .wrap_tit .btn_auto_on::before {
  width: 35px;
  height: 22px;
  background-position: -132px -154px;
}
#header .wrap_tit .btn_auto_off {
  left: 0;
  width: 58px;
}
#header .wrap_tit .btn_auto_off::before {
  width: 35px;
  height: 22px;
  background-position: -94px -154px;
}

/*************************************************
	CONTAINER
*************************************************/
.chat-container {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 60px 0 60px;
  background-color: #fff;
  background: inherit;
  background-size: 60%;
}
.chat-area {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* IOS tap highlight */
.ios .chat-container {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.ios .chat-container a,
.ios .chat-container button,
.ios .chat-container input {
  -webkit-tap-highlight-color: initial;
}
.ios #header {
  position: absolute !important;
}

/* bottom padding */
.chat-area a {
  display: block;
}

/* list */
.chat-area img {
  width: 100%;
}
.chat-area .chat-group {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 100%;
}
.chat-area .chat-list {
  position: relative;
  display: -webkit-box;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  padding: 0 24px;
  -webkit-box-orient: vertical;
  -webkit-box-pack: start;
  flex-direction: column;
}
.chat-area .chat-list > li {
  position: relative;
  display: block;
  max-width: 100%;
  padding-bottom: 16px;
  line-height: 20px;
  font-size: 14px;
}
.chat-area .chat-list > li:last-child {
  padding-bottom: 50px;
}
/* list - user */
.chat-area .chat-list > li .user:not(:only-child) {
  padding-bottom: 5px;
}
.chat-area .chat-list > li .user span,
.chat-area .chat-list > li .user strong {
  display: inline-block;
  padding: 11px;
  line-height: 20px;
  color: #262727;
  font-size: 14px;
  vertical-align: top;
}
.chat-area .chat-list > li .user strong {
  font-weight: 600;
}
.chat-area .chat-list > li .user.bot::before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: top;
  background: url(../images/chatbot.png) no-repeat 0 0 /100%;
}
/* list - box */
.chat-area .chat-list > li .chat-box {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 10px;
  max-width: 80%;
  line-height: 20px;
  color: #5a5a5a;
  font-size: 14px;
  vertical-align: top;
}
.chat-area .chat-list > li:not(.me) .chat-box {
  border-top-left-radius: 0;
  background-color: #f0f0f0;
}
.chat-area .chat-list > li .chat-box + .chat-box {
  margin-top: 5px;
}
/* list - box - message */
.chat-area .chat-list > li .chat-box .message {
  position: relative;
  display: block;
  padding: 12px;
  text-align: left;
  letter-spacing: -0.025px;
  word-break: break-word;
}
.chat-area .chat-list > li .chat-box .message a {
  display: inline-block;
  color: #357bf4;
  text-decoration: underline;
  vertical-align: top;
}
.chat-area .chat-list > li .chat-box .message .i {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 20px;
  vertical-align: top;
}
.chat-area .chat-list > li .chat-box .message .i::after {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 25px;
  height: 25px;
}
.chat-area .chat-list > li .chat-box .message .i.mic::after {
  background: url(/images/i_mic.png) no-repeat;
  background-size: cover;
}
.chat-area .chat-list > li.thinking .chat-box .message {
  min-width: 35px;
  min-height: 19px;
  background: url(/images/thinking.gif) no-repeat center center;
  background-size: 27px 6px;
}
/* list - box - button */
.chat-area .chat-list > li .chat-box .button {
  position: relative;
  border-top: 1px solid #d8d8d8;
}
.chat-area .chat-list > li .chat-box .button a {
  padding: 11px 12px;
  line-height: 17px;
  color: #111;
  font-size: 13px;
}
.chat-area .chat-list > li .chat-box .button a::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 13px;
  bottom: 0;
  margin: auto 0;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.chat-area .chat-list > li .chat-box .button.move,
.chat-area .chat-list > li .chat-box .button.cancel {
  border: 1px solid #eee;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 0;
  background-color: #fff;
}
.chat-area .chat-list > li .chat-box .button.move a {
  line-height: 20px;
  color: #06adb3;
  font-size: 13px;
  text-align: right;
  padding-right: 40px;
}
.chat-area .chat-list > li .chat-box .button.move a::after {
  border-top: 1px solid #06adb3;
  border-right: 1px solid #06adb3;
}
.chat-area .chat-list > li .chat-box .button.cancel a {
  padding: 13px 12px;
  line-height: 20px;
  color: #06adb3;
  font-size: 15px;
}
.chat-area .chat-list > li .chat-box .button.cancel a::after {
  content: none;
}

/* list - time */
.chat-area .chat-list > li .chat-box .time {
  position: absolute;
  left: 100%;
  bottom: 0;
  padding: 0 6px 0;
  line-height: 14px;
  color: #5a5a5a;
  font-size: 12px;
  white-space: nowrap;
}
/* list - 내글 */
.chat-area .chat-list > li.me {
  padding-top: 5px;
  padding-left: 20%;
  text-align: right;
}
.chat-area .chat-list > li.me .chat-box {
  border-top-right-radius: 0;
  max-width: 100%;
  color: #fff;
  background-color: #262727;
}
.chat-area .chat-list > li.me .chat-box .time {
  left: initial;
  right: 100%;
}

.chat-area .chat-list > li.action .chat-box {
  min-width: 200px;
}

/* vertical list */
.vertical-list > div {
  position: relative;
  margin: 5px -20px 0;
  height: 272px;
  overflow: hidden;
  pointer-events: none;
}
.vertical-list > div p {
  display: block;
}
.vertical-list > div ul {
  position: relative;
  display: -webkit-box;
  height: 100%;
  padding: 0 20px 30px;
  -webkit-box-flex: 1;
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  pointer-events: auto;
}
.vertical-list > div ul::-webkit-scrollbar {
  display: none;
  height: 0;
  width: 0;
}
.vertical-list > div li {
  position: relative;
  width: 150px;
  padding-right: 5px;
}
.vertical-list > div li:last-child {
  padding-right: 20px;
}
.vertical-list > div div {
  position: relative;
}
.vertical-list > div a {
  position: relative;
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
}
.vertical-list > div .image {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  pointer-events: none;
}
.vertical-list > div .image img {
  position: absolute;
  top: 0;
  left: 0;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  width: 100%;
}
.vertical-list > div .select {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  padding: 6px;
  overflow: hidden;
}
.vertical-list > div .select::before {
  content: '';
  display: block;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 25px;
  height: 25px;
  background-color: #929292;
}
.vertical-list > div .select::after {
  content: '';
  position: absolute;
  top: 7px;
  right: 5px;
  width: 25px;
  height: 25px;
  background-position: -70px 0;
}
.vertical-list > div .content {
  height: 96px;
  padding: 12px 9px 9px;
  color: #111;
}
.vertical-list > div .content .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 36px;
  line-height: 18px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.vertical-list > div .content .price {
  padding-top: 2px;
  line-height: 19px;
  font-weight: bold;
  font-size: 15px;
}
.vertical-list > div .btn-detail {
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding-top: 1px;
  height: 40px;
  width: 100%;
  padding: 11px 12px;
  line-height: 17px;
  color: #111;
  font-size: 13px;
  text-align: left;
  overflow: hidden;
}
.vertical-list > div .btn-detail::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 1px;
  left: 1px;
  height: 1px;
  background: #eee;
}
.vertical-list > div .btn-detail::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 13px;
  bottom: 0;
  margin: auto 0;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vertical-list.disabled > div ul {
  pointer-events: none;
}
.vertical-list.disabled > div a.on {
  border: 1px solid #1ac4c7;
}
.vertical-list.disabled > div a.on .select::before {
  border: 1px solid #1ac4c7;
  background-color: #1ac4c7;
}

.vertical-list > div .search-list {
  position: relative;
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
}
.vertical-list > div .search-list .btns {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  bottom: 0;
  left: 0;
  border-top: 1px solid #eee;
  width: 100%;
  height: 39px;
  padding: 0;
  overflow: hidden;
}
.vertical-list > div .search-list .btns li {
  width: 100%;
  padding: 0;
  -webkit-box-flex: 1;
}
.vertical-list > div .search-list .btns button {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 11px 0;
  text-align: center;
}
.vertical-list > div .search-list .btns li:not(:first-child) {
  border-left: 1px solid #eee;
}
.vertical-list > div .search-list .btns span,
.vertical-list > div .search-list .btns strong {
  line-height: 17px;
  color: #111;
  font-size: 13px;
  vertical-align: top;
}
.vertical-list > div .search-list .btns strong {
  font-weight: bold;
}
.vertical-list > div .search-list .btns .buy-now > span,
.vertical-list > div .search-list .btns .buy-now > strong {
  color: #ff4690;
  font-size: 14px;
}

.vertical-list > div li.more {
  width: auto;
  padding: 68px 37px 83px 21px;
}
.vertical-list > div li.more a {
  box-sizing: border-box;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  width: 76px;
  height: 117px;
  padding: 10px 0;
  text-align: center;
}
.vertical-list > div li.more a::before {
  content: '';
  display: block;
  width: 56px;
  height: 56px;
  padding: 0 10px 9px;
  background: url(/images/btn_arrow_right.png) no-repeat center top;
  background-size: 56px 56px;
}
.vertical-list > div li.more span {
  display: block;
  line-height: 16px;
  color: #666;
  font-size: 13px;
}

/* date line */
.chat-area .chat-list > li.date-line {
  position: relative;
  height: 16px;
  padding: 24px 0 24px;
  text-align: center;
}
.date-line::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 31px;
  left: 0;
  margin: auto 0;
  border-top: 1px solid #ddd;
  height: 0;
}
.date-line span {
  position: relative;
  display: inline-block;
  height: 16px;
  padding: 0 8px;
  line-height: 16px;
  font-size: 12px;
  color: #5a5a5a;
  background-color: #fff;
  vertical-align: top;
  z-index: 1;
}

/* choice list */
.choice-list {
  position: relative;
  margin: 0 -5px;
  padding-bottom: 15px;
  overflow: hidden;
}
.choice-list li {
  display: inline-block;
  box-sizing: border-box; /* min-width:50% */
  max-width: 100%;
  padding: 10px 5px 0;
  vertical-align: top;
}
/* .choice-list li a {position:relative;border-radius:10px;border:1px solid #1ac4c7;height:38px;padding:0 10px;line-height:38px;font-size:16px;color:#06adb3;text-align:center;box-shadow:1px 1px 2px rgba(0,0,0,0.1);} */
.choice-list li a {
  position: relative;
  border-radius: 7px;
  border: 1px solid #1ac4c7;
  height: 30px;
  padding: 0 7px;
  line-height: 30px;
  font-size: 12px;
  color: #06adb3;
  text-align: center;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.choice-list li a > span,
.choice-list li a > strong {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.choice-list li strong {
  font-weight: bold;
}
.choice-list.min-width-50 li {
  min-width: 50% !important;
}

/* choice box */
.choice-box {
  position: relative;
  padding-bottom: 15px;
  overflow: hidden;
}
.choice-box > div {
  border-radius: 10px;
  padding: 0 5px;
  background: #eee;
}
.choice-box p {
  display: block;
  padding: 10px 5px 0;
  font-size: 16px;
  line-height: 20px;
}
.choice-box li {
  display: block;
  box-sizing: border-box;
  padding: 10px 5px 0;
  vertical-align: top;
}

/* select list */
.chat-area .chat-list li.select-box {
  position: relative;
  max-width: initial;
}
.select-box.select-item ul {
  position: relative;
  width: 270px;
  border-radius: 10px;
  border: 1px solid #5ad7d6;
  overflow: hidden;
}
.select-box.menu > ul {
  position: relative;
  border-radius: 10px;
  width: 223px;
  overflow: hidden;
}
.select-box span,
.select-box strong {
  display: inline-block;
  vertical-align: top;
}
.select-box strong {
  font-weight: bold;
}
.select-box .title {
  padding: 12px 0;
  background: #edf8f8;
}
.select-box .title p {
  font-size: 14px;
  text-align: center;
  font-weight: 600;
}
.select-box.menu .title {
  background: #fbc932;
  margin-bottom: 2px;
}
.select-box.menu .title p {
  font-size: 14px;
}
.select-box li {
  display: block;
  overflow: hidden;
}
.select-box:not(.menu) li:first-child {
  border-bottom: 1px solid #d9eded;
}
.select-box li a {
  position: relative;
  display: block;
  padding: 8px 14px;
  color: #262727;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.select-box.menu li a {
  padding: 12px 14px;
  line-height: 21px;
  border: 1px solid #262727;
  margin: 2px 0;
  display: flex;
  min-height: 50px;
  box-sizing: border-box;
}
.select-box.menu li a span {
  font-weight: 600;
}
.select-box.menu li:last-child a {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.select-box li.link a {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #262727;
  background: #fafdfd;
}
.select-box li a.move {
  font-size: 14px;
}
.select-box li a.move::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto 0;
  border-top: 1px solid #444;
  border-right: 1px solid #444;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.select-box li.link a.move::after {
  border-top: 1px solid #1b9c9b;
  border-right: 1px solid #1b9c9b;
}
.select-box li a.ico {
  padding-left: 43px;
}
.select-box li a.ico::before {
  content: '';
  position: absolute;
  display: block;
  top: 12px;
  left: 15px;
  width: 19px;
  height: 20px;
}
.select-box li a.ico.calendar::before {
  background-position: -45px -25px;
}
.select-box li a.ico.live::before {
  background-position: -65px -25px;
}
.select-box li a.ico.search::before {
  background-position: -85px -25px;
}
.select-box li a.ico.voice::before {
  left: 16px;
  background-position: -105px -25px;
}
.select-box li a.ico.qna::before {
  background-position: -125px -25px;
}
.select-box li span.ico {
  width: 40px;
  height: 21px;
  padding-left: 5px;
}
.select-box li span.ico.new {
  background: url(/images/i_new.png) no-repeat right center;
  background-size: 40px 15px;
}

/*************************************************
	BOTTOM
*************************************************/
.chat-container .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /* border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; */
  background: #f2f4f8;
  height: 60px;
  z-index: 20;
}
.chat-container .bottom a {
  display: block;
}

/* 입력창 막기 */
.chat-container.disabled-inp textarea {
  pointer-events: none;
}

/* list button */
.bottom .btn-list {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  box-sizing: border-box;
  /* border-right: 1px solid #eee; */
  width: 40px;
  height: 40px;
  overflow: hidden;
  z-index: 5;
  margin-left: 12px;
}
.bottom .btn-list::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 32px;
  height: 32px;
  background: url(../images/ico_menu.svg) no-repeat 0 0;
}

/* 입력창 */
.bottom .input-area {
  position: relative;
  box-sizing: border-box;
  border: 0;
  width: 100%;
  height: 60px;
  padding: 0 112px 0 56px;
  z-index: 1;
}
.bottom textarea {
  position: relative;
  box-sizing: border-box;
  border: 0;
  width: 100%;
  height: 40px;
  padding: 12px 16px 8px 12px;
  line-height: 17px;
  color: #808080;
  font-size: 14px !important;
  background-color: #fff;
  letter-spacing: 0;
  vertical-align: top;
  resize: none;
  border-radius: 40px;
  margin-top: 10px;
  font-family: 'Pretendard', 'Droid Sans', 'Malgun Gothic', Arial, Helvetica, sans-serif;
}
html:not(.focus) .bottom .input-area {
  padding-right: 16px;
}
.bottom textarea:active,
.bottom textarea:focus {
  outline: 0;
}

/* 등록 */
.bottom .btn-regist {
  position: absolute;
  bottom: 0;
  right: 12px;
  padding: 10px 4px;
  z-index: 5;
}
html:not(.focus) .bottom .btn-regist {
  display: none;
}
html:not(.focus) .bottom .autofill-on {
  display: none;
}
.bottom .btn-regist span {
  display: -webkit-box;
  display: flex;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  color: #262727;
  font-size: 14px;
  background-color: #fbc932;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-weight: 600;
}

/* 자동완성 */
.bottom .autofill-on,
.bottom .autofill-off {
  position: absolute;
  bottom: 0;
  right: 60px;
  padding: 10px 4px;
  z-index: 5;
  outline: 0;
}
.bottom .autofill-on span {
  display: -webkit-box;
  display: flex;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  color: #262727;
  font-size: 15px;
  background-color: #fff;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  border: 1px solid #262727;
  box-sizing: border-box;
}
.bottom .autofill-off span {
  display: -webkit-box;
  display: flex;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 15px;
  background-color: #26272790;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.bottom .autofill-on span,
.bottom .autofill-off span {
  line-height: 14px;
  font-size: 12px;
  word-break: keep-all;
  text-align: center;
  font-weight: 600;
}

/*************************************************
	POPUP LAYER
*************************************************/
/* dimmed */
#popup-layers .layer-dimm {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}
#popup-layers:not(.on) .layer-dimm {
  display: none;
}
/* common */
.popup-layer img {
  width: 100%;
}
.popup-layer strong {
  font-weight: bold;
}
/* wrap */
/* .popup-layer {position:fixed;top:50%;right:15px;left:15px;box-sizing:border-box;height:100%;max-height:100%;z-index:1001;pointer-events:none;} */
.popup-layer {
  position: fixed;
  top: 50%;
  right: 15px;
  left: 15px;
  box-sizing: border-box;
  height: 100%;
  max-height: 100%;
  z-index: 1001;
}
.popup-layer:not(.on) {
  display: none;
}
.popup-layer .layer-wrap {
  position: relative;
  display: -webkit-box;
  display: flex;
  box-sizing: border-box;
  border-radius: 8px;
  margin: 0 auto;
  width: 100%;
  max-width: 414px;
  max-height: 95%;
  background: #fff;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: auto;
}
.popup-layer .layer-wrap > div {
  position: relative;
  box-sizing: border-box;
  width: 100%;
}
/* top */
.popup-layer .layer-top {
  border-bottom: 1px solid #bbb;
  z-index: 1;
}
.popup-layer .layer-top p {
  display: block;
  padding: 15px 10px;
  line-height: 24px;
  color: #111;
  font-size: 18px;
  text-align: center;
}
.popup-layer .layer-top .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
}
.popup-layer .layer-top .btn-close::before,
.popup-layer .layer-top .btn-close::after {
  content: '';
  position: absolute;
  top: 11px;
  right: 23px;
  display: block;
  border-left: 1px solid #fff;
  width: 0;
  height: 25px;
}
.popup-layer .layer-top .btn-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popup-layer .layer-top .btn-close::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* content */
.popup-layer .layer-content {
  padding: 20px 18px 8px;
  line-height: 21px;
  color: #111;
  font-size: 15px;
  overflow: hidden;
  overflow-x: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.popup-layer.custom .layer-content > div {
  min-height: 120px;
}
/* bottom */
.popup-layer .layer-bottom {
  top: -1px;
  padding: 7px 18px 7px;
}
.popup-layer .layer-bottom ul {
  display: -webkit-box;
  display: flex;
  border: 0;
  width: 100%;
  overflow: hidden;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-pack: justify;
}
.popup-layer .layer-bottom li {
  border-top: 0;
  width: 100%;
  height: 40px;
  -webkit-box-flex: 1;
}
.popup-layer .layer-bottom li:not(:first-child) {
  margin-left: 12px;
}
.popup-layer .layer-bottom li a {
  display: block;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #ea493e;
  width: 100%;
  padding: 10px 0;
  height: 40px;
  color: #ea493e;
  text-align: center;
}
.popup-layer .layer-bottom li a span,
.popup-layer .layer-bottom li a strong {
  line-height: 18px;
  font-size: 14px;
}
.popup-layer .layer-bottom .btn-close {
  border: 0;
  color: #fff;
  background-color: #ea493e;
}
.popup-layer .layer-bottom .btn-ok {
  border: 0;
  color: #fff;
  background-color: #ea493e;
}

/* 도움말 툴팁 */
.popup-layer.tooltip {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
.popup-layer.tooltip div.top::before,
.popup-layer.tooltip div::before,
.popup-layer.tooltip div::after {
  content: '';
  position: absolute;
  /* background: url(/images/help_tooltip_hr.png) no-repeat;
  background-size: 410px 542px; */
}
.popup-layer.tooltip div.top::before {
  content: '';
  top: 13px;
  left: 16px;
  width: 128px;
  height: 66px;
  background: url(../images/helptooltip_top_left.png) no-repeat 0 0 /100%;
}
.popup-layer.tooltip div.top::after {
  top: 13px;
  right: 16px;
  width: 145px;
  height: 80px;
  background: url(../images/helptooltip_top_right.png) no-repeat 0 0 /100%;
}
.popup-layer.tooltip div.center::before {
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 181px;
  height: 43px;
  background: url(../images/helptooltip_btn.png) no-repeat 0 0 /100%;
}
/* 자주하는 질문
.popup-layer.tooltip div.center::after {
  right: 0;
  bottom: 116px;
  left: 0;
  margin: auto;
  width: 275px;
  height: 129px;
  background-position: 0px -406px;
} */
.popup-layer.tooltip div.bottom::before {
  bottom: 9px;
  left: 9px;
  width: 248px;
  height: 165px;
  background: url(../images/helptooltip_bottom_left.png) no-repeat 0 0 /100%;
}
.popup-layer.tooltip div.bottom::after {
  bottom: 10px;
  right: 16px;
  width: 184px;
  height: 84px;
  background: url(../images/helptooltip_bottom_right.png) no-repeat 0 0 /100%;
}
.popup-layer.tooltip div.bottom textarea {
  position: absolute;
  bottom: 11px;
  left: 56px;
  background-color: transparent;
  z-index: 1;
}

/* 품절상품 재입고 알림 */
.popup-layer.soldout .layer-content {
  text-align: center;
}
.popup-layer.soldout .layer-content .fc1 {
  color: #ea493e;
}
.popup-layer.soldout .layer-content .stxt {
  padding: 10px 0;
  color: #666;
  font-size: 13px;
  line-height: 18px;
}

/* dialog */
.popup-layer.dialog .layer-content {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding-top: 40px;
  padding-bottom: 25px;
  text-align: center;
}
.popup-layer.dialog .layer-bottom a {
  border: 0;
  color: #fff;
  background-color: #ea493e;
}

/* confirm */
.popup-layer.confirm .layer-content {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding-top: 40px;
  padding-bottom: 25px;
  text-align: center;
}

/* network error */
.popup-layer.network_error .layer-content {
  padding: 0 18px 20px;
  text-align: center;
}
.popup-layer.network_error .layer-content::before {
  content: '';
  display: block;
  width: 69px;
  height: 58px;
  margin: 40px auto 10px;
  background: url(/images/sp_error.png) no-repeat -55px -130px;
  background-size: 300px auto;
}
.popup-layer.network_error .tit {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3em;
}
.popup-layer.network_error .txt {
  padding-top: 5px;
  color: #666;
  line-height: 1.3em;
}
.popup-layer.network_error .call {
  padding: 20px 0 10px;
  overflow: hidden;
}
.popup-layer.network_error .call_link {
  display: block;
  border-radius: 9px;
  height: 45px;
  line-height: 43px;
  background: #f6f6f6;
}
.popup-layer.network_error .call_link .tit {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin-right: 4px;
  vertical-align: 1px;
}
.popup-layer.network_error .call_link .num_tel {
  color: #ea493e;
  font-size: 17px;
}
.popup-layer.network_error .layer-bottom a {
  border: 0;
  color: #fff;
  background-color: #ea493e;
}

/*************************************************
	달력
*************************************************/
.calendar {
  -webkit-tap-highlight-color: transparent;
}
.calendar > div:not([class]) {
  position: relative;
  border-radius: 10px;
  border: 1px solid #54d3d2;
  overflow: hidden;
  pointer-events: none;
}
.calendar a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: auto;
}
.calendar.disabled .cal a {
  pointer-events: none;
}
.calendar .top {
  position: relative;
  padding: 0px 10px;
  color: #fff;
  background: #54d3d2;
}
.calendar .title {
  padding: 10px 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
}
.calendar .btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 30px;
  height: 100%;
}
.calendar .btn.prev {
  left: 0;
}
.calendar .btn.next {
  right: 0;
}
.calendar .btn span {
  position: relative;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.calendar .btn::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-style: solid;
  border-color: #fff;
  border-width: 0 2px 2px 0;
  width: 5px;
  height: 5px;
}
.calendar .btn.prev::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.calendar .btn.next::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.calendar .cal ul {
  display: -webkit-box;
  display: flex;
}
.calendar .cal ul:first-child {
  background: #edf8f8;
}
.calendar .cal ul:first-child li strong {
  color: #54d3d2;
}
.calendar .cal li {
  display: block;
  width: 100%;
  text-align: center;
}
.calendar .cal li a::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.calendar .cal li a::after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.calendar .cal li.disabled a::before {
  background: #f1f1f1;
}
.calendar .cal li.active a::before {
  background: #d0eeee;
}
.calendar .cal li.active.single a::before {
  background: #54d3d2;
}
.calendar .cal li.active.single.am a::before {
  height: 50%;
  background: #54d3d2;
}
.calendar .cal li.active.single.am a::after {
  height: 50%;
  background: #999;
}
.calendar .cal li.active.single.pm a::before {
  height: 50%;
  background: #999;
}
.calendar .cal li.active.single.pm a::after {
  height: 50%;
  background: #54d3d2;
}
.calendar .cal li span,
.calendar .cal li strong {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding: 7px 0;
  line-height: 18px;
  font-size: 12px;
  color: #999;
  z-index: 1;
}
.calendar .cal li strong {
  font-weight: bold;
}
.calendar .cal li:nth-child(7n) span {
  color: #54d3d2;
}
.calendar .cal li:nth-child(7n + 1) span {
  color: #f62;
}
.calendar .cal li.prev span,
.calendar .cal li.next span {
  opacity: 0.5;
}
.calendar .cal li.today span {
  color: #000;
  font-weight: bold;
}
.calendar .cal li.active span {
  opacity: 1;
}
.calendar .cal li.active.single span {
  color: #fff;
}
.calendar .cal-tooltip {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  border: 2px solid #54d3d2;
  z-index: 1;
}
.calendar .cal-tooltip:not(.active) {
  display: none;
  pointer-events: none;
}
.calendar .cal-tooltip ul {
  border-radius: 5px;
  background: #edf8f8;
}
.calendar .cal-tooltip ul::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -16px;
  margin-top: -8px;
  border-style: solid;
  border-width: 8px;
  border-color: transparent #54d3d2 transparent transparent;
}
.calendar .cal-tooltip ul::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -5px;
  border-style: solid;
  border-width: 5px;
  border-color: transparent #edf8f8 transparent transparent;
}
.calendar .cal-tooltip li {
  position: relative;
  width: 100%;
}
.calendar .cal-tooltip li a {
  box-sizing: border-box;
  padding: 3px 7px;
  line-height: 20px;
  font-size: 14px;
  white-space: nowrap;
}
.calendar .cal-tooltip li a {
  color: #262727;
  font-weight: bold;
}
.calendar .cal-tooltip li:not(:last-child) {
  border-bottom: 1px solid #54d3d2;
}

.calendar .cal li.holiday.active a::before {
  background: #f51633;
}
.calendar .cal li.holiday span {
  color: #f51633;
  font-weight: bold;
}

.calendar .cal li.holiday span::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #f51633;
  width: 32px;
  height: 32px;
}
.calendar .cal li.holiday.active span {
  color: #fff;
}

.chat-area .chat-list > li.calendar {
  width: 280px;
}
.chat-area .chat-list > li.calendar + .cal-btn .chat-box {
  width: 80%;
}
.chat-area .chat-list > li .chat-box .button.select {
  border-radius: 10px;
  border-top-left-radius: 0;
  border: 1px solid #eee;
  background: #fff;
}
.chat-area .chat-list > li .chat-box .button.select a {
  color: #06adb3;
}
.chat-area .chat-list > li .chat-box .button.select a::after {
  border-top: 1px solid #06adb3;
  border-right: 1px solid #06adb3;
}
.chat-area .chat-list > li .chat-box .buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  padding: 5px 0;
  background: #fff;
  overflow: hidden;
}
.chat-area .chat-list > li .chat-box .buttons a {
  border-radius: 5px;
  border: 1px solid #eee;
  width: 100%;
  background: #f9f9f9;
  -webkit-box-flex: 1;
  text-align: center;
}
.chat-area .chat-list > li .chat-box .buttons a.on {
  background: #fff;
}
.chat-area .chat-list > li .chat-box .buttons a:not(:first-child) {
  margin-left: 10px;
}
.chat-area .chat-list > li .chat-box .buttons span {
  display: block;
  line-height: 20px;
  padding: 7px 0;
  font-size: 16px;
  color: #777;
}
.chat-area .chat-list > li .chat-box .buttons a.on span {
  color: #fff;
  background: #06adb3;
}

/*************************************************
	Range
*************************************************/
.range-bar {
  position: relative;
  margin-top: 5px;
  width: 80%;
}
.range-bar span {
  display: block;
}
.range-bar .range {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 10px;
  border-radius: 10px;
  background-color: #f1f1f1;
}
.range-bar > div {
  position: relative;
  margin: 0 10px;
  z-index: 1;
}
.range-bar .area {
  position: absolute;
  width: 0;
  pointer-events: none;
  top: 0;
  height: 10px;
  background-color: #d0eeee;
}
.range-bar .cur-min,
.range-bar .cur-max {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  top: 5px;
  width: 20px;
  height: 20px;
}
.range-bar .cur-min {
  left: 0;
  background-color: #54d3d2;
}
.range-bar .cur-max {
  left: 100%;
  background-color: #ff5933;
}
.range-bar .value {
  position: relative;
  padding: 15px 0 5px;
  overflow: hidden;
}
.range-bar .value > span {
  position: relative;
  max-width: 45%;
  line-height: 20px;
  font-size: 15px;
  color: #999;
}
.range-bar .value-min {
  float: left;
}
.range-bar .value-max {
  float: right;
}

/*************************************************
	OLD
*************************************************/
html.old .popup-layer .layer-content {
  max-height: 300px;
}
html.old .popup-layer.tooltip div::after {
  position: fixed;
}
html.old .popup-layer.tooltip div.center::after {
  top: 50%;
  left: 50%;
  right: initial;
  bottom: initial;
  margin: 0;
  -webkit-transform: translate(-115px, -25px);
  transform: translate(-115px, -25px);
}
html.old .popup-layer.tooltip div.bottom textarea {
  position: fixed;
}
html.old .chat-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
html.old .update {
  -webkit-animation: bugfix infinite 1s;
}
@-webkit-keyframes bugfix {
  from {
    padding: 1px 0;
  }
  to {
    padding: 1px 0;
  }
}

/*************************************************
	로딩바
*************************************************/
/* 앱통합 */
.dim_w {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: -25px 0 0 -25px;
  padding-top: 6px;
  box-sizing: border-box;
  position: fixed;
  left: 50%;
  top: 50%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10000;
}
.nav_icon_loading {
  position: relative;
  width: 37px;
  height: 37px;
  margin: auto;
}
.nav_icon_loading > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.nav_icon_loading > div::before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 4px;
  height: 10px;
  background: #ea493e;
  border-radius: 4px;
  -webkit-animation: lineFadeDelay 1.2s infinite ease-in-out both;
  animation: lineFadeDelay 1.2s infinite ease-in-out both;
}
.nav_icon_loading.small {
  width: 17px;
  height: 17px;
}
.nav_icon_loading.small [class*='line_']::before {
  width: 2px;
  height: 28%;
  border-radius: 3px;
}
.nav_icon_loading .line_2 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav_icon_loading .line_3 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.nav_icon_loading .line_4 {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.nav_icon_loading .line_5 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.nav_icon_loading .line_6 {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.nav_icon_loading .line_7 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.nav_icon_loading .line_8 {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.nav_icon_loading .line_2::before {
  -webkit-animation-delay: -1.08s;
  animation-delay: -1.08s;
}
.nav_icon_loading .line_3::before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.nav_icon_loading .line_4::before {
  -webkit-animation-delay: -0.82s;
  animation-delay: -0.82s;
}
.nav_icon_loading .line_5::before {
  -webkit-animation-delay: -0.64s;
  animation-delay: -0.64s;
}
.nav_icon_loading .line_6::before {
  -webkit-animation-delay: -0.46s;
  animation-delay: -0.46s;
}
.nav_icon_loading .line_7::before {
  -webkit-animation-delay: -0.28s;
  animation-delay: -0.28s;
}
.nav_icon_loading .line_8::before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes lineFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0.2;
  }
  40% {
    opacity: 1;
  }
}
@keyframes lineFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0.2;
  }
  40% {
    opacity: 1;
  }
}

/*************************************************
	상품 기술서 / 상품정보
*************************************************/
/* 상품 정보 */
.area_statem {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  position: relative;
  color: #666;
  line-height: 1.25em;
}
.area_statem h3,
.area_statem td,
.area_statem span,
.area_statem font,
.area_statem div,
.area_statem em,
.area_statem p,
.area_statem a,
.area_statem strong {
  font-size: 12px !important;
  font-family: 'Pretendard', 'Droid Sans', 'Malgun Gothic' !important;
  text-align: left;
}
.area_statem strong,
.area_statem h3 {
  font-weight: bold;
}

.area_statem div,
.area_statem p {
  width: auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
}
.area_statem img {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  height: auto !important;
}
.area_statem table {
  border-collapse: collapse;
  width: 100% !important;
  min-width: 0 !important;
  max-width: auto !important;
  height: auto !important;
}
.area_statem th,
.area_statem td {
  height: auto !important;
}
.area_statem object {
  width: 100%;
}
.area_statem embed {
  width: 100%;
}
.area_statem embed[src*='.swf'] {
  display: none;
}
.area_statem .goods_img {
  margin: 0;
}
.area_statem .btn_view_detail {
  position: absolute;
  top: 50px;
  right: 8px;
  z-index: 100;
  border: none;
  margin: 0;
  padding: 0;
  background-color: transparent !important;
}
.area_statem .btn_view_detail img {
  width: 45px !important;
  height: 45px !important;
}

.area_statem iframe {
  width: 800px;
}
.area_statem iframe[src*='youtube.com'] {
  width: 100% !important;
}
.area_statem iframe[src*='vimeo.com'] {
  width: 100% !important;
}
.area_statem #nikeIframe {
  width: 100%;
}
.area_statem iframe.full_size {
  width: 100% !important;
}
.area_statem .ifr_cont {
  max-width: 100%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.area_statem .tit_sm {
  margin: 14px 0 5px;
  color: #363b3f;
  font-weight: bold;
  font-size: 13px;
}
.area_statem .tit_sm:first-of-type {
  margin-top: 24px;
}
.area_statem .subt_sm {
  position: relative;
  margin: -2px 0 6px 1px;
  padding-left: 7px;
  color: #666;
  font-weight: normal;
  font-size: 12px;
}
.area_statem .subt_sm::before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #777;
}

.area_statem .box_statem {
  margin: 0 10px;
}
.area_statem .img_statem {
  margin: 0 -10px -10px;
  max-width: none !important;
}

.txt_stare {
  color: #ed1920 !important;
}

/*[레이아웃] 상품상세*/
.product_view .contentsArea {
  margin: 0;
}
/*.product_view{background:#f4f4f4}*/
.product_view .layoutBx {
  padding: 20px 0 0;
  margin-top: 0;
  border-top: none;
}
.product_view .layoutBx.infoList {
  border-top: none;
}
.product_view .detail_infoArea {
  margin-bottom: 10px;
}
.product_view .info_sec {
  padding: 0 10px;
}
.product_view .info_sec dl {
  position: relative;
  clear: both;
  border-bottom: 1px solid #aeaeae;
}
.product_view .info_sec:last-child dl {
  border-bottom: none;
}
.product_view .info_sec .info dt {
  position: absolute;
  left: 0;
  width: 100px;
  height: 14px;
  padding: 6px 0;
  color: #707070;
}
.product_view .info_sec .info dd {
  margin-left: 100px;
  padding: 6px 0;
  color: #474444;
}
.product_view .info_sec .info dd.pst {
  position: relative;
}

.productDetailPage .contentsArea {
  margin: 0;
}
.productDetailPage .contentsArea .layoutBx {
  padding-top: 0.7rem;
}

/*layoutBx*/
/*.layoutBx{margin:10px 9px 0 9px;background-color:#fff;border-bottom:1px solid #dcddde;}*/
.layoutBx {
  margin-top: 10px;
  background-color: #fff;
  border-bottom: 1px solid #bbb;
}

.arr_list {
  font-size: 13px;
  color: #333;
}
.arr_list::after {
  content: '';
  display: block;
  clear: both;
}
ul.arr_list li {
  padding: 0 0 0 8px;
  margin-bottom: 10px;
  background: url('/images/imall_mc_renewal/common/blt_redarrow.png') no-repeat 0 4px;
  background-size: 3px 5px;
  color: #333;
  font-size: 13px;
  line-height: 16px;
}
ul.arr_list_in1 {
  margin: 5px 0 0 0;
}
ul.arr_list_in1 li {
  padding: 0 0 0 8px;
  margin-bottom: 7px;
  background: url('/images/imall_mc_renewal/common/bul_wline.gif') no-repeat 0 7px;
  color: #333;
  font-size: 12px;
  line-height: 17px;
}

/*반품교환*/
/*.product_view .layoutBx.return_infor {margin-top:5px;padding-top:0;border:1px solid #dcddde;}*/
.product_view .layoutBx.return_infor {
  padding-top: 0;
}
.return_infor .inner {
  display: none;
  padding: 10px;
  border-top: 1px solid #eee;
}
.return_infor .inner h4 {
  padding: 0 0 0 8px;
  margin-bottom: 10px;
  background: url('/images/imall_mc_renewal/common/blt_redarrow.png') no-repeat 0 4px;
  background-size: 3px 5px;
  color: #333;
  font-size: 13px;
  line-height: 16px;
}
.return_infor h3:first-child {
  margin-top: 0;
  border-top: none;
}
.return_infor h3 {
  border-top: 1px solid #ddd;
  padding: 13px 12px;
  line-height: 19px;
  font-size: 14px;
  color: #222;
  background-image: url(/images/rn_img/live/i_info_arrow_down.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 25px 8px;
}
.return_infor .tbl_infor {
  margin-bottom: 10px;
}
.return_infor h3.on {
  background-image: url(/images/rn_img/live/i_info_arrow_up.png);
}
.return_infor h3.on + .inner {
  display: block;
}

.content_tv2 .contentsArea .layoutBx {
  padding-top: 0;
}
.content_tv2 .contentsArea .layoutBx.infoList {
  border-bottom: none;
  padding: 7px 0;
}
.content_tv2 .infoList .detail_infoArea {
  margin-bottom: 0;
}
.content_tv2 .special_banner {
  box-sizing: border-box;
  padding: 0 1px;
  margin-bottom: 5px;
}
.content_tv2 .layoutBx.return_infor {
  margin-top: 0;
  border-top: none;
}
.content_tv2 .return_infor .inner {
  display: block;
}

.tbl_infor {
  width: 100%;
}
.tbl_infor th {
  padding: 8px 9px;
  border: 1px solid #ccc;
  border-width: 1px 1px 1px 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f1f1f1;
  font-size: 12px;
  color: #666;
  text-align: center;
  line-height: 1.2em;
} /*160219 상품기술서영역 개선*/
.tbl_infor tr.btnone th {
  border-top: 0;
}
.tbl_infor tbody th {
  border-top: 0;
}
.tbl_infor td {
  padding: 8px;
  text-align: center;
  border: 1px solid #ccc;
  border-width: 0 1px 1px 0;
  font-size: 12px;
  color: #666;
  line-height: 1.2em;
  word-break: break-word;
} /*160219 상품기술서영역 개선*/
.tbl_infor .left {
  text-align: left;
  padding-left: 10px;
}
.tbl_infor th:last-child,
.tbl_infor td:last-child {
  border-right: 0;
}

/*[버튼] 반품교환*/
.return_infor .arr_link1,
.return_infor .arr_link {
  margin-left: 10px;
  text-decoration: underline;
}

.tbl_infor.tbl_pd_infor {
  border-top: 1px solid #ccc;
  margin-bottom: 15px;
}
.tbl_infor.tbl_pd_infor th img {
  height: 70px;
}

.productDetailPage .product_sel {
  padding: 15px 10px;
}
.productDetailPage .product_sel select {
  width: 100%;
  padding-right: 38px;
  height: 32px;
  display: block;
  font-weight: bold;
  color: #444;
  border: solid 1px #a4a4a4;
  background: #fff url(/images/imall_mc_renewal/detail/no1_arrow_down.png) no-repeat right center;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-size: 30px;
  font-size: 13px;
  text-indent: 10px;
}

.productDetailPage .detail_basic {
  position: relative;
  padding: 0 10px 10px;
}
.productDetailPage .detail_basic h3 {
  border-top: none;
  padding: 0 0 0 14px;
}
.productDetailPage .detail_basic h3:first-child {
  margin-top: 0;
}
.productDetailPage .detail_basic .inner {
  padding: 0;
  border-top: none;
}
.productDetailPage .detail_basic .gd {
  font-size: 12px;
} /*160219 상품기술서영역 개선*/

/*설관련배너추가*/
.special_banner {
  width: 100%;
}

/* 2015.07.06 상품상세 배송 관련 부분 개선 */
.product_view .info_sec02 {
  padding: 0 10px;
  margin-bottom: 15px;
}
.product_view .info_sec02 dl {
  position: relative;
  clear: both;
}
.product_view .info_sec02 .info dt {
  position: absolute;
  left: 0;
  width: 100px;
  height: 14px;
  padding: 6px 0;
  color: #3c3c3c;
}
.product_view .info_sec02 .info dd {
  margin-left: 100px;
  padding: 6px 0;
  color: #242424;
  font-weight: bold;
}
.product_view .info_sec02 .info dd.pst {
  position: relative;
}
div.delivery_txt {
  padding: 11px;
  background-color: #eaeaea;
}
div.delivery_txt ul li {
  padding-left: 7px;
  background: url('/images/imall_mc_renewal/common/blt_point_list_bg.png') no-repeat 0 6px;
  color: #5b5b5b;
  line-height: 16px;
}

/*상품정보고시 변경*/
.product_view .info_sec02 .pst .fcolor {
  color: #242424;
  font-weight: bold;
}
.return_txt {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.return_layer {
  display: none;
  position: absolute;
  top: 0;
  left: -116px;
}
.return_layer .tri {
  display: block;
  position: absolute;
  top: 18px;
  left: 282px;
  z-index: 100;
  width: 14px;
  height: 12px;
  background: url('/images/imall_mc_renewal/detail/layer_pop_bgtop.png') no-repeat 0 center;
  background-size: 14px 12px;
}
.return_layer .return_dtl {
  z-index: 55;
  position: absolute;
  top: 28px;
  width: 310px;
  padding: 10px 5px;
  border: 2px solid #332d2b;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
.return_layer .return_dtl .txt {
  margin-bottom: 15px;
  color: #2d2d2d;
  line-height: 1.4em;
  font-size: 12px;
}
.return_layer .return_dtl .btn {
  padding-top: 10px;
  border-top: 1px solid #ccc;
  text-align: center;
}
.return_layer .return_dtl .btn a {
  display: inline-block;
  width: 48%;
  background: #444;
}
.return_layer .return_dtl .btn span {
  overflow: hidden;
  display: block;
  height: 34px;
  line-height: 2.125em;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

/*상품상세 필수고지개선*/
.return_infor .inner .list_dec {
  margin-bottom: 10px;
}
.return_infor .inner .list_dec > li {
  margin-bottom: 7px;
  padding-left: 0;
  background: none;
  line-height: 17px;
}
.return_infor .inner .in_txt {
  margin-bottom: 10px;
  line-height: 17px;
}
.return_infor .inner .in_txt .arr_link1 {
  margin-left: 0;
}
.return_infor .inner li table {
  margin-top: 10px;
}
.content_tv2 .return_infor .accordion_buy_info2 .inner {
  display: none;
  margin: 0 -10px;
  padding: 10px;
  border-top: 1px solid #eee;
}
.content_tv2 .return_infor .accordion_buy_info2 .detail_basic {
  padding-bottom: 0;
}
.content_tv2 .return_infor .accordion_buy_info2 h3 {
  margin: 0 -10px;
  font-weight: normal;
  border-bottom: none;
}

/*상품상세 스마트픽2차*/
#DetailgoodstabContent .icon_sp {
  height: 1.1rem;
  vertical-align: middle;
}
.product_view .info_sec02 .info dd.info_deli {
  font-weight: normal;
}
dl.info .stit {
  display: inline-block;
  margin-top: 0.65rem;
  font-weight: bold;
}
dl.info .stit:first-child {
  margin-top: 0;
}
dl.info .stit .btn_guide {
  display: none;
  margin-left: 0.7rem;
  padding: 0 0.45rem;
  border: 1px solid #b4b4b4;
  font-size: 0.8rem;
}
dl.info .stit .btn_guide span {
  display: inline-block;
  padding: 0.15rem 0.9rem 0 0;
  background: url(/images/imall_mc_renewal/common/icon_ques.png) no-repeat right center;
  background-size: auto 0.75rem;
}
.layer_style {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.dimm {
  position: fixed;
  top: -100px;
  left: 0;
  bottom: -100px;
  right: 0;
  z-index: 15;
  background: #000000 !important;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.dimm.alpha {
  display: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 223;
}

.layer_style {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.layer_style .layer_cnt {
  overflow: hidden;
  position: fixed;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 100px;
  z-index: 100;
  background: #fff;
}
.layer_style .lyr_head {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
}
.layer_style .lyr_cont {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.layer_style .lyr_cont2 {
  padding: 40px 0 25px;
}
.layer_style .titl_layer {
  padding: 13px 0;
  background: #da291c;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.layer_style .btn_close {
  position: absolute;
  top: 7px;
  right: 5px;
  overflow: hidden;
  width: 25px;
  height: 25px;
  padding: 0;
  background: url(/images/rn_img/ico_closelayer.png) no-repeat 5px 5px;
  background-size: 15px 15px;
  text-indent: -9999px;
}

.wimg_pickup {
  margin: 0 0 17px;
}
.wimg_pickup img {
  width: 100%;
}

.btn_wrapper.st_single {
  width: 60%;
  margin: 0 auto;
}
.btn_wrapper {
  display: table;
  box-sizing: border-box;
  table-layout: fixed;
  width: 100%;
  padding: 0 17px;
  border-spacing: 12px 0;
}
.btn_wrapper a {
  display: table-cell;
  height: 33px;
  padding-top: 1px;
  border: 1px solid #818181;
  border-radius: 3px;
  background: #929292;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.btn_wrapper a.red {
  border: 1px solid #c30f28;
  background: #de1632;
}

.layoutBx.btn_share_product {
  margin: 0;
  border-top: 0 none;
}

/* 기술서 하단 구매정보 숨김 */
.productDetailPage {
  display: none;
}

/* 에러페이지 */
.error_notice h1::before,
.error_notice [class*='error_content_']::before {
  background-image: url(/images/sp_error.png);
  background-repeat: no-repeat;
  background-size: 300px auto;
}

.error_notice {
  padding: 80px 0;
  word-break: keep-all;
  text-align: center;
}
.error_notice h1::before {
  content: '';
  display: block;
  width: 107px;
  height: 23px;
  margin: 0 auto;
  background-position: 0 0;
}
.error_notice [class*='error_content_'] {
  padding: 0 7.3%;
}
.error_notice [class*='error_content_']::before {
  content: '';
  display: block;
}
.error_notice .error_content_system {
  padding-bottom: 28px;
}
.error_notice .error_content_system::before {
  width: 80px;
  height: 80px;
  margin: 37px auto 17px;
  background-position: -105px -35px;
}

.error_notice .tit {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3em;
}
.error_notice .txt {
  padding-top: 5px;
  color: #666;
  line-height: 1.3em;
}
.error_notice .btn_area {
  position: relative;
  padding: 0 12px;
  overflow: hidden;
}
.error_notice .btn_area a {
  margin: 0;
}
.error_notice .btn_area li {
  float: left;
  display: block;
  box-sizing: border-box;
  width: 50%;
  padding: 3px;
}
.error_notice .btn_area li.full {
  width: 100%;
}

.btn_ltype1 {
  overflow: visible;
  display: inline-block;
  margin: 0;
  cursor: pointer;
  vertical-align: top;
  box-sizing: border-box;
  border: 1px solid #bbb;
  border-radius: 5px;
  background: #fff;
  text-align: center;
}
.btn_ltype1 {
  width: 100%;
  height: 45px;
  padding: 0 18px;
  font-size: 17px;
  line-height: 43px;
}
.btn_ltype1.c1 {
  border-color: #ea493e;
  color: #ea493e;
}
.btn_ltype1.c2 {
  border-color: #ea493e;
  background: #ea493e;
  color: #fff;
}

/* 서버장애 페이지 */
.failure_notice h1::before,
.failure_notice [class*='failure_content_']::before {
  background-image: url(/images/sp_failure.png);
  background-repeat: no-repeat;
  background-size: 150px auto;
}

.failure_notice {
  padding: 80px 0;
  word-break: keep-all;
  text-align: center;
}
.failure_notice h1::before {
  content: '';
  display: block;
  width: 107px;
  height: 23px;
  margin: 0 auto;
  background-position: 0 0;
}
.failure_notice [class*='failure_content_'] {
  padding: 0 7.3%;
}
.failure_notice [class*='failure_content_']::before {
  content: '';
  display: block;
}
.failure_notice .failure_content_system {
  padding-bottom: 28px;
}
.failure_notice .failure_content_system::before {
  position: relative;
  left: 3px;
  width: 143px;
  height: 137px;
  margin: 37px auto 17px;
  background-position: 0 -30px;
}
.failure_notice .failure_content_system {
  padding-bottom: 28px;
}
.failure_notice .failure_content_system::before {
  position: relative;
  left: 3px;
  width: 143px;
  height: 137px;
  margin: 37px auto 17px;
  background-position: 0 -30px;
}

.failure_notice .tit {
  font-size: 21px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: -1px;
}
.failure_notice .txt {
  padding-top: 5px;
  color: #666;
  line-height: 20px;
}
.failure_notice .btn_area {
  position: relative;
  padding: 0 7px;
  overflow: hidden;
}
.failure_notice .btn_area a {
  margin: 0;
}
.failure_notice .btn_area li {
  float: left;
  display: block;
  box-sizing: border-box;
  width: 50%;
  padding: 5px;
}
.failure_notice .btn_area li.full {
  width: 100%;
}

.failure_notice .btn_area a {
  overflow: visible;
  display: inline-block;
  margin: 0;
  cursor: pointer;
  vertical-align: top;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  text-align: center;
}
.failure_notice .btn_area a {
  width: 100%;
  height: 45px;
  padding: 0 18px;
  font-size: 17px;
  line-height: 43px;
}
.failure_notice .btn_area a.c2 {
  border-color: #ea493e;
  background: #ea493e;
  color: #fff;
}
.failure_notice .btn_area a strong {
  font-weight: bold;
}

/* Custom Add */
.disabled {
  pointer-events: none;
  opacity: 0.7;
}

.chat-area .chat-list > li .chat-box {
  max-width: 90% !important;
}

/* 자세히보기 */
.detail_title {
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  padding-bottom: 10px;
}

.menu ul ul {
  display: none;
}
.menu .arrow {
  float: right;
  font-size: 20px;
}
.menu i {
  font-size: 20px;
  margin-right: 10px;
  padding-top: 1px;
  color: #262727;
}

.select-box.menu > ul {
  width: 270px;
}
.select-box ul ul {
  border-top: 1px solid #eee;
  background-color: #f9f5f5;
  opacity: 0.5;
}
.select-box ul ul li {
  padding-left: 20px;
}
.select-box ul ul li:not(:last-child) {
  border-bottom: 1px solid #e6e0e0;
}

.popup-layer .layer-content {
  font-size: 13px;
  padding: 10px;
}

.popup-layer .layer-content .title {
  font-size: 15px;
  font-weight: 800;
  padding-bottom: 10px;
}
.popup-layer .layer-content .bold {
  font-weight: 800;
}
.popup-layer .layer-content .red {
  color: red;
}
.popup-layer .layer-content .blue {
  color: blue;
}
.popup-layer .layer-content .underline {
  text-decoration: underline;
}

ol {
  counter-reset: li; /* Initiate a counter */
  list-style: none; /* Remove default numbering */
  *list-style: decimal; /* Keep using default numbering for IE6/7 */
  padding: 0;
  margin: 1em 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  margin-left: 0.2em;
}

ol ol {
  margin: 0 0 0 2em; /* Add some left margin for inner lists */
}

.rounded-list a {
  position: relative;
  display: block;
  font-size: 13px;
  font-weight: 900;
  padding: 0.4em 0.4em 0.4em 3em;
  *padding: 0.4em;
  margin: 0.5em 0;
  background: #ddd;
  color: #444;
  text-decoration: none;
  border-radius: 0.3em;
  transition: all 0.3s ease-out;
}

.rounded-list a:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -0.8em;
  top: 50%;
  margin-top: -1.3em;
  background: #87ceeb;
  height: 2em;
  width: 2em;
  line-height: 2em;
  border: 0.3em solid #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 2em;
  transition: all 0.3s ease-out;
}

/* list - box */
.detail_content .chat-box a {
  display: block;
}
.detail_content .chat-box {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 10px;
  max-width: 100%;
  line-height: 20px;
  color: #111;
  font-size: 15px;
  vertical-align: top;
}
.detail_content:not(.me) .chat-box {
  background-color: #f1f1f1;
}
.detail_content .chat-box + .chat-box {
  margin-top: 5px;
}
/* list - box - message */
.detail_content .chat-box .message {
  position: relative;
  display: block;
  padding: 9px 11px;
  text-align: left;
  letter-spacing: -0.025px;
  word-break: break-word;
}
.detail_content .chat-box .message a {
  display: inline-block;
  color: #357bf4;
  text-decoration: underline;
  vertical-align: top;
}
.detail_content .chat-box .message .i {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 20px;
  vertical-align: top;
}
.detail_content .chat-box .message .i::after {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 25px;
  height: 25px;
}
.detail_content .chat-box .message .i.mic::after {
  background: url(/images/i_mic.png) no-repeat;
  background-size: cover;
}

/* list - box - button */
.detail_content .chat-box .button {
  position: relative;
  border-top: 1px solid #d8d8d8;
}
.detail_content .chat-box .button a {
  padding: 11px 12px;
  line-height: 17px;
  color: #111;
  font-size: 13px;
}
.detail_content .chat-box .button a::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 13px;
  bottom: 0;
  margin: auto 0;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.detail_content .chat-box .button.move,
.detail_content .chat-box .button.cancel {
  border: 1px solid #eee;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 0;
  background-color: #fff;
}
.detail_content .chat-box .button.move a {
  padding: 15px 12px;
  line-height: 20px;
  color: #06adb3;
  font-size: 15px;
}
.detail_content .chat-box .button.move a::after {
  border-top: 1px solid #06adb3;
  border-right: 1px solid #06adb3;
}
.detail_content .chat-box .button.cancel a {
  padding: 13px 12px;
  line-height: 20px;
  color: #06adb3;
  font-size: 15px;
}
.detail_content .chat-box .button.cancel a::after {
  content: none;
}

/* owl.carousel custom */
/*
.owl-carousel {
	margin: 10px -15px !important;
}
*/
.owl-carousel .card {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.card {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #5ad7d6;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 15px;
  margin-right: 5px;
  margin-bottom: 10px;
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.card-header {
  position: relative;
  width: 100%;
  font-size: 11px;
  font-weight: 700;
  border-top: 1px solid #d8ecec;
  background-color: #5ad7d6;
  padding: 5px 10px;
  line-height: 30px;
}
.card-header a {
  color: #fff;
  padding-left: 10px;
  text-align: left;
}

.card-header i {
  font-size: 15px;
  top: 5px;
  float: right;
  padding-right: 10px;
}

.card-header a::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow-right {
  color: #eee;
  border-right: 2px solid;
  border-bottom: 2px solid;
  height: 5px;
  width: 5px;
  transform: rotate(-45deg);
}

.card-main {
  display: flex; /* Children use Flexbox */
  flex-direction: column; /* Rotate Axis to Vertical */
  justify-content: center; /* Group Children in Center */
  align-items: center; /* Group Children in Center (on cross axis) */
  padding-top: 15px; /* Add padding to the top/bottom */
}

.material-icons {
  width: 25% !important;
  margin-bottom: 5px;
  text-align: center;
}
.main-description {
  color: #d32f2f;
  font-size: 13px;
  text-align: center;
  padding: 5px;
}

/* card menu swiper */
.swiper-slide {
  width: 60% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.swiper-slide-tbl {
  width: 44% !important;
}

.swiper-slide-member {
  width: 70% !important;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  /* bottom: -5px !important; */
  position: inherit;
}

/* contents template */
.template_header {
  font-size: 20px;
  font-weight: 900;
  line-height: 40px;
  background-color: #ddd;
  padding-left: 10px;
  margin-bottom: 10px;
}

/* 더보기 */
.link-more {
  width: 100%;
  text-align: right;
  text-decoration: none !important;
}
.link-more i {
  font-size: 25px;
  color: #da6896 !important;
}
.content-more {
  display: none;
}

/* popup내 페이지 이동 */
.layer-content a {
  display: block;
}
.layer-content .chat-box .message {
  margin: 5px;
}
.layer-content .chat-box .button a {
  padding: 11px 12px;
  line-height: 17px;
  color: #111;
  font-size: 13px;
}
.layer-content .chat-box .button {
  position: relative;
  border-top: 1px solid #d8d8d8;
}
.layer-content .chat-box .button a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  margin: auto 0;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.layer-content .chat-box .button.move {
  border: 1px solid #eee;
  border-radius: 10px;
  background-color: #fff;
}
.layer-content .chat-box .button.move a {
  line-height: 20px;
  color: #06adb3;
  font-size: 15px;
}
.layer-content .chat-box .button.move a::after {
  border-top: 1px solid #06adb3;
  border-right: 1px solid #06adb3;
}

/* 자동완성기능 */
.ui-widget.ui-widget-content {
  margin: 0 auto !important;
  max-height: 140px !important;
  overflow-y: auto;
  width: 88% !important;
  left: 5% !important;
  -webkit-overflow-scrolling: touch;

  /*
    border: solid 1px #555;
	background-color: #efefe5;
	box-shadow:  0 0 10px  rgba(0,0,0,0.6);
	-moz-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
	-o-box-shadow: 0 0 10px  rgba(0,0,0,0.6);

	border-radius: 5px;
	background: #eee;
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
	*/
}
.ui-helper-hidden-accessible {
  position: absolute;
  left: -999em;
}

.ui-widget.ui-widget-content {
  box-sizing: border-box;
  border-bottom: none;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 10px 10px 0 0;
}
.btn-list {
  /* background: #fff; */
}
.bottom .input-area {
  z-index: 10;
}
.chat-container .bottom a {
  z-index: 20;
}
/* 2 */
.ui-widget.ui-widget-content {
  /* padding: 10px; */
  box-sizing: border-box;
  border-bottom: none;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.95);
  border: 1px solid #fbc932 !important;
  border-radius: 10px 10px 0 0;
}
.ui-menu .ui-menu-item {
  padding: 4px;
  border-bottom: 1px dashed #eee;
}

#wrap .txt_p_info,
#wrap .txt_p_info2,
#wrap .txt_p_info3 {
  position: fixed;
  width: 100%;
  transform: rotate(-30deg);
  text-align: center;
  opacity: 0.15;
  font-size: 13px;
}
#wrap .txt_p_info {
  top: 15%;
}
#wrap .txt_p_info2 {
  top: 48.3333%;
}
#wrap .txt_p_info3 {
  top: 81.6666%;
}

/* 더보기, 닫기 버튼 */
.link-more {
  height: 25px;
  width: 100%;
  text-align: right;
  text-decoration: none !important;
}
.link-more::after {
  content: '';
  position: absolute;
  right: 12px;
  bottom: 9px;
  width: 25px;
  height: 25px;
  background-position: -92px -58px;
}
.link-close {
  height: 25px;
  width: 100%;
  text-align: right;
  text-decoration: none !important;
}
.link-close::after {
  content: '';
  position: absolute;
  right: 12px;
  bottom: 9px;
  width: 25px;
  height: 25px;
  background-position: -118px -58px;
}
.swiper-container {
  margin: initial !important;
  margin-bottom: 10px !important;
}
.swiper-container .card-tbl {
  padding-top: 0;
  border: 0;
}
.swiper-container .card-tbl ul {
  width: 100%;
  font-size: 11px;
}
.swiper-container .card-tbl ul li {
  color: #565656;
  border-bottom: 1px solid #eff3f4;
}
.swiper-container .card-tbl ul li:nth-of-type(1) {
  background: #262727;
  color: #fff;
}
.swiper-container .card-tbl ul li span {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
  line-height: 27px;
  padding: 5px 5px;
  border-right: 1px solid #eff3f4;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.swiper-container .card-tbl ul li span:last-child {
  border-right: 0;
}
/* 출근자 조회 스와이프01 */
.swiper-container .card-tbl ul li span:nth-of-type(1) {
  width: 47%;
}
.swiper-container .card-tbl ul li span:nth-of-type(2) {
  width: 28%;
  margin-left: -3px;
}
.swiper-container .card-tbl ul li span:nth-of-type(3) {
  width: 21%;
}
/* 출근자 조회 스와이프02 */
.swiper-container .card-tbl ul.s2 li:nth-of-type(1) span:nth-of-type(1) {
  width: 100%;
}
.swiper-container .card-tbl ul.s2 li span:nth-of-type(1) {
  width: 50%;
}
.swiper-container .card-tbl ul.s2 li span:nth-of-type(2) {
  width: 49%;
}
/* 전화번호 텍스트 */
a[href^='tel'] {
  color: #357bf4;
  text-decoration: underline;
}
a[href^='tel'] + p {
  font-size: 0.8em;
}
.link_tel {
  color: #357bf4;
  text-decoration: underline;
}
.link_tel + p {
  font-size: 0.8em;
}

.panzoom_parent {
  overflow: hidden;
  position: relative;
}
.tit_faq {
  color: #262727;
  font-weight: 700;
  font-size: 13px;
  margin: 10px 0 -10px 0px;
  background: #f1f1f1;
  border-radius: 0 10px 10px 10px;
  padding: 9px 11px;
  width: 200px;
}
.tit_faq span {
  font-size: 13px;
  color: #888;
  font-weight: 300;
}

.tit_msg {
  color: #262727;
  font-weight: 600;
}

.box_info {
  display: none;
}
