/* Root */
:root {
	--transition-basic:all .3s;
	--transition-custom:all .4s cubic-bezier(0.4, 0, 0.2, 1);
	--transition-custom2:all 1s ease-in-out;
	--transition-custom3:all 1.5s ease;
	--vh:1vh;
}

/* Reset */
*, *::before, *::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	overflow-x: hidden;
	color: #222;
	font-family: "Pretendard", sans-serif;
	font-size: 62.5% !important;
	letter-spacing: -0.006em;
	word-break: keep-all;
	word-wrap: break-word;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color : transparent !important;
	animation:entry .4s ease forwards;
  opacity: 0;
}

/* html::-webkit-scrollbar {
	display: none;
}

html {
	-ms-overflow-style: none;
	scrollbar-width: none;
} */

body {
	font-size: 1.6rem;
}

a {
	color: inherit;
	outline: none;
	text-decoration: none;
}

ol, ul {
	list-style: none;
}

b, strong {
	font-weight: 700;
}

img {
	max-width: 100%;
	display: inline-block;
}

button {
	font-family: inherit;
	border: none;
	outline: none;
	cursor: pointer;
	color: inherit;
	-webkit-appearance: none;
	background: none;
}

select {
	outline: none;
	border: 1px solid transparent;
	font-family: inherit;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
}

input, textarea {
	font-family: inherit;
	outline: none;
	border: 1px solid transparent;
}

:focus {
	outline: none;
}

::placeholder {
	color:#898989;
}

em, i {
	font-style: normal;
}

@-webkit-keyframes entry {
	to{opacity: 1;}
}

@keyframes entry {
	to{opacity: 1;}
}

@media screen and (max-width:1400px) {

}
@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:768px) {

}
@media screen and (max-width:576px) {

}


/* Hidden */
.hidden {
	overflow: hidden;
}


/* Ellip */
.ellip {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* text overflow */
.text-overflow01{
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1; 
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.text-overflow02{
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* Blind */
.blind {
	overflow: hidden;
	position: absolute;
	width: 1px;
	height: 1px;
	clip: rect(1px, 1px, 1px, 1px);
}


/* Display */
.d-block {
	display: block;
}
.d-flex {
	display: flex;
}


/* Position */
.position-relative {
	position: relative;
}

.border-top-acacac{
	border-top: 1px solid #acacac;
}
.border-top-d9d9d9{
	border-top: 1px solid #d9d9d9;
}

/* Container */
.container {
	max-width: 1400px;
	width: 93.75%;
	margin: 0 auto;
	position: relative;
}

.container.w1720{
	max-width: 1720px;
}

/* Width */
.w100 {
	width: 100%;
}

/* Height */
.h100 {
	height: 100%;
}


/* Main */
#main {
  /* min-height: calc(100vh - 280px);
	overflow: hidden; */
}

@media screen and (max-width:1400px) {

}
@media screen and (max-width:1200px) {

}
@media screen and (max-width:1024px) {

}
@media screen and (max-width:768px) {

}
@media screen and (max-width:576px) {

}


/* 헤더 */
/*header*/
#header{
	position: absolute;
	top: 15px;
	left: 0;
	width: 100%;
	z-index: 101;
}

#header .container{
	display: flex;
	justify-content: center;
}

#header .logo img{
	filter: invert(1) brightness(0) invert(1);
	display: block;
}

#header .glo-box{
	position: relative;
}
#header .glo-box .glo-btn img{
	filter: invert(1) brightness(0) invert(1);
	display: block;
}

#header .head-air{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#header .gnb{
	position: relative;
	z-index: 11;
}
#header .gnb > ul{
	display: flex;
	align-items: center;
	justify-content: center;
}

#header .gnb > ul > li {
	position: relative;
}

#header .gnb > ul > li > a{
	padding: 40px;
	display: block;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 600;
	text-transform: uppercase;
	min-width: 180px;
	text-align: center;
}

#header .gnb > ul > li > a:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 3px;
	background-color: #0051C7;
	opacity: 0;
	transition: .5s;
}

#header .gnb > ul > li:hover > a:before{
	width: calc(100% - 80px);
	opacity: 1;
}


#header .depth02{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	/* left: 50%;
	transform: translateX(-50%); */
	font-size: 1.6rem;
	color: #444;
	width: 100%;
	text-align: center;
	padding: 10px 0;
}
#header .depth02 li a{
	padding: 15px 0;
	display: block;
}
#header .depth02 li:hover > a{
	color: #0051C7;
}

#header .depth03 li:hover > a{
	color: #0051C7;
}

#header .depth03{
	display: none;
}

#header .right-btn{
	display: flex;
	gap: 35px;
}

#header .glo-box .glo-list{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: calc(100% + 10px);
	left: 50%;
	transform: translateX(-50%);
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 0px 7px rgba(0, 0, 0, 0.2);
	transition: .5s;
}

#header .glo-box .glo-list a{
	display: block;
	padding: 7px 20px;
	font-size: 1.6rem;
	font-weight: 800;
	color: #000;
}

#header .glo-box .glo-list .on a{
	color: #0051C7;
}

#header .glo-box.active .glo-list{
	opacity: 1;
	visibility: visible;
}

#header .ham-box{cursor: pointer;}

#header .ham-line {
	display:flex;
	position: relative;
	width: 24px;
	height: 24px;
	justify-content: flex-end;
	align-items: center;
}

#header .ham-line span,
#header .ham-line span::before,
#header .ham-line span::after {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
}


#header .ham-line span::before,
#header .ham-line span::after {
  content: '';
  position: absolute;
	right: 0;
}

#header .ham-line span {
	width: 18px;
	margin-left: auto;
	margin-right: 0;
}

#header .ham-line span::before {
  margin-top: -10px;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  -webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
	transition-delay: 0.2s, 0s;
}

#header .ham-line span::after {
  margin-top: 10px;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  -webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
	transition-delay: 0.2s, 0s;
}
#header .head-new-right{
	display: flex;
	align-items: center;
	gap: 80px;
}
#header .get-support{
	display: block;
	padding: 9px 25px;
	background-color: #fff;
	border-radius: 5px;    
}

#header[class^="active"] .get-support{
	box-shadow: 0 0px 7px rgba(0, 0, 0, 0.2);

}

#header[class^="active"] .depth02{
	opacity: 1;
	visibility: visible;
}
#header.active02 .ham-line span {
  background-color: rgba(0, 0, 0, 0) !important;
  transition-delay: 0.2s;
}

#header.active02 .ham-line span::before {
	margin-top: 0;
	transform: rotate(45deg);
	transition-delay: 0s, 0.2s;
}

#header.active02 .ham-line span::after {
	margin-top: 0;
	transform: rotate(-45deg);
	transition-delay: 0s, 0.2s;
}

#header[class^="active"] {
	background-color: #fff;
}
#header[class^="active"] .logo img,
#header[class^="active"] .glo-box .glo-btn img{
	filter: none;
}

#header[class^="active"] .ham-line span,
#header[class^="active"] .ham-line span::before,
#header[class^="active"] .ham-line span::after {
	background-color: #222;
}

#header[class^="active"] .gnb > ul > li > a{
	color: #222;
}
#header[class^="active"] .gnb > ul > li:hover > a{
	color: #0051C7;
}
#header[class^="active"] .header-bg{
	opacity: 1;
	visibility: visible;	
}
#header .header-bg{
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	background-color: #fff;
	content: '';
	border-top: 1px solid #eee;
	opacity: 0;
	visibility: hidden;
}


/*moblie*/
#header .m_btn {
  display: none;
  width: 26px;
  text-align: right;
  cursor: pointer;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
	gap: 7px;
}

#header .m_btn i {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: all 0.5s;
}

#header .m_btn i:nth-of-type(2) {
  width: 84%;
}

#header .m_btn.on i:nth-of-type(1) {
  margin: 11px 0 -2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

#header .m_btn.on i:nth-of-type(2) {
  width: 0;
  margin: 0;
}

#header .m_btn.on i:nth-of-type(3) {
  margin: 0 0 11px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.m_menu_bg {
  z-index: 101;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  cursor: pointer;
}

.m_menu {
  z-index: 102;
  position: fixed;
  right: -100%;
  top: 0;
  width: 500px;
  max-width: 80%;
  height: 100%;
  background-color: #fff;
  box-sizing: border-box;
  transition: all 0.5s;
  overflow-y: auto;
}

.m_menu.on {
  right: 0;
}

.m_menu .top_box {
  position: relative;
  box-sizing: border-box;
	height: 60px;
}

.m_menu .top_box .close_btn {
  position: absolute;
  right: 20px;
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
}

.m_menu .top_box .close_btn i {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #444;
}

.m_menu .top_box .close_btn i:first-of-type {
  -webkit-transform: rotate(45deg) translate(9px, 9px);
  -moz-transform: rotate(45deg) translate(9px, 9px);
  -ms-transform: rotate(45deg) translate(9px, 9px);
  -o-transform: rotate(45deg) translate(9px, 9px);
  transform: rotate(45deg) translate(9px, 9px);
}

.m_menu .top_box .close_btn i:last-of-type {
  -webkit-transform: rotate(-45deg) translate(-7px, 8px);
  -moz-transform: rotate(-45deg) translate(-7px, 8px);
  -ms-transform: rotate(-45deg) translate(-7px, 8px);
  -o-transform: rotate(-45deg) translate(-7px, 8px);
  transform: rotate(-45deg) translate(-7px, 8px);
}

.m_menu .login_box {
  padding: 5px 0;
  background-color: #0051C7;
  text-align: center;
}

.m_menu .login_box a {
  position: relative;
  padding: 0 30px;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: -0.04em;
}

.m_menu .login_box a:first-of-type:before {
  content: '';
  position: absolute;
  right: -1px;
  top: calc(50% - 7px);
  width: 2px;
  height: 15px;
  background-color: #fff;
}

.m_menu .gnb_box {
  border-top: 1px solid #ddd;
}

.m_menu .gnb_box > ul > li {
  border-bottom: 1px solid #dddddd;
}

.m_menu .gnb_box > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 20px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #444;
  letter-spacing: -0.04em;
  box-sizing: border-box;
}

.m_menu .gnb_box .depth02 {
  display: none;
  padding: 5px 0;
  background-color: #0051C7;
}

.m_menu .gnb_box .depth02 li a {
  position: relative;
  display: block;
  padding: 5px 20px;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: -0.04em;
  box-sizing: border-box;
}

.m_menu .gnb_box .depth03{
	display: none;
}



#header.hover:not([class*="active"]) .gnb > ul > li.gnb-solution:hover > a{
	background-color: #fff;
	color: #222;
	border-radius: 10px 10px 0 0;
}
#header.hover:not([class*="active"]) .gnb > ul > li.gnb-solution:hover > .depth02{
	opacity: 1;
    visibility: visible;
}
#header.hover:not([class*="active"]) .gnb > ul > li.gnb-solution{
	position: relative;
}
#header.hover:not([class*="active"]) .gnb-solution .depth02{
	background-color: #F5F5F5;
	display: flex;
	width: 100vw;
	max-width: 877px;
	left: 0;
	transform: none;
	padding: 0;
}
#header.hover:not([class*="active"]) .gnb-solution .depth02:hover{
	border-radius: 0;
}

#header.hover:not([class*="active"]) .gnb-solution .depth02 > li > a{
	padding: 20px 40px;
}
#header.hover:not([class*="active"]) .gnb-solution .depth02 > li.hover > .depth03,
#header.hover:not([class*="active"]) .gnb-solution .depth02 > li:hover > .depth03{
	opacity: 1;
	visibility: visible;
}

#header.hover:not([class*="active"]) .gnb-solution .depth03{
	opacity: 0;
	visibility: hidden;
	width: 100vw;
	max-width: 877px;
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	left: 0;
	top: 100%;
	background-color: #fff;
	padding: 15px 40px;
	text-align: left;
	border-radius: 0 0 10px 10px;
}
#header.hover:not([class*="active"]) .gnb-solution .depth03 li{
	width: 50%;
}
#header.hover:not([class*="active"]) .gnb-solution .depth03 li a{
	padding: 15px 0;
	display: flex;
	flex-direction: column;
}
#header.hover:not([class*="active"]) .gnb-solution .depth03 .a-data:before{
	content: attr(data-tit);
	color: #fff;
	font-weight: 600;
	font-size: 1.6rem;
	order: 1;
	padding: 5px 10px;
	border-radius: 5px;
	background-color: #0051C7;
	width: fit-content;
}
#header.hover:not([class*="active"]) .gnb-solution .depth03 .a-data:after{
	content: attr(data-eng);
	font-size: 1.6rem;
	font-weight: 700;
	order: 2;
	font-family: 'Poppins';
	margin-top: 5px;
}
#header.hover:not([class*="active"]) .gnb-solution .depth03 .a-data span{
	order: 3;
}


#header.hover:not([class*="active"]) .gnb > ul > li:not(.gnb-solution):hover{
	background-color: #fff;
	border-radius: 10px 10px 0 0;
}
#header.hover:not([class*="active"]) .gnb > ul > li:not(.gnb-solution):hover > a{
	color: #0051C7;
}
#header.hover:not([class*="active"]) .gnb > ul > li:not(.gnb-solution) .depth02{
	background-color: #fff;
	border-radius: 0 0 10px 10px;

}
#header.hover:not([class*="active"]) .gnb > ul > li:not(.gnb-solution):hover .depth02{
	opacity: 1;
	visibility: visible;
}

@media all and (max-width:1720px){
	#header .gnb > ul > li > a{
		padding: 40px 20px;
		min-width: 140px;
	}
}

@media all and (max-width:1600px){
	#header .gnb > ul > li > a{
		padding: 40px 10px;
		min-width: 120px;
	}
	#header .head-new-right{
		gap: 40px;
	}
}
@media all and (max-width:1400px){
	#header .right-btn{
		gap: 15px;
	}
	#header .head-new-right{
		gap: 20px;
	}
	#header .get-support{
		padding: 4px 10px;
	}

	#header.hover:not([class*="active"]) .gnb-solution .depth02,
	#header.hover:not([class*="active"]) .gnb-solution .depth03{
		max-width: auto;
		width: auto;
	}
}

@media all and (max-width:1200px){
	#header.hover:not([class*="active"]) .gnb-solution .depth03 .a-data:before,
	#header.hover:not([class*="active"]) .gnb-solution .depth03 .a-data:after{
		font-size: 1.4rem;
	}
  #header .m_btn {
    display: flex;
  }
  #header .gnb,
	#header .head-new-right {
    display: none;
  }

	#header .head-air{
		position: unset;
		transform: none;
		width: auto;
	}
	#header .container{
		justify-content: space-between;
		align-items: center;
		height: 80px;
	}
}

@media all and (max-width: 1024px) {
}

@media all and (max-width:768px){
	#header{top: 0;}

	.m_menu .gnb_box > ul > li > a{
		font-size: 1.5rem;
	}
	.m_menu .login_box a{
		font-size: 1.4rem;
	}
	.m_menu .gnb_box .depth02 li a{
		font-size: 1.4rem;
	}

	#header .logo img{
		height: 28px;
	}
	#header .container{
		height: 60px;
	}

	.m_menu .top_box .close_btn{
		width: 25px;
		height: 25px;
		right: 10px;
	}

	#header .m_btn{
		width: 20px;
		gap: 5px;
	}
}

/* 푸터 */
#footer {background-color: #2B2B3B;}

#footer .foot-top{
	padding: 60px 0 30px;
}

#footer .foot-top .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#footer .lt-foot{
	display: flex;
	gap: 80px;
}
#footer .lt-foot .info-flex{
	display: flex;
	align-items: center;
	gap: 10px;
}
#footer .lt-foot .info-flex .info-i img{
	display: block;
}

#footer .rt-foot{
	display: flex;
	gap: 10px;
}

#footer .foot-href{
	padding: 15px 30px;
	display: block;
	border-radius: 10px;
}
#footer .foot-href.on{
	background-color: #0051C7;
}
#footer .foot-bot{
	border-top: 1px solid rgba(238,238,238,.2);
	padding: 30px 0 35px;
}

#footer .foot-gnb-area{
	padding: 60px 0 15px;
}

#footer .foot-gnb > ul{
	display: flex;
	gap: 10px;
}
#footer .foot-gnb > ul > li{
	width: calc(16.666% - 8.333px);
}
#footer .foot-gnb > ul > li > a{
	font-weight: 700;
	font-size: 1.6rem;
	padding: 10px 0;
	border-bottom: 1px solid #0051C7;
}
#footer .foot-gnb li a{
	display: block;
}
#footer .foot-gnb .depth02{
	padding: 15px 0;
}
#footer .foot-gnb .depth02 > li + li{
	margin-top: 5px;
}
#footer .foot-gnb .depth02 > li > a{
	font-size: 1.6rem;
	font-weight: 600;
	padding: 3px 0;
}
#footer .foot-gnb .depth03 > li > a{
	font-size: 1.3rem;
	padding: 2px 0;
}

@media all and (max-width:1024px){
	#footer .foot-top .container{
		flex-wrap: wrap;
		gap: 20px;
	}

	#footer .lt-foot,
	#footer .rt-foot{
		width: 100%;
		justify-content: center;
	}

	#footer .foot-gnb > ul{
		flex-wrap:wrap;
	}

	#footer .foot-gnb > ul > li{
		width: calc(33.333% - 6.666px);
	}
}

@media all and (max-width:768px){
	#footer .foot-gnb-area{
		padding: 30px 0 10px;
	}
	#footer .foot-top{
		padding: 30px 0 15px;
	}
	#footer .lt-foot{
		gap: 20px;
		flex-wrap: wrap;
	}

	#footer .foot-bot{
		text-align: center;
		padding: 15px 0 20px;
	}

	#footer .f_logo img{height: 33px;}
	#footer .foot-href{
		padding: 10px 15px;
		font-size: 1.2rem;
	}

	#footer .foot-bot .copy{
		font-size: 1.2rem;
	}
	#footer .foot-gnb > ul > li > a{
		padding: 5px 0;
	}
	#footer .foot-gnb > ul > li > a,
	#footer .foot-gnb .depth02 > li > a{
		font-size: 1.4rem;
	}
	#footer .foot-gnb .depth03 > li > a{
		font-size: 1.2rem;
	}
}

/* more view btn */
.more-view-btn{
	padding: 20px 30px;
	border-radius: 50px;
	border: 2px solid #222;
	color: #222;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 65px;
	width: fit-content;
}

.more-view-btn.white{
	border-color: #fff;
	color: #fff;
}

.more-view-btn.bg-blue{
	background-color: #0051C7;
	border-color: #0051C7;
}
.more-view-btn.mx-center{
	margin-left: auto;
	margin-right: auto;
}
.more-view-btn:after{
	content: '';
	width: 15px;
	height: 15px;
	background: url(/asset/img/icon/ico-moreview.png)no-repeat center center;
}
.more-view-btn.ico-arw:after{
	width: 24px;
	height: 17px;
	background-image: url(/asset/img/icon/ico-contact.png);
}
.more-view-btn.white:after{
	filter: invert(1) brightness(0) invert(1);
}

@media all and (max-width:768px){
	.more-view-btn{
		gap: 20px;
		padding: 10px 15px;
		margin-left: auto;
	}
}


/* Privacy Modal, Terms Modal */
.privacy-modal,
.terms-modal {
	display: none;
	position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  place-items: center;
  z-index: 9999999;
}

.privacy-modal .modal-inner,
.terms-modal .modal-inner {
	width: 100%;
	height: 100%;
	position: relative;
}

.privacy-modal .modal-container,
.terms-modal .modal-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap:10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width:680px;
	max-height: none;
	width: 95%;
	height:auto;
	margin:10px auto;
}

.privacy-modal .modal-background,
.terms-modal .modal-background {
	width:100%;
  height:100%;
	background-color: rgba(0, 0, 0, 0.6);
	cursor: pointer;
}

.privacy-modal .modal-heading,
.terms-modal .modal-heading {
	display: flex;
	justify-content: flex-end;
}

.privacy-modal .footer-modal-close,
.terms-modal .footer-modal-close {
	display: block;
	width:23px;
	height:23px;
	background: url('/asset/img/main/btn_modal_close.png') no-repeat center;	
}

.privacy-modal .modal-area,
.terms-modal .modal-area {
	width: 100%;
	height:100%;
	background-color: #fff;
	border-radius:10px;
	padding: 60px 50px;
	overflow: hidden;
}

.privacy-modal .privacy-context,
.terms-modal .terms-context {
	height:300px;
	overflow-y: auto;
	border:1px solid #ddd;
	padding:20px;
}

@media screen and (max-width:1200px) {

}
@media screen and (max-width:992px) {
	.privacy-modal .modal-area, .terms-modal .modal-area {
		padding: 40px 30px;
	}

	.privacy-modal .privacy-context, .terms-modal .terms-context {
		padding: 16px;
	}
}
@media screen and (max-width:768px) {
	.privacy-modal .privacy-context, .terms-modal .terms-context {
		height:250px;
	}
}
@media screen and (max-width:576px) {
	.privacy-modal .modal-area, .terms-modal .modal-area {
		padding:16px;
	}

	.privacy-modal .privacy-context, .terms-modal .terms-context {
		padding:12px;
	}
}

.quick-top-btn{
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	z-index: 11;
}
.quick-top-btn .top-btn{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	background-color: #0051C7;
	height: 100%;
	gap: 5px;
}

@media all and (max-width:1024px){
	.quick-top-btn{
		display: none;
	}
}