@charset "utf-8";
@import url("/assets/css/applesdgothicneo/css/all.css");
/* @import url("//fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap"); */
@import url("/assets/css/noto-sans/kr/css/all.css");
/* @import url("//cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css"); */
@import url("/assets/css/pretendard/1.3.9/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: "Apple SD Gothic Neo", "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{
  transition: .3s ease;
    font-weight: 700;
    display: flex;
    background: #ff153c;
    color: #fff;
   /*  padding: 4px 10.2px; */
    padding: 2.2px 9.2px;
    border-radius: 8px;
    font-size: 14.62px;
}



.btn-lg-radius span{
		color:#fff;
		font-size:14.62px;
		padding-right:.25em;
}

.btnCol{
	display: flex;
    gap: 11px;
    align-items:center;
}
.btnCol .btn-lg-radius:hover, .promptWrap .promptBtn:hover {background: #505050;}

.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/new_pub/ic-plus.png) no-repeat center;
  background-size: contain;
}
.ic-plus-wh{
  background: url(/assets/images/new_pub/ic-plus-wh.png) no-repeat center;
  background-size: contain;
}
.ic-arrow-up-wh{
  background: url(/assets/images/new_pub/ico_send_arr.png) no-repeat center;
  background-size: contain;
 margin-left: 2px;
}
.ico-menu-close{
  background: url(/assets/images/new_pub/ico_menu_close.png) no-repeat center;
  background-size: contain;
}
.ico_menu_open{
  background: url(/assets/images/new_pub/ico_menu_open.png) no-repeat center;
  background-size: contain;
}

.ico_menu_arr{
  background: url(/assets/images/new_pub/menu_arr.png) no-repeat center;
  background-size: contain;
}

.ico_menu_arr_down{
  background: url(/assets/images/new_pub/menu_arr.png) no-repeat center;
  background-size: contain;
}

.ico_menu_arr_up{
  background: url(/assets/images/new_pub/ic-up.png) no-repeat center;
  background-size: contain;
}

.ic-report{
  background: url(/assets/images/new_pub/ic-report.png) no-repeat center;
  background-size: contain;
}
.ic-upload{
  background: url(/assets/images/new_pub/ic-upload.png) no-repeat center;
  background-size: contain;
}

.ic-close{
  background: url(/assets/images/new_pub/ic-close.png) no-repeat center;
  background-size: contain;
}
.ic-menu{
  background: url(/assets/images/new_pub/ic-menu.png) no-repeat center;
  background-size: contain;
}
.ic-close-lg{
  background: url(/assets/images/new_pub/ic-close-lg.png) no-repeat center;
  background-size: contain;
}
.ic-pause{
  background: url(/assets/images/new_pub/ic-pause.png) no-repeat center;
  background-size: contain;
   display: inline-block;
   margin-bottom: 1.5%;
}
.ic-reload{
  background: url(/assets/images/new_pub/ic-reload.png) no-repeat center;
  background-size: contain;
     display: inline-block;
   margin-bottom: 1.5%;
}
.container{
  padding: 0 20px;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 980px;
}
.fixed-bottom{
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 98;
  width: 100%;
  /*
  background: #FFFFFF;
  */
}
.fixed-bottom > .container{
  padding: 15px;
}
.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-y{
  min-width: 100vw;
  overflow-y: auto;
  overflow-x:hidden;
  white-space: normal;
	
}

.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 {
  color: #A4A8AC;
}
input:-ms-input-placeholder {
  color: #A4A8AC;
}
input::placeholder {
  color: #A4A8AC;
  opacity: 1;
}
input[type="checkbox"].chk-round + label,
input[type="radio"].chk-round + label {
  background-color: transparent;
  background-image: url(/assets/css/img/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/css/img/chk-round-on.png);
}