body,
html {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
  overscroll-behavior-y: contain !important;
	min-height: calc(100% + env(safe-area-inset-top));
	/* padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left); */
}

.gap.ios {
	margin-top: 30px;
}

.gap2.ios {
	margin-top: 15px;
}

.gap3.ios {
	padding-top: 20px;
}

.p-float-btn {
	border-radius: 50%;
	position: fixed;
	width: 50px;
	height: 50px;
	font-size: 20px;
	text-align: center;
	padding-top: 10px;
	background-color: white;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.p-number {
	font-family: 'Roboto', sans-serif !important;
}

.p-float-btn.selected {
	background-color: #8996fa;
}

.p-float-btn.active {
	width: 300px;
	border-radius: 25px;
	text-align: left;
	padding-left: 10px;
	background-color: #7f7f7fa6;
	color: white;
	font-weight: bold;
}

.p-float-btn2 {
	position: fixed;
	width: 300px;
	height: 40px;
	font-size: 20px;
	text-align: center;
	padding-top: 5px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}



.p-float-btn3 {
	position: fixed;
	width: 56px;
	height: 56px;
	background-color: white;
	border-radius: 50%;
	left: 16px;
	bottom: 96px;
	text-align: center;
	padding-top: 15px;
	cursor: pointer;
	filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.12));
}

.p-float-btn3.pc {
	bottom: 16px;
}

.p-float-btn3.full {
	bottom: 63px;
}

.p-extract-message {
	position: fixed;
	border-radius: 4px;
	color: #126bf7;
	/* border: 2px solid #126bf7; */
	bottom: 71px;
	text-align: center;
}

.p-extract-message.pc {
	bottom: 16px;
}

.p-extract-message.full {
	bottom: 71px;
}

.p-extract-btn {
	position: fixed;
	width: 132px;
	height: 42px;
	border-radius: 4px;
	border: 2px solid #126bf7;
	right: 182px;
	bottom: 96px;
	text-align: center;
	padding-top: 15px;
	cursor: pointer;
}

.p-extract-btn.pc {
	bottom: 16px;
}

.p-extract-btn.full {
	bottom: 63px;
}

.p-editor-btn {
	position: fixed;
	width: 132px;
	height: 42px;
	border-radius: 4px;
	border: 2px solid #126bf7;
	right: 30px;
	bottom: 96px;
	text-align: center;
	padding-top: 15px;
	cursor: pointer;
}

.p-editor-btn.pc {
	bottom: 16px;
}

.p-editor-btn.full {
	bottom: 63px;
}

.scrolldiv {
	/*
	landscape remove width
	*/
	width: 100vw;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch !important;
	padding-top: 0px;
	height: 100vh;
}

.scrolldiv div.ios {
	padding-top: 20px;
}

.drawer.ios {
	padding-top: 20px;
}

@media screen and (max-device-width: 1024px) {

	.scrolldiv,
	.vh100 {
		height: -webkit-fill-available !important;
	}

	.scrolldiv.normal {
		height: 100vh !important;
	}
}

.ml-10 {
	margin-left: 10px;
}

.mt-5 {
	margin-top: 5px;
}

.mt-10 {
	margin-top: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.mt-20 {
	margin-top: 20px;
}


.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}




.mb-10 {
	margin-bottom: 10px;
}

.pl-10 {
	padding-left: 10px;
}

.pl-5 {
	padding-left: 5px;
}

.clickable {
	cursor: pointer;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.wrap-oneline {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wrap-twoline {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: initial;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.wrap-threeline {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: initial;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.pb-5 {
	padding-bottom: 5px;
}

.pt-5 {
	padding-top: 5px;
}

.p-font-7 {
	font-size: 7px;
}

.p-font-10 {
	font-size: 10px;
}

.p-font-11 {
	font-size: 11px;
}


.p-font-12 {
	font-size: 12px;
}

.p-font-13 {
	font-size: 13px;
}

.p-font-14 {
	font-size: 14px;
}

.p-font-15 {
	font-size: 15px;
}

.p-font-16 {
	font-size: 16px;
}

.p-font-17 {
	font-size: 17px;
}

.p-font-18 {
	font-size: 18px;
}


.p-font-20 {
	font-size: 20px;
}

.p-font-21 {
	font-size: 21px;
}

.p-font-22 {
	font-size: 22px;
}


.p-font-24 {
	font-size: 24px;
}

.p-font-28 {
	font-size: 28px;
}

.p-font-30 {
	font-size: 30px;
}

.p-font-400 {
	font-weight: 400;
}

.p-font-500 {
	font-weight: 500;
}

.p-font-600 {
	font-weight: 600;
}

.p-font-700 {
	font-weight: 700;
}

.p-font-800 {
	font-weight: 800;
}

.p-font-900 {
	font-weight: 900;
}

.pa10 {
	padding: 10px;
}

.underline {
	text-decoration-line: underline;
}


.p-card {
	background-color: white;
	border-radius: 14px;
	box-shadow: 4px 12px 30px 6px rgb(0 0 0 / 9%);
	width: auto;
	margin: 0 auto;
}

.p-card2 {
	background: #FFFFFF;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
	border-radius: 12px;
}


.p-card-new {
	background-color: white;
	border-radius: 14px;
	width: auto;
	margin: 0 auto;
	border: 1px dashed gray;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}


.p-card-img {
	background-color: white;
	border-radius: 14px;
	box-shadow: 4px 12px 30px 6px rgb(0 0 0 / 9%);
	width: auto;
	margin: 0 auto;
}

.p-card-tag {
	background-color: white;
	border-radius: 20px;
	box-shadow: 4px 12px 30px 6px rgb(0 0 0 / 9%);
	width: 100%;
	text-align: center;
	margin: 0 auto;
	margin-right: 5px;
	height: 35px;
	padding: 5px;
	padding-top: 7px;
	font-size: 13px;
}

.p-gradient {
	background: hsla(0, 0%, 98%, 1);
	background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
	/* background: linear-gradient(180deg, #ffffff 24.9%, rgba(255, 255, 255, 0) 95.33%); */
	z-index: 999;
	position: absolute;
	width: 90%;
	height: 100px;
	margin-top: -100px;
}

.p-card.pc {
	margin-left: 10px;
	margin-right: 10px;

}

.p-alarm-tag {
	margin-left: -17px;
	margin-top: 5px;
}

.p-alarm-tag>span {
	background-color: #eb5959;
	height: 100%;
	width: 100%;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 10px;
	font-size: 12px;
	color: white;
	;
}

.color-black {
	color: black
}

.color-dark {
	color: #2f3242
}

.color-gray {
	color: #e6e5eb
}

.color-gray2 {
	color: #636363;
}

.color-gray3 {
	color: #adadad;
}



.app-navbar {
	box-shadow:
		2.8px 2.8px 2.2px rgba(0, 0, 0, 0.02),
		6.7px 6.7px 5.3px rgba(0, 0, 0, 0.028),
		12.5px 12.5px 10px rgba(0, 0, 0, 0.035),
		22.3px 22.3px 17.9px rgba(0, 0, 0, 0.042),
		41.8px 41.8px 33.4px rgba(0, 0, 0, 0.05),
		100px 100px 80px rgba(0, 0, 0, 0.07);
}

.d-flex {
	display: flex;
}

.d-start {
	justify-content: flex-start;
}

.d-end {
	justify-content: flex-end;
}

.d-center {
	justify-content: center;
}

.d-fit {
	justify-content: space-between;
}

.d-around{
	justify-content: space-around;
}
::-webkit-scrollbar {
	height: 0;
	width: 0;
	/* Remove scrollbar space */
	background: transparent;
	/* Optional: just make scrollbar invisible */
}

/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
	background: #126BF7;
}

.center-loading {
	z-index: 99999;
	width: 100vw;
	height: 100vw;
	background-color: #8080808a;
	position: fixed;
	top: 0;
	left: 0;
}

.center-center {
	position: fixed !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}


.center-center-absolute {
	position: absolute !important;
	top: 30%;
	left: 70%;
	transform: translate(-70%, -30%);
	-ms-transform: translate(-70%, -30%);
	-webkit-transform: translate(-70%, -30%);
}

.center-center-absolute2 {
	position: absolute !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.center-center-absolute3 {
	position: absolute !important;
	top: 50%;
	left: 60%;
	transform: translate(-60%, -50%);
	-ms-transform: translate(-60%, -50%);
	-webkit-transform: translate(-60%, -50%);
}


.p-color-white {
	color: white;
}

.p-color-dark {
	color: #2f3242;
}

.p-color-black {
  color: #000000;
}

.p-color-black1 {
	color: #595959;
}

.p-color-black2 {
	color: #141414;
}

.p-color-black3 {
	color: #1F1F1F;
}

.p-color-black4 {
  color: #333333;
}

.p-color-black5 {
  color: #484848;
}

.p-color-black6 {
  color: #757575;
}


.p-color-primary {
	color: #126BF7;
}

.p-color-pupple {
	color: #B8A1F5;
}

.p-color-primary2{
  color:#8BA5FF;
}

.p-color-lblue {
	color: #5CB8F8;
}

.p-color-gray {
	color: #c2c2c4;
}

.p-color-gray2 {
	color: #8C8C8C;
}

.p-color-gray3 {
  color: #909090;
}

.p-color-gray4 {
  color: #B7B7B7;
}
.p-color-gray5{
  color: #A9A9A9;
}
.p-color-gray6{
  color: #8F8F8F;
}

.p-color-gray7{
  color: #777777;
}

.p-color-gray8{
  color: #B5B5B5;
}

.p-color-blue{
  color:#126BF7;
}

.p-color-blue2{
  color:#5278FF;
}
.p-color-blue3{
  color:#8BA5FF
}

.p-color-blue4{
  color:#86A1FF;
}

.p-info {
	background-color: #13b1ff !important
}

.p-success {
	background-color: #126BF7 !important
}

.p-dark {
	background-color: #2f3242 !important
}

.p-error {
	background-color: #eb5959 !important
}

.p-row {
	width: 100%;
}

.p-col {
	margin-top: 10px;
	margin-bottom: 10px;
}


/* Overrid */
.v-navigation-drawer[data-color=success] .v-navigation-drawer__content .v-list-item.v-list-item--active .v-list-item__icon.shadow {
	background-image: linear-gradient(310deg, #126BF7, #126BF7) !important;
}

.navbar .nav-link {
	color: white !important;
}



.rotateimg340 {
	-webkit-transform: rotate(340deg);
	-moz-transform: rotate(340deg);
	-ms-transform: rotate(340deg);
	-o-transform: rotate(340deg);
	transform: rotate(340deg);
}

::-webkit-scrollbar {
	height: 0;
	width: 0;
	/* Remove scrollbar space */
	background: transparent;
	/* Optional: just make scrollbar invisible */
}

/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
	background: #ffffff00;
}

.half_background {
	background: linear-gradient(to top, yellow 50%, transparent 50%);
}

.reg .ant-input:focus,
.reg .ant-input:hover,
.search .ant-input:focus,
.search .ant-input:hover,
.p-float-btn .ant-input:focus,
.p-float-btn .ant-input:hover {
	border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
}



.anticon-search {
	font-size: 20px !important;
	color: white !important;
	font-weight: bold !important;
}



input,
input:focus,
input:hover,
.ant-input,
.ant-input:focus,
.ant-input:hover {
	background-color: white !important;
	border: 1px solid #D9D9D9 !important;
	border-radius: 6px;
	height: 40px !important;
	outline: none;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	color: #000000;

	box-shadow: none !important;
	font-style: normal;
}



input::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #bfbfbf;
	opacity: 1;
	/* Firefox */
}

input::-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #bfbfbf;
}

input::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #bfbfbf;
}

.ant-checkbox-checked .ant-checkbox-inner {
	background-color: #126BF7 !important;
	border-color: #126BF7 !important;
}

.ant-checkbox-inner {
	border: 1px solid #126BF7 !important;
}

.vs-notifications h3 {
	color: white !important;
}

.vs-notifications {
	margin-top: 30px !important;
}


.jmodal .ant-modal-header,
.jmodal .ant-modal-footer,
.cmodal .ant-modal-header,
.cmodal .ant-modal-footer {
	display: none;
}

.jmodal .ant-modal-content {
	background: white;
	padding: 0px;
	width: 300px;
	border-radius: 20px;
	margin: 0 auto;
	box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.3);
}


.cmodal .ant-modal-content {
	background: white;
	padding: 0px;
	width: 100%;
	border-radius: 20px;
	margin: 0 auto;
	box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.3);
}

.p-shadow {
	box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

.ant-popover-buttons .ant-btn-primary {
	background-color: #126BF7 !important;
	border-color: #126BF7 !important;
}

.p-btn {
	height: 40px;
	/* drop-shadow/button-primary */
	box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.043);
	border-radius: 6px;
	/* Inside auto layout */
	text-align: center;
	padding-top: 7px;
}

.p-btn.type1 {
	background: #126BF7;
	color: white;
}


.p-btn.type2 {
	background: #FDE433;
	color: #381E1F;
}

.p-btn.type3 {
	background: #FFFFFF;
	color: #141414;
	border: 1px solid #D9D9D9;
}

.p-btn.type4 {
	background: #BFBFBF;
	color: white;
}

.p-btn.type5 {
	background: white;
	color: #126BF7;
}


.ant-message {
	top: 36px !important;
}

.p-tag-piece {
	width: 61px;
	height: 20px;
	padding: 0px 10px;
	background: #5CB8F8;
	border-radius: 12px;
	font-weight: 700;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
}

.p-tag-book {
	width: 51px;
	height: 20px;
	padding: 0px 10px;
	background: #B8A1F5;
	border-radius: 12px;
	font-weight: 700;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
}

.p-search-tag2 {
	width: auto;
	height: 24px;
	background: #f5f5f5;
	border: 1px solid #f5f5f5;
	border-radius: 12px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: center;
	padding-top: 2px;
}


.p-search-tag4 {
  width: 61px;
  height: 20px;
  background: #86B918;
  border-radius: 12px;
  padding-top: 2px;
}



.p-search-card {
	padding: 24px;
	margin-bottom: 23px;
}

.p-search-tag1 {
	width: 61px;
	height: 20px;
	background: #5cb8f8;
	border-radius: 12px;
	padding-top: 2px;
}

.p-search-tag3 {
	width: 61px;
	height: 20px;
	background: #FFCA00;
	border-radius: 12px;
	padding-top: 2px;
}


.ant-pagination-item,
.ant-pagination-item-link {
	border-radius: 50% !important;
	border: none !important;
	background-color: white !important;
}

.ant-pagination-item-active {
	background-color: #126BF7 !important;
}

.ant-pagination-item-active a {
	color: white !important;
}



.scroll.pc::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0 #52219E !important;
	background-color: #52219E !important;
}

.scroll.pc::-webkit-scrollbar {
	width: 7px !important;
	background-color: #52219E !important;
}

.scroll.pc::-webkit-scrollbar-thumb {
	background-color: #FFCA00 !important;
	border: 7px solid #FFCA00 !important;
}


#loading-bg {
	width: 100vw;
    height: 100vh;
    position: absolute;
	z-index:9999;
}
#loading-bg2 {
	width: 100vw;
    height: 100vh;
    position: absolute;
	background-color:#ffffffa3;
	z-index:1000;
}

.ant-pagination-item-active,
.ant-pagination-item
{
	padding-top:2px !important;
}

@media screen and (min-width: 1025px)  and (min-device-width: 1025px){
	#loading-bg {
		background: url('../img_pc.png') no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 1024px)  and (max-device-width: 1024px){
	#loading-bg {
		background: url('../img_tablet.png') no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}

@media screen and (max-width: 762px)  and (max-device-width: 762px) {
	#loading-bg {
		background: url('../img_mobile.png') no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}

.p-collect-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}


.p-cart-d-btn {
  width: 74px;
  height: 22px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.016);
  border-radius: 4px;
  text-align: center;
  margin-top: 2px;
  cursor: pointer;
  font-size: 12px;
  color: #595959;
  font-weight: 400;
  padding-top: 1px;
}

.p-cart-p-btn {
  width: 100%;
  height: 40px;

  background: #126bf7;
  border: 1px solid #126bf7;

  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.043);
  border-radius: 6px;
}



.p-book-btn {
  height: 40px;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.043);
  border-radius: 6px;
  color: white;
  padding-top: 8px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}

.p-book-btn1 {
  width: 42px;
  background: #126bf7;
}

.p-book-btn2 {
  width: 140px;
  background: #126bf7;
}

.p-book-btn3 {
  width: 140px;
  background: #5cb8f8;
}

.p-book-btn4 {
  width: 74px;
  height: 22px;
  background: #5cb8f8;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.043);
  border-radius: 4px;
  color: white;
  font-size: 12px;
  text-align: center;
  font-weight: 400;
  padding-top: 2px;
  cursor: pointer;
}

.p-book-btn4-1 {
  width: 74px;
  height: 22px;
  background: #5cb8f8;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.043);
  border-radius: 4px;
  color: white;
  font-size: 12px;
  text-align: center;
  font-weight: 400;
  padding-top: 2px;
  cursor: pointer;
}

.p-book-btn5 {
  width: 74px;
  cursor: pointer;
  height: 22px;
  margin-top: 5px;
  background: #ffffff;
  text-align: center;
  border: 1px solid #d9d9d9;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.016);
  border-radius: 4px;
  color: #595959;
  font-size: 12px;
  font-weight: 400;
  padding-top: 2px;
}

.p-book-btn5-1 {
  width: 74px;
  cursor: pointer;
  height: 22px;
  margin-left: 5px;
  background: #ffffff;
  text-align: center;
  border: 1px solid #d9d9d9;
  box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.016);
  border-radius: 4px;
  color: #595959;
  font-size: 12px;
  font-weight: 400;
  padding-top: 2px;
}


.p-collect-tag {
  width: auto;
  height: 24px;
  background: #F5F5F5;
  border: 1px solid #F5F5F5;
  border-radius: 12px;
  color: #8C8C8C;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 1px;
  margin-right: 9px;
}

.p-collect-tag.mobile {
  font-size: 12px;
  padding-top: 3px;
}

.book-footer-div {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  z-index: 11;
  background-color: white;
}

.book-footer-div .tablet {
  background-color: #5278ff;
  height: 60px;
  color: white;
  padding-top: 9px;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
}

.book-footer-div .pc {
  background-color: white;
  height: 54px;
  border-top: 1px solid #e0e0e0;
}

.book-footer-btn {
  width: 160px;
  height: 36px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #8ba5ff;
  color: #8ba5ff;
  margin-top: -5px;
  padding-top: 5px;
  cursor: pointer;
}

.book-footer-btn:hover {
  background: #5278ff;
  color: white;
}
