
@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);

.mBr{
	display:none;
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
	background: #fff;
	color: #212121;
	font-size: 16px;
	font-family: 'Noto Sans KR', sans-serif;
	/* -ms-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; -khtml-user-select: none; user-select:none; */
	margin:0;
}

@media (max-width: 767px) {
	body { -ms-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; -khtml-user-select: none; user-select:none;}
}

html,body,div,header,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,address,big,cite,code,del,dfn,em,font,img,ins,q,s,samp,small,strike,strong,sub,sup,tt,var,
b,u,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,figure { font-family: 'Noto Sans KR', sans-serif;}
body,input,textarea,select {padding:0; -webkit-text-size-adjust:none;}

div{
	transition:all 0.3s;
}

ul{
	margin:0;
	padding:0;
}

button{
	outline:none!important;
	border: none;
	list-style: none!important;
}

:focus{
	outline: none!important;
}

a {
  /* color: #222; */
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  /* color: #222; */
  outline: none;
  text-decoration: none;
}

/* p { */
  /* padding: 0; */
  /* margin: 0 0 30px 0; */
/* } */


/* Back to top button */

.back-to-top {
	position: absolute;
	right:0px;
	top: -8px;
	display: none;
	color: #999;
	text-align: center;
	line-height: 1;
	font-size: 13px;
	font-family: 'NEXON Lv1 Gothic OTF Bold';
	transition: background 0.5s;
	z-index: 1100;
}

.back-to-top:hover{
	color:#999;
}

.back-to-top i {
	position:relative;
	top:-1px;
	padding-top: 16px;
	color: #999;
	margin-left:8px;
	font-weight:300;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #1bb1dc;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
	text-align:center;
	transition: all 0.5s;
	z-index: 997;
	transition: all 0.5s;
	padding-bottom: 0px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	transition: all 0.5s;
	z-index: 888;
}

.on_subpage{background-color: #fff!important;padding-top: 20px!important;
    padding-bottom: 20px!important;}
.subadd01{
	border:1px solid #333333!important;
}

.subadd02{
	color: #333333!important;
}
.subadd03{
	background-color: #333333!important;
}


#header.header-scrolled,
#header.header-pages {
	padding: 0px;
    /* height: 85px; */
	background-color: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

.containerBoxWrap{
	width:100%;
	height: 90px;
	margin:0 auto;
	position: relative;
	background-color:#fff;
}

.logo{
	position: absolute;
	left: 44px;
    top: 24px;
	z-index:5000;
	cursor:pointer;
}

.logo img{
	height: 42px;
	max-width:100%;
}

.main-pages {
  margin-top: 60px;
}

.mLogoBox{
	display: none;
}

.webtoolBtn{
	display: flex;
    position: absolute;
    right: 44px;
    top: 20px;
}

.lanBox{
    text-align: center;
	padding-top: 10px;
    margin-right: 6px;
}

.lanBox a{
	font-size:23px;
	color:#222;
	font-family: 'NEXON Lv1 Gothic OTF Bold';
    font-weight: 500;
	letter-spacing:1px;
	cursor:pointer;
}

.lanBox img{
	max-width: 100%;
    position: relative;
    top: -2px;
    margin-right: 0px;
}

.m_lanNone{
	display:block;
}

.on_lan{
	background-color: #fff;
    border: 1px solid #e24f0c;
	color:#e24f0c;
}

.telBox{
	border-radius: 50%;
	text-align: center;
    width: 50px;
    height: 50px;
	background-color: #2a63ba;
	margin-left:5px;
}

.telBox img{
	width:100%;
}

.m_selLan{
	display:none;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

.menuWrap{
	position: absolute;
	right: 0px;
	top: 6px;
}

.menuWrap a{
	/* width:100%; */
	/* height: 100%; */
}

/* Desktop Navigation */

.main-nav {
	z-index:1000;
	display: inline-block!important;
	position: relative;
	text-align: center;
	padding-right: 0px;
}


.main-nav,
.main-nav * {
  margin: 0;
  /* padding: 0; */
  list-style: none;
}

.mListVoid{
	position: relative;
    top: 20px;
    width: 1px;
    height: 16px;
    background-color: #ddd;
    display: inline-block;
    margin-left: 60px;
    margin-right: 60px;
}

.main-nav ul{
	display: inline-block;
}

.main-nav > ul > li {
	position: relative;
	white-space: nowrap;
	float: left;
}

.main-nav li{
	height: 90px;
}

.main-nav a {
	height: 90px;
    line-height: 92px;
    font-family: 'NEXON Lv1 Gothic OTF Light';
    display: block;
    position: relative;
    color: #222;
    margin: 0px 38px 0px 38px;
    transition: 0.3s;
    font-size: 17.5px;
    font-weight: 500;
    padding-bottom: 0px;
}

.on_inq{
	font-family: 'NEXON Lv1 Gothic OTF Bold'!important;
	font-weight:900!important;
	color:#2a63ba!important;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
	/* color:#e42a13; */
	font-weight: 900;
	border-bottom:4px solid #222;
}

.drop-down{
	position: relative;
	/* top:-3px; */
}

.top4{top:2px;}



.main-nav .drop-down ul {
	display: block;
    position: absolute;
    left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 8px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.main-nav .drop-down:hover > ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

.main-nav .drop-down li {
	min-width: 160px;
	position: relative;
	margin: 0px!important;
	height:auto;
}

.main-nav .drop-down ul a {
	text-align: center;
	padding: 5px 6px;
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
	color: #333333;
	height:auto;
	line-height:30px;
	margin: 0px!important;
}

.drop-down ul a:hover{
}

.main-nav .drop-down ul li a{
	font-weight: 400;
}

.main-nav .drop-down ul li a:hover{

}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
 border-bottom:none!important;
 /* text-decoration:underline; */
 color:#2a63ba;
 font-weight: 500;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down ul a {
    padding: 8px 10px;
	margin: 0px 26px;
    font-size: 15px;
    font-weight: 500;
    text-transform: none;
    color: #333333;
}

.main-nav .drop-down .drop-down ul a:hover{
	font-weight: bold;
}

.main-nav .drop-down .drop-down ul li{
	min-width:100px;
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

.drop_mini:hover{
	border-bottom:none !important;
}



/* Mobile Navigation */

.mobile-nav {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 9999;
	overflow-y: auto;
	right: -100%;
	width:80%;
	transition: 0.4s;
	background-color:#fff;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
    display: inline-block;
    position: relative;
    color: #212121;
    margin: 14px 20px;
    font-weight: 600;
    font-size: 24px;
    height: 48px;
    text-align: center;
	font-family: 'NEXON Lv1 Gothic OTF Bold';
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
	text-decoration: none;
	color:#2a63ba;
}



.mobile-nav-toggle {
	position: fixed;
	right: 26px;
    top: 30px;
	z-index: 99999;
	border: 0;
	background: none;
	font-size: 24px;
	transition: all 0.4s;
	outline: none !important;
	line-height: 1;
	cursor: pointer;
	text-align: right;
	padding:0px;
}

.mobile-nav-toggle i {
  color: #212121;
  font-size: 26px;
}

.mobile-nav-overly {
	width: 100%;
	height: 100%;
	z-index: 9000;
	top: 0;
	left: 0;
	position: fixed;
	background-color: rgba(0,0,0, 0.8);
	overflow: hidden;
	display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  right: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #222;
}

.mobile-nav ul{
	text-align: left;
	padding-top: 80px;
}

.mLogoBox{
	display: none;
}

.mLoginBox{
	display: none;
}

.mobile-nav .drop-down > a:after {
	content: "\f078";
    font-family: FontAwesome;
    padding-left: 10px;
    position: absolute;
    right: -9px;
    top: 7px;
    font-size: 15px;
    font-weight: 100!important;

}

.mobile-nav .active.drop-down > a:after {
	content: "\f077";
}

.mobile-nav .drop-down > a {
	padding-right: 20px;
}

.mobile-nav .drop-down ul {
	display: none;
	overflow: hidden;
	background-color: #f0f0f0;
	padding-top:0px;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav .drop-down li a{
	font-size: 20px;
    margin: 10px 20px 10px 20px;
    height: 30px;
}

.mobile-nav .drop-down li:hover{
	border-bottom:none!important;
}

.mobile-nav .drop-down li a:hover{
	border-bottom:none!important;
	color:#2a63ba;
}

@media (max-width: 1400px) {
	.logo {
		left: 20px;
	}
	.main-nav a {
		margin: 0px 24px 0px 24px;
		font-size: 19px;
	}
	.webtoolBtn{
		right: 20px;
	}
}


@media (max-width: 1200px) {
	.main-nav {
		left: 27px;
	}
	.main-nav a{
		margin: 0px 16px 0px 16px;
		font-size: 18px;
	}
	.lanBox{
		padding-top: 13px;
	}
	.lanBox a{
		font-size: 17px;
	}
}


@media (max-width: 991px) {
	#header{
		height:80px;
		padding-top: 0px;
	}
	#header.header-scrolled, #header.header-pages{
		height:80px;
		padding-top: 0px;
		background-color:#fff;
	}
	.head_RightItemBox{
		display: none;
	}
	.main-nav{
		display: none!important;
	}
	.logo {
		top: 18px;
		left: 20px;
	}
	.containerBoxWrap{
		height:80px;
	}
	.webtoolBtn {
		right: 80px;
		top: 16px;
	}
	
	
	.mLogoBox {
		display: block;
		position: absolute;
		left: 20px;
		top: 18px;
	}
	.mobile-nav ul {
		text-align: left;
		padding-top: 100px;
	}
	.mLogoBox img{
		height:41px;
		/* width: 200px; */
	}
	
	.containerBoxWrap{
		overflow:unset;
	}
	
	.mobile-nav-toggle{
		top: 27px;
	}

}


@media (max-width: 767px) {
	.back-to-top {
	bottom: 15px;
	}

}

@media (max-width: 767px) {
	#header {
		height: 60px;
		padding-left: 0px;
		padding-right: 0px;
		padding-top:0px;
	}
	#header.header-scrolled, #header.header-pages{
		height: 60px;
	}
	.containerBoxWrap {
		height: 60px;
	}

	.logo {
		width: auto;
		top: 13px;
		left: 14px;
	}
	
	.logo img{
		height: 32px;
	}
	
	.webtoolBtn {
		right: 50px;
		top: 10px;
		height: 40px;
	}
	.lanBox{
		display:none;
	}
	.m_lanNone{
		display:none;
	}
	.telBox {
		text-align: center;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		margin-left: 0px;
	}
	
	.m_selLan{
		padding-left: 20px;
		text-align: left;
		display: block;
		padding-top: 20px;
	}
	.m_lanBox {
		position:relative;
		display:inline-block;
		text-align: center;
		width: 50px;
		height: 40px;
	}
	.m_lanBox a{
		position:absolute;
		left:0px;
		top:0px;
		width:100%;
		height: 100%!important;
		text-align:center;
		border-radius: 4px;
		color: #9a9a9a;
		font-size: 14px!important;
		font-family: 'NEXON Lv1 Gothic OTF Bold';
		font-weight: 500!important;
		letter-spacing: -0.5px!important;
		margin: 0!important;
		padding-top: 10px;
	}
	.m_on_lan a{
		background-color: #fff;
		border: 1px solid #034381;
		color: #034381;
	}
	
	.mLogoBox{
		top: 13px;
		left: 16px;
	}
	.mobile-nav ul {
		text-align: left;
		padding-top: 60px;
	}
	
	.mLogoBox img {
		height: 32px;
	}
	.mobile-nav a{
		height: 26px;
		font-size: 18px;
		margin: 14px 20px;
		font-weight: 400;
	}
	.mobile-nav-toggle{
		top: 17px;
		padding: 0px;
		right: 14px;
	}
	.mobile-nav .drop-down > a:after {
		content: "\f078";
		font-family: FontAwesome;
		padding-left: 10px;
		position: absolute;
		right: 0px;
		top: 4px;
		font-size: 13px;
		font-weight: 100!important;
	}
	.mobile-nav .drop-down ul {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.mobile-nav .drop-down li a {
		font-size: 15px;
		margin: 5px 14px 5px 14px;
		height: 24px;
	}
	
	.mBr{
		display:block!important;
	}

}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/



#footer{background-color: #fff;width:100%;position: relative;}
.none_marLR{margin-left: 0px!important; margin-right: 0px!important;}

.f_bottom_category_wrap{ width:100%;}
.f_bottom_category{
	padding-top: 70px;
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding-bottom: 70px;
    padding-left: 20px;
    padding-right: 20px;
}

.f_labelBox{
	text-align: center;
	width: 100%;
	padding-top: 6px;
	padding-bottom: 5px;
	background-color: #333333;
}

.f_labelText{
	display: inline-block;
	font-family: 'Gmarket Sans'; 
	font-size: 16px;
	color: #fff;
}

.f_labelText span{
    position: relative;
    top: 1px;
    margin-left: 16px;
    font-size: 17px;
    color: #f5c61d;
    font-family: 'Gmarket Sans';
}

.contactBox{
	text-align: left;
	position: relative;
	margin-bottom: 20px;
}

.ct_title{
	font-weight: 500;
	font-size: 15px;
}

.ct_title span{
	display: block;
}
.ct_title span a{
	color:#222;
	font-size: 24px;
	font-weight: 700;
	font-family: 'Gmarket Sans'; 
}

.ct_suBtitle{
	font-size: 14px;
	line-height: 24px;
}

.textC{
	text-align: center!important;
}

.textL{
	text-align: left!important;
}


.nonepadFT{
	padding-left:0px!important;
	padding-right:0px!important;
}

.fBoxItem{
	display: inline-block;
	text-align: left;
	/* width: 100%; */
}

.fb_padt{
	top: -6px;
	position: relative;
	padding-top: 9px;
}

.fLogo{
	position: relative;
	top: -6px;
	margin-bottom: 8px;
}

.fLogo img{
	height: 42px;
	/* width: 155px; */
	max-width: 100%;
}

.fTitleText{
	font-family: 'Gmarket Sans'; 
	color: #444444;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 16px;
}

.fsnsLine{
	display: block;
    text-align: left;
    position: relative;
    top: -4px;
}

.fsnsLine a img{
	height:16px;
	margin-right:10px;
}

.fsnsItem{
	display: inline-block;
	margin-right: 20px;
}

.fsnsItem img{
	max-width: 100%;
	height: 16px;
}

.fText{
	display: flex;
	margin-bottom: 12px;
}

.fText span{
	display: inline-block;
	width: 150px;
	font-size: 13px;
	font-weight: 300;
	color: #777;
}

.fs_wid{width: 50px!important;}

.fText p{
	display: inline-block;
	margin: 0;
	color: #222;
	font-size: 13px;
	font-weight: 300;
	/* line-height: 22px; */
}

.fTextmarP12 {
	font-size: 14px;
	color: #333333;
	font-weight: 400;
	padding-top: 0px;
	margin-bottom: 8px;
}

.f_aText{
	margin-bottom:8px;
}

.fText a{
	color: #333333;
	font-size: 13px;
	font-weight: 400;
	cursor: pointer;
}

.fText a:hover{
	/* font-weight: 500; */
	text-decoration: underline;
	font-weight: bold;
}

.fTextBtn{
	position: relative;
	margin-top: 20px;
	width: 200px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #222;
	color: #333333;
	font-size: 1rem;
	transition: all 0.3s;
	border-radius:4px;
}

.fTextBtn a{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	color: #333333;
}

.fTextBtn:hover{
	background-color: #fccc2b;
	border: 1px solid #fccc2b;
}

.fcopyBox{
	position: relative;
	width: 100%;
	/* height: 100px; */
	text-align: left;
	padding-top: 32px;
	padding-BOTTOM: 32px;
	background-color: #444444;
}

.fc_privacyBox{
	display:flex;
	position: absolute;
    left: 10px;
	top:0px;
}

.fc_privacy{
	margin:0px 10px 0px 10px;
}

.fc_privacy a{
	color: rgba(255, 255, 255, .5);
	font-size: 12px;
	font-weight: 300;
}

.fc_privacy a:hover{
	text-decoration:underline;
}


.fcopyBoxInner{
	text-align: center;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 30px;
    padding-right: 30px;
}

.fcopyText{
	display: inline-block;
	color: rgba(255, 255, 255, .5);
	font-size: 12px;
	line-height: 18px;
	font-weight: 300;
}

.fcopy{
	top: 11px;
	position: absolute;
	right: 10px;
	color: #888;
	font-size: 12px;
	/* font-weight: 500; */
}


.padR0{
	padding-right:0!important;
}

.padL0{
	padding-left:0!important;
}

.padL50{
	padding-left: 50px!important;
}

@media (max-width: 1350px) {
	.fcopyBox{
		padding-right:60px;
	}
}

@media (max-width: 1100px) {
	.fcopy {
		top: 26px;
	}
}

@media (max-width: 991px) {
	.nonepadFT{
		padding-left:15px!important;
		padding-right:15px!important;
	}
	.fcopyText br{
		display: none;
	}
	.fcopy{
		position: relative;
		right:inherit;
		top:inherit;
		margin-top: 20px;
	}
	
	.textC {
		text-align: left!important;
	}
	
	.fBoxItem{
		margin-bottom: 30px;
	}
	.padL0 {
	padding-left: 15px!important;
	}
	.add_padl, .add_padl02, .add_padl03 {
		padding-left: 0px;
	}
	.padL50{
		padding-left: 15px!important;
	}
}


@media (max-width: 767px) {
	.f_bottom_category{
		padding-top: 30px;
		padding-bottom: 20px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.fcopyBox{
		padding-right: 15px;
		padding-left:15px;
		padding-top: 25px;
		padding-bottom: 80px;
	}
	.fcopyBoxInner{
		text-align: center;
		padding-left: 0px;
		padding-right: 0px;
	}
	.marP12 {
		padding-top: 0px;
	}
	.fTextBtn {
		position: relative;
		margin-top: 14px;
		width: 200px;
		height: 44px;
		font-size: 0.9rem;
		line-height: 42px;
	}
	
	.fLogo {
		position: relative;
		top: 0px;
		margin-bottom: 20px;
	}
	
	.fLogo img{
		position: relative;
		height: 32px;
		/* left: -6px; */
	}
	.fText span {
		width: 130px;
		font-size: 12px;
		font-weight: 400;
	}
	.fText p {
		font-size: 12px;
		font-weight: 400;
	}
	
	.fText a {
		color: #333333;
		font-size: 13px;
		font-weight: 400;
		line-height: 18px;
		cursor: pointer;
	}
	.fb_padt{
		top: 0px;
		position: relative;
		padding-top: 6px;
	}
	.fBoxItem {
	    margin-bottom: 22px;
	}
	
	.fTitleText {
		font-size: 18px;
		margin-bottom: 10px;
	}
	
	.fcopyText{
		font-size: 11px;
	}
	
	.fcopy{
		font-size: 11px;
		top: inherit;
		margin-top: 10px;
	}
	
	.f_labelBox{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.f_labelText{
		font-size: 12px;
	}
	.f_labelText span{
		margin-left: 0px;
		display: block;
		font-size: 13px;
	}

	.ct_title{
		font-size: 14px;
	}
	.ct_title span{
		font-size: 20px;
	}
	.ct_suBtitle {
		font-size: 13px;
		line-height: 20px;
	}
	
	.fc_privacyBox{
		display: block;
		left: 0px;
		position: relative;
		/* padding-top:10px; */
	}
	.fc_privacy{
		display: inline-block;
		/* margin:0px 20px 0px 0px; */
	}
}


/* ====================================== 
	헤더 -> 퀵메뉴
====================================== */

#quickMenu {
    position: fixed;
    right: 30px;
    top: 50%;
    z-index: 3000;
}
.qmInnerBox {
    display: flex;
    position: relative;
    flex-direction: column;
}
.qmBox:nth-child(1){
	margin: 0px 0 0 0;
}
.qmBox {
    display: flex;
    position: relative;
    margin: 15px 0 0 0;
    align-items: center;
    justify-content: flex-end;
}
.qmBox:hover .qmText{
	display:inline-block;
}
.qmText {
    margin: 0 10px 0 0;
    display: none;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.qmBox a img {
	position:relative;
    border-radius: 11.11px;
    box-shadow: 0px 0px 12.222px 0px rgba(0, 0, 0, 0.10);
    height: 55px;
}

@media (max-width: 1400px) {
	#quickMenu {
		bottom: 30px;
		right: 10px;
		top: inherit;
	}
}
@media (max-width: 1024px) {
	.qmBox a img {
		height: 50px;
	}
	.qmBox {
		margin: 10px 0 0 0;
	}
}
@media (max-width: 767px) {
	#quickMenu {
		display: flex;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.30) 100%);
		padding: 12px 10px;
		bottom: 0;
		right: 0;
		top: inherit;
		width: 100%;
		justify-content: center;
		align-items: center;
	}
	.qmInnerBox {
		display: flex;
		position: relative;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	.qmBox {
		margin: 0 5px 0 5px;
	}
	.qmBox:nth-child(1) {
		margin: 0 5px 0 0;
	}
	.qmText{display:none!important;}
	.qmBox a img {
		box-shadow: none;
		height: 45px;
	}
}