
/* @import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css); */

.mBr{
	display:none;
}
/* @import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css"); */
/* @font-face { */
    /* font-family: 'SBAggro'; */
    /* font-weight: 300; */
    /* font-style: normal; */
    /* src: url('https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroLight.eot'); */
    /* src: url('https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroLight.eot?#iefix') format('embedded-opentype'); */
    /* font-display: swap; */
/* } */
/* @font-face { */
    /* font-family: 'SBAggro'; */
    /* font-weight: 500; */
    /* font-style: normal; */
    /* src: url('https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroMedium.eot'); */
    /* src: url('https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroMedium.eot?#iefix') format('embedded-opentype'); */
    /* font-display: swap; */
/* } */
/* @font-face { */
    /* font-family: 'SBAggro'; */
    /* font-weight: 700; */
    /* font-style: normal; */
    /* src: url('https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroBold.eot'); */
    /* src: url('https://cdn.jsdelivr.net/gh/webfontworld/sandbox/SBAggroBold.eot?#iefix') format('embedded-opentype'); */
    /* font-display: swap; */
/* } */


@font-face {
    font-family: 'SBAggro';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroL.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'SBAggro';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroM.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'SBAggro';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroB.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}

/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:fixed;border:1px solid #e9e9e9;background:#fff;}
.hd_pops img{max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding: 0;background:#000;color:#fff;text-align:left;position:relative;}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding: 10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject{background:#000;text-align:left}
.hd_pops_footer .hd_pops_close{background:#393939;position:absolute;top:0;right:0}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
*{font-family: Pretendard;}
body {
    height: 100vh!important;
	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: #212121;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #212121;
  outline: none;
  text-decoration: none;
}

/* p { */
  /* padding: 0; */
  /* margin: 0 0 30px 0; */
/* } */


/* Back to top button */

.back-to-top {
	position: fixed;
	display: none;
	background: #5A4CB6;

	color: #fff;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 1;
	font-size: 16px;
	border-radius: 4px;
	right: 12.5px;
	bottom: 15px;
	transition: background 0.5s;
	z-index: 1100;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* 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;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	transition: all 0.5s;
	z-index: 888;

	background-color:#fff;
	border-bottom:1px solid #eee;

	/* background: rgb(101,0,226); */
    /* background: linear-gradient(90deg, rgba(44,206,201,1) 0%, rgba(202,250,234,1) 100%); */
}

.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{
	text-align: right;
	max-width: 1240px;
    width: 100%;
    height: 90px;
    margin: 0 auto;
    position: relative;
    /* background-color: #fff; */
    padding-left: 20px;
    padding-right: 20px;
}

.logo{
	position: absolute;
	left: 20px;
	top: 12px;
	z-index:5000;
	cursor:pointer;
}

.logo img{
	height: 60px;
	max-width:100%;
}

.main-pages {
  margin-top: 60px;
}

.mLogoBox{
	display: none;
}

.selLangBox{
	display: none;
}

.webtoolBtn{
	display:flex;
	position: absolute;
    right: 30px;
    top: 34px;
	height: 30px;
}

.apBox{
	position: relative;
    margin-right: 20px;
}
.pc_ap{
	display:flex;
}
.mo_ap{
	display:none;
}

.wtItem{
	position: relative;
	cursor: pointer;
}

.wtItem span{
	position: relative;
	top: 1px;
	display:inline-block;
	color: #212121;
	font-size: 14px;
	font-family: 'OSeongandHanEum';
	font-weight: 800;
}


.wtItem img{
	position: relative;
    display: inline-block;
	height: 23px;
    margin-right: 8px;
}

.wtViod{
	margin-left: 32px;
    margin-right: 32px;
	position: relative;
	top:7px;
	width:1px;
	height:20px;
	background-color:#f0f0f0;
}

.phoneCircle{
	top: -8px;
	position: relative;
}

.headBtn {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-left: 10px;
    cursor: pointer;
    transition: all 0.3s;
    background-color: #f25278;
}

.headBtn img {
    width: 100%;
}


/*--------------------------------------------------------------
# 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: right;
	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{
	position:relative;
	height:90px;
}

.main-nav a {
	text-align:center;
	height: 90px;
    line-height: 90px;
	font-family: 'SBAggro';
	font-weight: 500;
    display: block;
    position: relative;
    color: #222;
    margin: 0px 20px 0px 20px;
    transition: 0.3s;
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 0px;
	/* transition:all 0.3s; */
}

.onM_col{
	color:#cc2529!important;
}
.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
	font-weight: 500;
	color:#5A4CB6;
	text-decoration: none;
	/* transition:all 0.3s; */
}

.drop-down{
	position: relative;
	/* top:-3px; */
}



.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 10px;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
	border-radius:4px;
    /* 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: 140px;
	position: relative;
	margin: 0px!important;
	height:auto;
}

.main-nav .drop-down ul a {
	text-align: center;
	padding: 5px 6px;
	font-size: 15px;
	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;
	font-weight: 500;
	color: #5A4CB6!important;
}

.main-nav .drop-down > a:after {
	display:none;
	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-size: 22px;
	font-family: 'SBAggro';
	font-weight: 500;
	height: 38px;
    text-align: center;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
	color:#5A4CB6;
	text-decoration: none;
}



.mobile-nav-toggle {
	position: fixed;
	right: 26px;
    top: 30px;
	z-index: 9999;
	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: 0px;
	top: 5px;
	font-size: 11px;
	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: 10px;
	padding-bottom: 2px;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav .drop-down li a{
	font-size: 16px;
	height: 28px;
	margin: 8px 20px 6px 20px;
}


@media (max-width: 1500px) {

	.webtoolBtn{
		right: 20px;
	}

	.wtViod {
		margin-left: 18px;
		margin-right: 18px;
		position: relative;
		top: 6px;
	}
}

@media (max-width: 1360px) {

	.apBox{
		margin-right: 30px;
	}
	.wtViod {
		margin-left: 12px;
		margin-right: 12px;
	}
}

@media (max-width: 1280px) {

	.main-nav ul {
		left: 58px;
	}
	.main-nav a{
		font-size: 18px;
	}
	.wtItem img{
		display:none;
	}
	.apBox {
		padding-top: 2px;
		margin-right: 10px;
	}
}
@media (max-width: 1130px) {

	.main-nav ul {
		left: 32px;
	}
	.main-nav a {
		margin: 0px 16px 0px 16px;
		font-size: 17px;
	}
	.webtoolBtn {
		right: 10px;
	}

}

@media (max-width: 1060px) {
	#header {
		padding-left: 8px;
		padding-right: 8px;
	}
}

@media (max-width: 1020px) {
	.wtViod{
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media (max-width: 991px) {
	#header{
		height:80px;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
	}
	#header.header-scrolled, #header.header-pages{
		height:80px;
		padding-top: 0px;
		background-color:#fff;
	}
	.containerBoxWrap{
		border-radius: 0px;
	}
	.head_RightItemBox{
		display: none;
	}
	.main-nav{
		display: none!important;
	}
	.logo {
		top:15px;
		left: 20px;
	}
	.logo img {
		height: 50px;
	}
	.containerBoxWrap{
		height:80px;
	}
	.webtoolBtn {
		right: 100px;
		top: 23px;
	}
	.phoneCircle {
		top: -3px;
	}
	.headBtn{
		width: 40px;
		height: 40px;
	}
	.pc_ap{
		display:none;
	}
	.mo_ap{
		display:flex;
		margin-right:0px;
		margin-top:40px;
	}
	.wtItem {
		text-align: center;
		width: 50%;
	}
	.wtViod{
		display:none;
	}
	.wtItem img {
		display:inline-block;
		height: auto;
		margin-right: 0px;
	}
	.wtItem span{
		font-size: 16px;
		display: block;
		margin-top: 10px;
	}


	.mLogoBox{
		display: block;
		position: absolute;
		left: 20px;
		top: 15px;
	}
	.mobile-nav ul {
		text-align: left;
		padding-top: 90px;
	}
	.mLogoBox img{
		height: 50px;
	}


	.mLoginBox{
		display: block;
		margin-top: 30px;
		padding-left: 20px;
	}
	.mLoginInner{
		display: flex;
	}

	.mlItem{
		padding: 8px 18px 8px 18px;
		text-align: center;
		font-size: 15px;
		color: #222;
		font-family: 'SBAggro';
		font-weight: 500;
		background-color: #fff;
		border-radius: 10px;
		margin-right: 4px;
		cursor: pointer;
		transition: all 0.3s;
	}

	.containerBoxWrap{
		overflow:unset;
	}


	.tellBox{
		right: 50px;
		top: 16px;
	}
	.mobile-nav-toggle{
		top: 27px;
	}




}


@media (max-width: 767px) {
	.back-to-top {
		width: 60px;
		height: 60px;
		font-size: 16px;
		border-radius: 0px;
		right: 0px;
		bottom: 0px;
		background-color: #454545;
		display:none!important;
	}
	.back-to-top i {
		    font-size: 20px;
		padding-top: 20px;
		color: #fff;
	}
	.mobile-nav .drop-down > a:after{
		right: 0px;
		top: 3px;
	}
}

@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: 14px;
		left: 14px;
	}

	.logo img {
		height: 30px;
	}

	.webtoolBtn {
		right: 48px;
		top: 14px;
		height: 24px;
	}

	.wtItem span{
		margin-top: 6px;
		font-size: 13px;
		top: 0px;
	}
	.wtViod{
		height: 14px;
		top: 5px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.apBox {
		margin-right: 0px;
	}


	.mLogoBox{
		top: 14px;
	}
	.mobile-nav ul {
		text-align: left;
		padding-top: 60px;
	}

	.mLogoBox img {
		height: 30px;
	}
	.mobile-nav .drop-down ul {
		padding-top: 6px;
		padding-bottom: 6px;
	}
	.mobile-nav a{
		font-weight:600;
		font-family: 'SBAggro';
		font-weight: 500;
		height: 20px;
		font-size: 18px;
		margin: 26px 20px;
	}
	.mobile-nav-toggle{
		top: 17px;
		padding: 0px;
		right: 20px;
	}
	.mobile-nav .drop-down li a {
		font-size: 14px;
		height: 20px;
		margin: 8px 20px 6px 20px;
	}

	.wtItem img {
		height: 23px;
		margin-right: 0px;
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer{
	background-color: #fff;
	width:100%;
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}

.f_bottom_category_wrap{
	overflow:hidden;
	width:100%;
}


.footLinkLine{
	position: relative;
    display: block;
    text-align: left;
    background-color: #f7f7f7;
    padding: 16px 30px 18px 30px;
    border-radius: 6px;
	margin-bottom: 50px;
}

.f_Link{
	display:inline-block;
	position:relative;
	margin-right:12px;
}

.f_Link a{
	color:#999999;
	font-size:13px;
	font-weight:300;
	cursor:pointer;
}

.f_Link a:hover{
	color:#222!important;
	font-weight:900;
}
.colW{
	font-weight:900!important;
	color:#222!important;
}

.fl_void{
	display:inline-block;
	position:relative;
	width:1px;
	height:10px;
	background-color:#ddd;
	margin-right:12px;
}

.f_bottom_category{
	position: relative;
	text-align: center;
	width:100%;
	max-width: 1340px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.fLogoBox{
    position: relative;
    top: 0px;
	width:100%;
	text-align:left;
	padding-top:0px;
}

.fLogoBox img{
	height: 80px;
}

.footerTextBox{
	position: relative;
	width:100%;
	text-align:left;
}

.footerTextBox img{
	width:50px;
	position:absolute;
	right:0px;
	top: 20px;
	max-width:100%;
}

.ftText{
	display:block;
	color:#777777;
	font-size: 13px;
	margin-bottom:4px;
	font-weight: 300;
}

.ftText span{
	display:inline-block;
	position:relative;
	top: 3px;
	width:1px;
	height:14px;
	background-color:#ddd;
	margin-left:10px;
	margin-right:10px;
}

.fCopy{
	margin-top:14px;
	display:block;
	color:#aaaaaa;
	font-size: 12px;
}

@media (max-width: 991px) {
	.f_bottom_category{
		padding-left: 20px;
	}
	.fLogoBox{
		top: -30px;
		padding-top:0px;
		padding-bottom:0px;
	}
	.fLogoBox img {
		height: 50px;
	}
	.footerTextBox img{
		right: 20px;
		top: -30px;
	}
}

@media (max-width: 767px) {
	#footer {
		padding-top: 50px;
		padding-bottom: 90px;
	}
	.f_bottom_category{
		padding-right: 16px;
		padding-left: 16px;
	}
	.footLinkLine{
		position: relative;
		display: block;
		text-align: left;
		background-color: #f7f7f7;
		padding: 12px 10px 14px 20px;
		border-radius: 6px;
		margin-bottom: 20px;
	}
	.f_Link {
		margin-right: 8px;
	}
	.fl_void{
		margin-right: 8px;
	}
	.f_Link a{
		font-size:12px;
	}
	.fLogoBox {
		top:0px;
		padding-bottom: 20px;
	}
	.fLogoBox img{
		height: 30px;
	}
	.ftText{
		font-size: 11px;
		margin-bottom: 0px;
		line-height:22px;
	}
	.fCopy{
		font-size: 11px;
	}
	.ftText span{
		top: 0px;
		width: 1px;
		height: 8px;
	}
	.m_none{
		display:none!important;
	}
	.footerTextBox img {
		width: 25px;
		height: 25px;
		right: 10px;
		top: -42px;
	}

	.mBr{
		display: block!important;
	}
}


/*--------------------------------------------------------------
# 이용약관
--------------------------------------------------------------*/

.infoTextareaBox{
	padding-top:60px;
}

.areaTitle{
	margin-bottom:40px;
}

.areaTitle h1 {
    width: 100%;
	font-family: 'OSeongandHanEum';
    position: relative;
    line-height: 45px;
    letter-spacing: -3px;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
	margin-bottom: 20px;
}

.at_lineBox {
    top: -20px;
    position: relative;
    display: block;
    text-align: center;
}

.at_line {
    position: relative;
    display: inline-block;
    width: 160px;
    height: 1px;
    background-color: #e5e5e5;
}

.at_c_col02 {
    border: 4px solid #12d68e!important;
}

.at_circle {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translate(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 4px solid #12d68e;
    background-color: #fff;
}



.big_check_text {
	position:relative;
	width:100%;
	max-width: 1340px;
	margin:0 auto;
	padding-left:20px;
	padding-right:20px;
}

.big_ctext {
    width: 100%;
    margin-bottom: 40px;
	text-align: left;
    font-size: 15px;
    letter-spacing: -0.4px;
    line-height: 30px;
    color: #868686;
    font-weight: 300;
}

.big_ctext p span{
	display: block;
    color: #434343;
    font-size: 20px;
    font-weight: 600;
	margin-top:40px;
}

.big_ctext span{
	font-family: 'OSeongandHanEum';
	display: block;
    color: #434343;
	font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
}

.big_ctext p{
	display:block;
	padding-left:10px;
	text-align: left;
    font-size: 14px;
    letter-spacing: -0.2px;
    line-height: 22px;
    color: #868686;
    font-weight: 300;
	margin-bottom:3px;
}

.big_ctext b{
	display:block;
	padding-left:24px;
	text-align: left;
    font-size: 14px;
    letter-spacing: -0.2px;
    line-height: 22px;
    color: #868686;
    font-weight: 300;
}



@media (max-width: 767px) {
	.infoTextareaBox {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.areaTitle h1{
		font-size: 28px;
	}
	.at_lineBox {
		top: -30px;
	}
	.at_line{
		width: 100px;
	}
	.big_check_text{
		margin-top: -30px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.big_ctext p{
		margin-bottom: 2px;
		font-size: 12px;
	}
	.big_ctext b{
		padding-left: 22px;
		font-size: 12px;
	}
	.big_ctext p br{
		display:none;
	}
	.big_ctext p span {
		font-size: 18px;
		margin-top: 30px;
	}
	.big_ctext span{
		font-size: 15px;
	}
	.big_ctext{
		line-height: 24px;
		font-size: 13px;
		margin-bottom: 30px;
	}
}


/*--------------------------------------------------------------
# g5 게시판 추가 소스
--------------------------------------------------------------*/

.pageCa{
	max-width: 1340px;
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

#bo_list {
	padding-bottom: 100px;
    max-width: 1340px;
    margin: 0 auto 0px auto;
    padding: 54px 20px 70px 20px;
}

#event_gall {
    margin: 0 0rem 0 0rem;
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

#bo_v{
	padding: 60px 20px 70px 20px;
}

#bo_v_con p{
	text-align: left;
}

#bo_w {
	overflow:hidden;
	padding-top: 40px;
	padding: 54px 20px 0 20px!important;
}

#bo_v_con img{
	margin-bottom:20px;
	margin-top:20px;
	display:inline-block;
}

.areCheck{
	margin-left:14px;
	font-weight:600;
	color:#e72627;
	font-size:13px;
	display:inline-block;
}

.isList{
	display:block;
	margin-bottom:18px;
}

.isList span{
	color:#5A4CB6;
	font-weight:600;
}

.isList b{
	display:inline-block;
	margin-left:10px;
	margin-right:10px;
}

.bs4_gallery .caption{
	min-height:237px;
}

/* #btn_submit { */
    /* border-radius: .2rem; */
    /* position: relative; */
    /* width: 80px; */
    /* height: 40px; */
    /* font-size: .9rem!important; */
    /* border-color: #333333; */
    /* top: 0px; */
/* } */

/* .btn-secondary { */
    /* padding-top: 4px!important; */
    /* color: #fff; */
    /* background-color: #6c757d; */
    /* border-color: #6c757d; */
/* } */

/* .btn-primary{ */
	/* padding-top: 9px!important; */
/* } */
/* .btn-raised{ */
	/* padding-top: 0px!important; */
/* } */

.btn_bo_user a{
	padding-top: 7px!important;
}
.text-center a{
	padding-top: 7px!important;
}
.bo_v_com li a{
	padding-top: 7px!important;
}
.bo_v_nb li a{
	padding-top: 7px!important;
}

@media screen and (max-width: 767px){
	.pageCa{
		padding-left: 16px;
		padding-right: 16px;
	}
	#bo_list {
		padding: 35px 10px 50px 10px;
		margin: 0 auto 0px auto;
	}
	#bo_v{
		padding: 35px 16px 50px 16px;
	}
	#bo_v_con {
		font-size: 0.8rem;
		margin-bottom: 30px;
	}
	#bo_vc {
		padding: 10px 10px 10px;
	}
	#bo_vc .member {
		font-size: 0.8rem;
	}
	.bo_vc_hdinfo {
		font-size: 0.7rem;
	}
	#bo_vc p {
		font-size: 0.8rem;
	}
	#bo_w {
		overflow:hidden;
		padding: 35px 14px 0 14px!important;
	}
	.m_borBtn{
		width: 60px!important;
		height: 30px!important;
		font-size: .8rem!important;
		padding-top: 4px!important;
	}

	.bs4_gallery .caption {
		min-height: auto;
	}
	.isList{
		font-size: 0.8rem;
	}

	.isList span{
		font-size: 0.8rem;
	}
}

/*--------------------------------------------------------------
# g5 게시판 검색 css
--------------------------------------------------------------*/

.btn-danger{
	padding-top: 6px!important;
	background-color:#e72627;
}


@media (max-width: 767px) {
	.mBr{display:block!important;}
}

/*--------------------------------------------------------------
# g5 페이징 css
--------------------------------------------------------------*/


.front_paging_line{width: 100%;text-align: center;margin-top: 0px;margin-bottom:60px;}
.front_paging_box{display: inline-block;}

.prev_page{text-align: center;width: 54px;height: 46px;line-height: 46px;background-color: #ededed;color: #999999;margin-right: 12px;font-size: 15px;font-family: 'Noto Sans KR', sans-serif;cursor: pointer;border: none;}
.next_page{text-align: center;width: 54px;height: 46px;line-height: 46px;background-color: #424242;color: #fff;margin-left: 10px;font-size: 15px;font-family: 'Noto Sans KR', sans-serif;cursor: pointer;border: none;}

.front_paging_number_box{height: 46px;}
.front_paging_number_box ul{
	display: flex;
	align-items: center;
    justify-content: center;
}
.front_paging_number_box ul li {
    border: 2px solid #fff;
    display: flex;
    height: 46px;
    width: 46px;
    text-align: center;
    cursor: pointer;
    /* padding-top: 10px; */
    font-family: 'Noto Sans KR', sans-serif;
    box-sizing: border-box;
    margin: 0px 1px;
    align-items: center;
    justify-content: center;
}
.front_paging_number_box ul li:hover{background-color: #ededed;border: 2px solid #ededed;}

.flex_box{display: flex;}
.on_front_paging{position: relative; top: 0px;font-weight: bold;border: 2px solid black !important;}
.padB60impor{padding-bottom: 60px!important;}

@media (max-width: 767px) {
	.front_paging_number_box {
		height: 28px;
	}
	.front_paging_line{width: 100%;text-align: center;margin-top: 0px;margin-bottom:30px;}
	.front_paging_box {
		display: block;
	}
	.flex_box {
		position: relative;
		display: flex;
		justify-content: center;
	}
	.front_paging_number_box ul li {
		font-size: 14px;
		width: 30px;
		height: 30px;
		margin: 0;
	}
	.prev_page {
		margin: 0;
		left: 0;
		position: absolute;
		top: 34px;
		width: 40px;
		height: 30px;
		line-height: 28px;
		font-size: 13px;
	}
	.next_page{
		margin: 0;
		right: 0;
		position: absolute;
		top: 34px;
		width: 40px;
		height: 28px;
		line-height: 26px;
		font-size: 12px;
	}
}



/* ====================================== 
	헤더 -> 퀵메뉴
====================================== */

#quickMenu{
	position:fixed;
	right:10px;
	top: 50%;
	z-index: 3000;
	transition:all 0.3s;
}

.pcquick{display:block;}
.moquick{display:none;}

.qmInnerBox{
	text-align:right;
	position:relative;
	display:block;
	/* box-shadow: -4px 5px 10px -5px rgb(0 0 0 / 12%); */
}

.qmBoxWrap{
	margin:6px 0;
	display:block;
	position:relative;
	text-align:right;
	height:90px;
}

.qmLogoBox{
	display:inline-block;
	width:90px;
	height:90px;
	position:relative;
	text-align:center;
	transition:all 0.3s;
}
.qmLogoBox img{
	width:90px;
	height:90px;
}

.qmBox {
	box-shadow: -4px 5px 10px -5px rgb(0 0 0 / 12%);
    border-radius: 6px;
    display: flex;
    width: 90px;
    height: 90px;
    position: relative;
    text-align: center;
    transition: all 0.3s;
    align-items: center;
    justify-content: center;
}

.qmBg01{
	background-color:#268AFF;
}
.qmBg02{
	background-color:#FFEB3B;
}
.qmBg02 .qmText{
	color: #3E2723;
}
.qmBg03{
	background-color:#5A4CB6;
}

.on_qm{
	width:80px;
	background-color:#ee3a43;
}



.qmBox a {
    display: flex;
    text-align: center;
    left: 0px;
    position: relative;
    z-index: 300;
    top: 0px;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.qmBox img{
	display: inline-block;
    max-width: 100%;
    z-index: 300;
    height: 32px;
}
.qmText{
	display:block;
	margin:6px 0 0 0;
	color: #FFF;
	text-align: center;
	font-family: Pretendard;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px; /* 120% */
}

.qqPhone{
	width: 100%;
    position: absolute;
    color: #fff;
    font-size: 14px;
    left: 0px;
    top: 4px;
}
.addimgf img{
	position: relative;
    height: 22px!important;
    top: 8px;
}

.phone{
	position: relative;
    height: 50px!important;
    top: -10px;
}

.on_qmimg{
	/* right: 4px!important; */
    /* top: -10px!important; */
}

/* .qmBox:hover{ */
	/* width:80px; */
	/* background-color:#ee3a43; */
/* } */
.qmBox:hover .qmText{
	display:block;
}

@media (max-width: 991px) {
	.qmBoxWrap{
		height: 90px;
	}
	.qmLogoBox{
		width: 90px;
		height: 90px;
	}
	.qmBox{
		width: 90px;
		height: 90px;
	}
}

@media (max-width: 767px) {
	.pcquick{display:none;}
	.moquick{display:block;}

	#quickMenu {
		position: fixed;
		right: 0;
		top: auto;
		bottom: 0;
		z-index: 3000;
		width: 100%;
	}
	.qmInnerBox {
		text-align: right;
		position: relative;
		display: flex;
		box-shadow: -4px 5px 10px -5px rgb(0 0 0 / 12%);
		width: 100%;
	}
	.qmBoxWrap{
		margin: 0;
		width: 100%;
		height: 54px;
	}
	.qmLogoBox{
		width: 60px;
		height: 60px;
	}
	.qmLogoBox img {
		width: 60px;
		height: 60px;
	}
	.qmBox {
		box-shadow: none;
		border-radius: 0;
		width: 100%;
		height: 54px;
	}
	.qmBox a {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row;
	}
	.qmBg02 img{
		z-index: 4;
		position: relative;
	}
	.addimgf img{
		position: relative;
		height: 32px!important;
		top: 0px;
	}
	.qqPhone{display:none;}
	.qmText {
		margin: 0 0 0 6px;
		font-size: 12px;
	}
	.qmBox img{
		height: 32px;
	}
	.phone {
		position: relative;
		height: 40px!important;
		top: -7px;
	}
}



/*-------
# 카톡링크안내 pc css
-------*/

.kkpc-popup-trigger {
}

.img-replace {/* replace text with an image */display: inline-block;overflow: hidden; text-indent: 100%;color: transparent;white-space: nowrap;}

.kkpc-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	transition: 0s;
}
.kkpc-popup.is-visible {
	z-index: 99999;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;-moz-transition: opacity 0.3s 0s, visibility 0s 0s;transition: opacity 0.3s 0s, visibility 0s 0s;}

.kkpc-popup-container {
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 110px;
	margin: 0 auto;
	background: inherit;text-align: center;box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);-webkit-transform: translateY(-40px);-moz-transform: translateY(-40px);-ms-transform: translateY(-40px);-o-transform: translateY(-40px);transform: translateY(-40px);
	/* Force Hardware Acceleration in WebKit */-webkit-backface-visibility: hidden;-webkit-transition-property: -webkit-transform;-moz-transition-property: -moz-transform;transition-property: transform;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;transition-duration: 0.3s;
}
.kkpc-popup-container .course-buttons:after {content: "";display: table;clear: both;}

.kkpc-popup-container .course-buttons li {float: left;width: 50%;list-style: none;}
.kkpc-popup-container .course-buttons a {display: block;height: 60px;line-height: 60px;text-transform: uppercase;color: #FFF;-webkit-transition: background-color 0.2s;-moz-transition: background-color 0.2s;transition: background-color 0.2s;}
.kkpc-popup-container .course-buttons li:first-child a {background: #333333;border-radius: 0 0 0 .25em;}

.no-touch .kkpc-popup-container .course-buttons li:first-child a:hover {background-color: #333333;}
.kkpc-popup-container .course-buttons li:last-child a {background: #b6bece;border-radius: 0 0 .25em 0;}
.no-touch .kkpc-popup-container .course-buttons li:last-child a:hover {background-color: #c5ccourse8;}

.kkpc-popup-container .kkpc-popup-close {
	text-align: center;
    /* background-color: #f6f6f6; */
    z-index: 800;
    position: absolute;
    top: 11px;
    right: 11px;
    width: 46px;
    height: 46px;
    padding-top: 7px;
	background-image:url(../img/btn_agree_close.png);
	background-position: center center;
	background-size:19px;
	background-repeat:no-repeat;
}

.is-visible .kkpc-popup-container {-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0);}

#kbasdwid{
	width: 400px!important;
}

.padtkkpc{
	display:block;
	padding-top:30px;
}

.kkcorTpc{
	text-align: left;
    font-size: 16px;
	letter-spacing: -1px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 40px;
}

.kkcorTpc a.bold{
	font-size: 21px;
	color: #5A4CB6;
	font-family: 'SBAggro';
	font-weight: 500;
}

.kkcorTpc span{
	font-size: 21px;
    color: #5A4CB6;
    font-family: 'SBAggro';
	font-weight: 500;
}
/*-------
# 카톡링크안내 pc css
-------*/

/*-------
# 카톡링크안내 mo css
-------*/

.kk-popup-trigger {
}

.img-replace {/* replace text with an image */display: inline-block;overflow: hidden; text-indent: 100%;color: transparent;white-space: nowrap;}

.kk-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	transition:0s;
	/* -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; */
	/* -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s; */
	/* transition: opacity 0.3s 0s, visibility 0s 0.3s; */
	/* overflow-y: scroll; */
    /* overflow-x: hidden; */
}
.kk-popup.is-visible {
	z-index: 99999;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;-moz-transition: opacity 0.3s 0s, visibility 0s 0s;transition: opacity 0.3s 0s, visibility 0s 0s;}

.kk-popup-container {
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 110px;
	margin: 0 auto;
	background: inherit;text-align: center;box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);-webkit-transform: translateY(-40px);-moz-transform: translateY(-40px);-ms-transform: translateY(-40px);-o-transform: translateY(-40px);transform: translateY(-40px);
	/* Force Hardware Acceleration in WebKit */-webkit-backface-visibility: hidden;-webkit-transition-property: -webkit-transform;-moz-transition-property: -moz-transform;transition-property: transform;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;transition-duration: 0.3s;
}
.kk-popup-container .course-buttons:after {content: "";display: table;clear: both;}

.kk-popup-container .course-buttons li {float: left;width: 50%;list-style: none;}
.kk-popup-container .course-buttons a {display: block;height: 60px;line-height: 60px;text-transform: uppercase;color: #FFF;-webkit-transition: background-color 0.2s;-moz-transition: background-color 0.2s;transition: background-color 0.2s;}
.kk-popup-container .course-buttons li:first-child a {background: #333333;border-radius: 0 0 0 .25em;}

.no-touch .kk-popup-container .course-buttons li:first-child a:hover {background-color: #333333;}
.kk-popup-container .course-buttons li:last-child a {background: #b6bece;border-radius: 0 0 .25em 0;}
.no-touch .kk-popup-container .course-buttons li:last-child a:hover {background-color: #c5ccourse8;}

.kk-popup-container .kk-popup-close {
	text-align: center;
    /* background-color: #f6f6f6; */
    z-index: 800;
    position: absolute;
    top: 11px;
    right: 11px;
    width: 46px;
    height: 46px;
    padding-top: 7px;
	background-image:url(../img/btn_agree_close.png);
	background-position: center center;
	background-size:19px;
	background-repeat:no-repeat;
}

.is-visible .kk-popup-container {-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0);}

.padtkk{
	display:block;
	padding-top:30px;
}

.kkcorT{
	font-size:16px;
	font-weight:400;
	line-height:20px;
	margin-bottom:20px;
}

.kkcorT span{
	font-size: 16px;
    font-weight: 600;
    color: #5A4CB6;
    font-family: 'SBAggro';
	font-weight: 500;
}

.kkcorT a{
	font-size: 16px;
    color: #5A4CB6;
    font-family: 'SBAggro';
	font-weight: 500;
}

/*-------
# 카톡링크안내 mo css
-------*/

@media (max-width: 767px) {
	.kkpc-popup.is-visible{
		opacity: 0;
		display:none;
	}

	.kk-popup-container {
		padding: 60px 20px 60px 20px;
	}
}

nav.mobile-nav li a {
	display: flex;
}



/*-------
# 계좌불일치 팝업
-------*/

.count_popup {
    width: 100%;
    height: 100%;
    display: none;
	/* display: block; */
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.65);
    z-index: 9400;
}
.count_inner {
    width: 100%;
	height:100%;
    position: absolute;
	top:0px;
	left:0px;
    /* top: 50%; */
    /* left: 50%; */
    /* -webkit-transform: translate(-50%, -50%); */
    /* transform: translate(-50%, -50%); */
}
/* .tp_wd01 { */
    /* width: 640px; */
/* } */
.cPopup {
	width: 100%;
	height:100%;
    padding: 27px 40px 40px 40px;
    position: relative;
    z-index: 999;
	background-color: #fff;
	overflow:hidden;
	display:flex;
	align-items: center;
}
.cpdisBox{
	display:block;
}
.cPopup_container {
    width: 100%;
    height: auto;
    background-color: #fff;
    outline: none;
    border-radius: 0px;
    overflow: hidden;
    max-width: 700px;
    margin: 0 auto;
}
.cpppo{
	position:relative;
	top:-150px;
}
.cPopup_container .cPopup_content{
	padding-right:0px!important;
	height: auto!important;
    overflow: unset!important;
}
.cPopup_title{
	position:relative;
	display:block;
	/* padding-right: 26px; */
}
.cptomg{
	padding-bottom: 30px;
	text-align:center;
	display:block;
}
.cptomg img{
	height:90px;
	display:inline-block;
}
.cPopup_container h3{
    font-family: 'SBAggro';
	font-weight: 500;
    letter-spacing: -0.3px;
    font-size: 22px;
    margin: 0px;
    width: 100%;
}
.cPopup_container h4{
	text-align:center;
    font-family: 'SBAggro';
	font-weight: 500;
    letter-spacing: -0.3px;
    font-size: 32px;
    margin: 0px;
    width: 100%;
}

.cPopup-close {
	background-color: inherit;
    z-index: 1!important;
    width: 15px;
    height: 14px;
    padding-top: 4px;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 0px;
    text-align: center;
    line-height: 100%;
    color: #fff;
    background-image: url(/public/img/icon_tusel_close.png);
	background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
}

.fggBox{
	margin-top: 20px;
	display:block;
}
.fggtitle{
	display:block;
	font-size:20px;
	font-weight:400;
	text-align:Center;
	margin-bottom:8px;
}

.fgBox{
	padding: 20px;
    border: 1px solid #ddd;
    width: 100%;
    margin-top: 20px;
    border-radius: 6px;
}

.fgupLine{
	display:block;
	padding: 0px 0px 12px 0px;
	width:100%;
	position:relative;
}
.fgupLine fieldset{
	top: 9px;
    position: absolute;
    right: 10px;
}

.fgupLine fieldset input{
	top: 6px;
}

.fgDownBix{
	border-top:1px solid #ddd;
	display:block;
	position:relative;
	padding: 20px 0px 0px 0px;
}

.fgDownBix span{
	font-weight:700;
}
.fgDownBix p{
	display: block;
    line-height: 28px;
    margin-bottom: 0px;
    font-size: 17px;
    color: #222222;
    font-weight: 400;
}
.fgDownBix p span{
	color:#222;
	font-weight:600;
}

.bankItem{
	top: -44px;
    position: absolute;
    left: 80px;
}
.bankItem span{
	padding: 10px;
    background-color: #edf6fb;
    font-family: 'SBAggro';
	font-weight: 500;
    color: #222;
    font-size: 16px;
    border-radius: 6px;
    margin-right: 6px;
}

.cPopupBtnBot{
	width:100%;
	text-align:center;
	padding-top:20px;
}
.cpbb_padT{
	padding-top:60px!important;
}
.fgb_pad{
	padding: 40px 0px 30px 0px!important;
}
.cPopupBtnBot button{
	font-size: 20px;
    line-height: 60px;
    height: 60px;
    width: 300px;
    font-family: 'SBAggro';
	font-weight: 500;
    border-radius: 6px;
}

.allcheck_none{
	display:inline-block;
	background-color: #f5f5f5;
    color: #888888;
}
.allcheck_com{
	display:none;
	background-color: #39b54a;
    color: #fff;
}

.allcheck_fin{
	background-color: #39b54a;
    color: #fff;
}

.cptTitle{
	display:block;
	font-family: 'SBAggro';
font-weight: 500;
}
.cptTitle span{
	font-size:17px;
	font-family: 'SBAggro';
font-weight: 500;
}
.cptTitle b{
	color:#39b54a;
	font-size:17px;
	font-family: 'SBAggro';
font-weight: 500;
}

.cbt2{
	padding-right: 28px;
	font-size: 17px!important;
    font-family: 'SBAggro';
font-weight: 500;
}
.fgBox input[type="checkbox"] + label:before {
    position: relative;
    right: -60px;
	margin: -2px 0px 0 0!important;
}
.checkc{
	top: -3px;
    position: absolute;
    right: 0px;
	z-index:200;
}

#fregister_chkall{
	border-radius: 6px;
    margin-top: 10px;
    padding: 10px 0px 10px 0px;
    width: 100%;
    text-align: center;
    background-color: #edf6fb;
}

.add_confirmBtn{
	display: inline-block;
    font-size: 20px;
    line-height: 60px;
    height: 60px;
    width: 140px;
   font-family: 'SBAggro';
font-weight: 500;
    border-radius: 6px;
    background-color: #555555;
    color: #fff;
    position: relative;
    top: 25px;
    margin-left: 5px;
    position: relative;
}
.add_confirmBtn a{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    line-height: 65px;
    text-align: Center;
    color: #fff;
    font-family: 'SBAggro';
font-weight: 500;
}
.cpBTNmI{
	padding-top:50px;
}

@media (max-width: 767px) {
	.cPopup {
		padding: 30px 16px 30px 16px;
	}
	.cPopup_container h3 {
		font-size: 18px;
	}
	.fgBox {
		padding: 8px 10px 10px 10px;
		border: 1px solid #eeeeee;
		width: 100%;
		margin-top: 10px;
		border-radius: 6px;
	}
	.cptTitle span {
		font-size: 14px;
	}
	.cptTitle b {
		font-size: 16px;
	}
	.fgupLine {
		padding: 0px 0px 6px 0px;
	}
	.fgDownBix {
		padding: 8px 0px 0px 0px;
	}
	.fgDownBix p {
		line-height: 20px;
		font-size: 14px;
	}
	.fgDownBix p br{
		display:none;
	}
	.cbt2 {
		padding-right: 20px;
		font-size: 15px!important;
	}
	.checkbox-container input[type="checkbox"] + label:before {
		content: ' ';
		border-radius: 0px;
		display: inline-block;
		width: 16px;
		height: 16px;
		line-height: 14px;
		margin: -2px 8px 0 0;
		text-align: center;
		vertical-align: middle;
		background: #ffffff;
		border: 2px solid #ddd;
	}
	.checkbox-container input[type="checkbox"] + label:before {
		content: ' ';
		border-radius: 0px;
		display: inline-block;
		width: 16px;
		height: 16px;
		line-height: 14px;
		margin: 0px 8px 0 0;
		text-align: center;
		vertical-align: middle;
		background: #ffffff;
		border: 2px solid #ddd;
	}
	#fregister_chkall {
		border-radius: 6px;
		margin-top: 10px;
		padding: 6px 0px 10px 0px;
		width: 100%;
		text-align: center;
		background-color: #edf6fb;
	}
	.cPopupBtnBot button {
		font-size: 17px;
		line-height: 50px;
		height: 50px;
		width: 300px;
		font-family: 'SBAggro';
		font-weight: 500;
		border-radius: 6px;
	}
	.bankItem span {
		padding: 6px;
		background-color: #edf6fb;
		font-family: 'SBAggro';
		font-weight: 500;
		color: #222;
		font-size: 13px;
		border-radius: 6px;
		margin-right: 4px;
	}
	.bankItem {
		top: inherit;
		position: relative;
		left: inherit;
		margin-bottom:10px;
	}

	.cpdisBox form {
		width: 100%;
		height: 530px;
		background-color: #fff;
		outline: none;
		border-radius: 0px;
		overflow: auto;
		max-width: 700px;
		margin: 0 auto;
	}

	.cPopup-close {
		top: 2px;
	}


	.preLoaderWrap {
		padding: 30px;
		background-color: #fff;
		max-width: 500px;
		box-shadow: 0px 0px 6px rgb(0 0 0 / 15%);
		flex-direction: column;
		justify-content: center;
		width: 300px;
		text-align: center;
	}

	.cpppo {
		position: relative;
		top: -100px;
	}
	.fgb_pad {
		padding: 30px 0px 32px 0px!important;
	}
	.cpbb_padT {
		padding-top: 40px!important;
	}

	.cPopup_container h4 {
		font-size: 18px;
	}
	.fggtitle {
		font-size: 15px;
		margin-bottom: 6px;
	}
	.fggBox {
		margin-top: 10px;
		display: block;
	}

	.cpBTNmI button{
		width:200px!important;
		font-size: 15px;
		line-height: 50px;
		height: 50px;
		width: 200px;
	}
	.add_confirmBtn {
		display: inline-block;
		font-size: 15px;
		line-height: 50px;
		height: 50px;
		width: 100px;
		font-family: 'SBAggro';
		font-weight: 500;
		border-radius: 6px;
		background-color: #555555;
		color: #fff;
		position: relative;
		top: 21px;
		margin-left: 5px;
	}
	.add_confirmBtn a {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		line-height: 55px;
		text-align: Center;
		color: #fff;
		font-family: 'SBAggro';
		font-weight: 500;
	}
	.cpBTNmI{
		padding-top:30px;
	}
	.cptomg {
		padding-bottom: 20px;
	}
	.cptomg img{
		height:50px;
	}

}


/* ===================================
loader
=================================== */
.preLoaderWrap {
    padding: 50px;
    background-color: #fff;
    max-width: 500px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
    flex-direction: column;
    justify-content: center;
    align-items: center;

    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
    display: none;
}

.preLoaderWrap.on {
    display: flex;
}

.preLoaderWrap strong {
    text-align: center;
    margin-top: 20px;
}

.preLoader>li {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #8385aa;
    border-radius: 50%;
    margin: 3px;
    animation: preLoader 0.8s infinite alternate;
}

.preLoader>li:nth-child(2) {
    animation-delay: 0.2s;
}

.preLoader>li:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes preLoader {
    to {
        opacity: 0.1;
        transform: translate(0, -20px);
        background: pink;
    }
}