@charset "utf-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
@import url("//cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");
@font-face {
	font-family: "Noto Sans JP";
	src: url("/assets/css/font/noto-sans-jp-v52-japanese_latin-regular.woff2") format("opentype");
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1rem;
  line-height: 1.714;
  vertical-align: baseline;
  color: #565656;
  /* -webkit-tap-highlight-color: transparent; */
  font-family: "Pretendard", "Noto Sans KR", "Noto Sans JP", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Malgun Gothic", sans-serif;
  box-sizing: border-box;
}
html,
body,
p {
  margin: 0;
  padding: 0;
  border: 0;
}

html,
body {
	scroll-behavior: smooth;
}
html{
  font-size: 14px;
  line-height: 1.714;
}
body{
  min-width: 360px;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ol,
ul,
li {
  list-style: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  font-size: inherit;
  text-decoration: none;
  background: transparent;
  color: inherit;
  outline: transparent;
  cursor: pointer;
  -webkit-highlight: none;
  -webkit-tap-highlight-color: transparent;
}
i {
  font-style: normal;
  display: inline-block;
  vertical-align: top;
}
img {
  vertical-align: top;
}
button {
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  line-height: inherit;
  cursor: pointer;
  -webkit-highlight: none;
  -webkit-tap-highlight-color: transparent;
}
input,
textarea,
select {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
  font-size: 100%;
  border-radius: 0;
  border-bottom: 1px solid #303030;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
}
/* ie input스타일 */
input::-ms-check {
  display: none;
}
select::-ms-expand {
  display: none;
}
input[type="checkbox"] {
  display: none;
  cursor: pointer;
}
input[type="radio"] {
  display: none;
  cursor: pointer;
}
hr {
  width: 100%;
  height: 1px;
  background: #e1e6eb;
}

.f-right{
  float: right;
}

.clearfix:after{
  content: '';
  display: block;
  clear: both;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dp-none{
  display: none !important;
}
.dp-block{
  display: block !important;
}
.btn-lg-radius{
  height: 32px;
  padding: 6px 10px;
  border-radius: 16px;
  font-size: 13px;
  line-height: 20px;
  background: #FFFFFF;
  border: 1px solid #EBECEE;
}

.btn-md{
  height: 28px;
  padding: 4px 6px;
  border-radius: 4px;
  border: 1px solid #ebecee;
  font-size: 12px;
  line-height: 14px;
  color: #565656;
}

.btn-sm{
  height: 28px;
  padding: 4px 6px;
  border-radius: 4px;
  border: 1px solid #ebecee;
  font-size: 12px;
  line-height: 14px;
  color: #565656;
}
.btn-round-md{
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.ic-x-lg{
  width: 24px;
  height: 24px;
}
.ic-lg{
  width: 20px;
  height: 20px;
}
.ic-md{
  width: 16px;
  height: 16px;
}
.ic-sm{
  width: 14px;
  height: 14px;
}
.ic-x-sm{
  width: 12px;
  height: 12px;
}
.ic-plus{
  background: url(/assets/images/spub/ic-plus.png) no-repeat center;
  background-size: contain;
}
.ic-plus-wh{
  background: url(/assets/images/spub/ic-plus-wh.png) no-repeat center;
  background-size: contain;
}
.ic-arrow-up-wh{
  background: url(/assets/images/spub/ic-arrow-up-wh.png) no-repeat center;
  background-size: contain;
}
.ic-report{
  background: url(/assets/images/spub/ic-report.png) no-repeat center;
  background-size: contain;
}
.ic-upload{
  background: url(/assets/images/spub/ic-upload.png) no-repeat center;
  background-size: contain;
}

.ic-close{
  background: url(/assets/images/spub/ic-close.png) no-repeat center;
  background-size: contain;
}
.ic-menu{  
  background: url(/assets/images/spub/ic-menu.png) no-repeat center;
  background-size: contain;
}
.ic-close-lg{
  background: url(/assets/images/spub/ic-close-lg.png) no-repeat center;
  background-size: contain;
}
.ic-pause{
  background: url(/assets/images/spub/ic-pause.png) no-repeat center;
  background-size: contain;
}
.ic-reload{
  background: url(/assets/images/spub/ic-reload.png) no-repeat center;
  background-size: contain;
}
.ic-chat-send{
  background: url(/assets/images/spub/ic-chat-send.png) no-repeat center;
  background-size: contain;
}
.container{
  padding: 0 24px;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}
@media (max-width: 600px){
  .container{
    padding: 0 12px;
  }
}
.fixed-bottom{
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  /*
  background: #FFFFFF;
  */
}
.fixed-bottom > .container{
  padding: 20px;
}
.t-left{
  text-align: left;
}
.t-center{
  text-align: center;
}
.t-right{
  text-align: right;
}
.mt5{
  margin-top: 5px;
}
.mt10{
  margin-top: 10px;
}
.mt20{
  margin-top: 20px;
}
.flex{
  display: flex;
  justify-content: space-between;
}
.flex > *{
  align-self: center;
}
.scroll-x{
  min-width: 100vw;
  white-space: nowrap;
  overflow-x: auto;
}

.scroll {
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #ffffff #ffffff;
}
.scroll::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.scroll::-webkit-scrollbar-track {
  background-color: #ffffff;
  border: 0;
  border-top: 1px solid #ffffff;
}
.scroll::-webkit-scrollbar-thumb {
  border: 1px solid #EBECEE;
  border-radius: 8px;
  background-color: #ffffff;
  background-clip: padding-box;
}
.scroll::-webkit-scrollbar-track {
  border-top-width: 8px;
  border-radius: 8px;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background: transparent;
}

::-webkit-scrollbar-track {
  background: transparent;
}


input[type='text'], input[type='password'], input[type='number'], input[type='password']{
  width: 100%;
  height: 50px;
  padding: 12px 16px;
  font-size: 16px;
  border-radius: 10px;
  background: #F6F7F9;
  border: 1px solid #EBECEE;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #AAB4BF;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #AAB4BF;
}
input::placeholder,
textarea::placeholder {
  color: #AAB4BF;
  opacity: 1;
}
textarea{
  resize: none;
}
input[type="checkbox"].chk-round + label,
input[type="radio"].chk-round + label {
  background-color: transparent;
  background-image: url(/assets/images/spub/chk-round.png);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: left 11px top 10px;
  padding: 7px 7px 7px 35px;
  display: inline-block;
  line-height: 22px;
  font-size: 14px;
  min-height: 22px;
  color: #111;
  vertical-align: middle;
  cursor: pointer;
  letter-spacing: 0.01em;
}
input[type="checkbox"].chk-round:checked + label,
input[type="radio"].chk-round:checked + label {
  background-color: #f2f8ff;
  background-image: url(/assets/images/spub/chk-round-on.png);
}